MyBB Community Forums

Full Version: Show header message for Mods, Supermods and admins only
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to show a message only for mods, supermods and admins?
you can try this plug-in : message bar
You can use Template Conditionals as well.
Isn't there are code such as this?
<if $mybb->user['usergroup'] > 0 then>
// Content
</if> 
I use this:
<if  in_array($GLOBALS['mybb']->user['usergroup'], array(3,4,6)) then>
// Content
</if>
Thanks a lot man Big Grin
There's a plugin for that as well: http://mods.mybb.com/view/group-notice