MyBB Community Forums

Full Version: How to set ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi...

Friends how to set "Who has been online today" like this forum..

see screen shot of my forum Sad
ACP > Templates > Global Templates > online_today_index > and Replace all code with this;
<tr><td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->whos_online_today}</strong>[<a href="online.php?action=today">{$lang->complete_list}</a>]</span></td></tr>
<tr>
<td class="trow1" align="center" valign="center"><img src="{$theme['imgdir']}/online.gif" alt="Online" /></td>
<td class="trow1"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>
</tr>

Upload online.gif in ./images/ folder.
Thanks dude Smile

Brother same problem in x top poster plugin, whats source code for X Top Post ?
Can you post the link of the plugin as well ??
AdminCP > Templates > Global Templates > todays_top_posters_index > and replace all code with this;
<tr><td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->todays_top_posters}</strong></span></td></tr>
<tr>
<td class="trow1" align="center" valign="center"><img src="{$theme['imgdir']}/top_posters.gif" alt="Top Posters" /></td>
<td class="trow1"><span class="smalltext">{$todaystopposters}</span></td>
</tr>
Thanks brother Smile