MyBB Community Forums

Full Version: How to check user group
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to check if user is a moderator or not, how can i do that from PHP level ?
if(is_moderator())
or
if($mybb->usergroup['canmodcp'] == 1)