MyBB Community Forums

Full Version: CraKteR's plugin list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Working Big Grin Thx
Is Quick buddylist 1.0 works with 1.4.7?
I Like "Forum stats in profile" mod Smile
Here, I will share the modification which may useful.
Profile Stats only viewable for Admin (SuperMod) only (for some reason/purpose).

Find this:
global $memprofile, $mybb, $db, $templates, $unviewableforums, $forumstats, $theme, $forumpermissions;

And add after:
if($mybb->usergroup['isadmin'] == 1 || $mybb->usergroup['issupermod'] == 1)
{

Then find this
eval("\$forumstats = \"".$templates->get("forumstats_profile")."\";");

Add this after:
}

Goodluck Wink
Thanks FBI Smile
workingSmile very very goodBig Grin Thank youSmile
Uber bump. I'm using one just letting ya know.