MyBB Community Forums

Full Version: changing who`s online layout on custom theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi how can i change the layout on my custom theme to look how it should like the screen shot of the standard mybb theme
[Image: mybbscreen_zpsc7ecf27a.png]
[Image: screen1_zps9b8f3713.png]
Glad to see that an active and an unique board is using one of my theme creations.

As for the solution, Go to ACP>Templates & Styles>Templates>GLOBAL Templates>online_today_index

Replace everything with this

<tr>
<td  colspan="2" class="tcat"><span class="smalltext"><strong>{$lang->whos_online_today}</strong> [<a href="online.php?action=today">{$lang->complete_list}</a>]</span></td>
</td>
</tr>
<tr>
<td class="trow1" align="center" valign="center"><img src="{$theme['imgdir']}/onlinetoday.png" /></td>
<td class="trow1"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>
</tr>

Also, upload an image of your choice or the image below to the skyline directory (.images/skyline). If you upload an image of your choice, be sure to rename it to onlinetoday.png

[attachment=29910]
(2013-08-08, 11:25 PM)Arbaz Wrote: [ -> ]Glad to see that an active and an unique board is using one of my theme creations.

As for the solution, Go to ACP>Templates & Styles>Templates>GLOBAL Templates>online_today_index

Replace everything with this

<tr>
<td  colspan="2" class="tcat"><span class="smalltext"><strong>{$lang->whos_online_today}</strong> [<a href="online.php?action=today">{$lang->complete_list}</a>]</span></td>
</td>
</tr>
<tr>
<td class="trow1" align="center" valign="center"><img src="{$theme['imgdir']}/onlinetoday.png" /></td>
<td class="trow1"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>
</tr>

Also, upload an image of your choice or the image below to the skyline directory (.images/skyline). If you upload an image of your choice, be sure to rename it to onlinetoday.png

great thanks that worked a treat m8 Smile
the them`s great by the way it was the best i like out all of them top work