2011-07-30, 05:33 AM
The Who's Online part is not showing up in my boardstats section.
I have it showing up in my index_boardstats though...
Also, my "who's online" templates seem to be in tact.
Is there a setting or something enabling / disabling who's online? I am unsure why it is not showing up for me.
P.S. mysite.com/online.php works fine for me.
I have it showing up in my index_boardstats though...
<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="[-]" title="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$online24}
{$birthdays}
{$forumstats}
<tr>
<td class="tfoot" style="text-align: right">
<span class="smalltext">
{$logoutlink}|
<a href="misc.php?action=markread">{$lang->markread}</a> |
<a href="showteam.php">{$lang->forumteam}</a> |
<a href="stats.php">{$lang->forumstats}</a>
</span>
</td>
</tr>
</tbody>
</table>
<br />
Also, my "who's online" templates seem to be in tact.
Is there a setting or something enabling / disabling who's online? I am unsure why it is not showing up for me.
P.S. mysite.com/online.php works fine for me.