MyBB Community Forums

Full Version: Menu For Specific Usergroups
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I add some menus to my main menu inside header template. But I would like some of them available for some usergroups only. Ho I can do that?

Thanks in advance.
in general, template conditionals plugin is required for such requirements
(please see the usage details at above linked URL [external site])

eg.
Quote:<if in_array($GLOBALS['mybb']->user['usergroup'], array(3,4,6)) then>
//content to show for all default mod/admin groups
</if>
It works!
Great forum software and great support.

Thanks, Mr/Mrs .m.