2012-11-13, 02:01 AM
The View Groups plugin by Pirata Nervo is not working when I activate it. It does not show up on my website, which is theauthoringbay.com.
The plugin: http://mods.mybb.com/view/view-groups
My index_ boardstats template:
The plugin: http://mods.mybb.com/view/view-groups
My index_ boardstats template:
<div class="bstat" >
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="0" class="tborder">
<thead>
<tr>
<td class="cell">
<div class="rmain"></div>
<div><span class="smalltext"><strong>{$lang->whos_online}</strong> [<a href="online.php">{$lang->complete_list}</a>]</span></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$online_today}
{$forumstats}
</tbody>
</table>
</div>