MyBB Community Forums

Full Version: Who's Online [complete list] missing in my all themes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear All Experts Kindly Help Me Who's Online [complete list] is missing in my forum
my forum url is pakistani-forum.org

[attachment=33498]
Hi,
Go Templates/Your Theme/Index Templates/index_boardstats
find this: 
{$forumstats}

And replace it with these codes:
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
<tr>
<td class="tcat" ><span class="smalltext"><strong>Who's Online?</strong> [<a href="online.php">Complete List</a>]</span></td>
</tr>
</tbody>
<td class="trow1" valign="top" align="left"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>
{$forumstats}
thanks for help