MyBB Codes
Solving the online_today plugin problem on footer. - Printable Version

+- MyBB Codes (http://www.mybbcodes.com)
+-- Forum: Mods Database (/forumdisplay.php?fid=4)
+--- Forum: Tutorials for 1.4.x (/forumdisplay.php?fid=29)
+--- Thread: Solving the online_today plugin problem on footer. (/showthread.php?tid=953)


Solving the online_today plugin problem on footer. - Kevin - 03-27-2010 05:14 AM

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)


RE: Solving the online_today plugin problem on footer. - Bane95 - 04-24-2010 02:22 AM

nice, thanks