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.:
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)
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.:
Code:[Highlight]
<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)