MyBB Community Forums

Full Version: How to detect Admins/Moderators in the template?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I detect Admins/Moderators in the template?

if usergroupID == x ? or is there a more elegant solution?

thanks
The if else construct is from a plugin; moving to plugin support.
if you using phptemplate

$mybb->user['usergroup'] == 4