MyBB Community Forums

Full Version: problem with Who has been online today plugins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just see a screenshot..

Forums url :- <snip>


help me Huh
And your problem?
Moved to plugin support. You need to modify the plugin's template file to set the colspan for the td to 2.
(2012-05-27, 04:38 PM)euantor Wrote: [ -> ]Moved to plugin support. You need to modify the plugin's template file to set the ceelspan for the td to 2.

just incase you don't know what ceelspan is meant to be. i think he meant colspan Big Grin
Yes, yes I did. Good catch Wink
Read this for more better understanding: http://yaldaram.com/showthread.php?tid=1137
thx to all .....

Really help your article yaldaram

ACP > Templates > Global Templates > online_today_index > and Replace all code with this;
Code:
<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.

Have a look :- <snip>

(2012-05-27, 10:54 AM)144Neodym Wrote: [ -> ]And your problem?

Topic Closed