MyBB Codes

Full Version: Solving the online_today plugin problem on footer.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
Then online_today plugin has problem in some forums on footer to solve this problem :

Go to ACP---> Templates --> Global Templates--> online_today_index

And delete all the codes and enter these codes.:

<tr>
<td class="tcat" colspan="2"><strong>{$lang->whos_online_today}</strong></td>
</tr>
<tr>
<td class="trow2" valign="middle" align="center"><img src="{$theme['imgdir']}/online.gif"></td>
<td class="trow1" width="100%"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>
</tr>

Note:
1-Please save the old codes in a file!
2- Please first copy these codes to notepad then insert them to the template.
Author: MKGUL (Translate by Kevin)
nice, thanks
Reference URL's