MyBB Community Forums

Full Version: Forum Statistics
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Is there a way to show the Forum Statistics only to Admins?

Thanks. Smile
-Rovin
Open up stats.php,
Find:
require_once "./global.php";
After, add:
if($mybb->usergroup['cancp'] != 'yes') error_no_permission();
Wow, thanks a bunch! Smile