MyBB Community Forums

Full Version: Online Today Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a problem with the online today mod

http://www.themagicofmerlin.co.uk/forums/
Replace {$online_today} from your index template to your index_boardstats template.
It doesn't show up at all now, Heres what i did -

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$online_today}
{$birthdays}
{$forumstats}
</tbody>
</table>
<br />
Thanks