MyBB Community Forums

Full Version: Board statistics only visible to admin?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to make board statistics in index only visible to admins?
Is there a reason behind hiding this? Even if you hide the index stats they will be present at stats.php. But you can delete that too!!!

Ok anyways, if you want to hide the board statistics,

Then install Template Conditionals plugin.

And then goto: ACP => Your theme Templates => Index Page Templates => index_boardstats

find
{$forumstats}

replace with
<if $mybb->user['usergroup'] == 4 then>
{$forumstats}
</if>