2018-02-17, 05:50 PM
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.
Thanks in advance.
Menu For Specific Usergroups
|
2018-02-17, 05:50 PM
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.
2018-02-17, 05:59 PM
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>
2018-02-17, 06:08 PM
It works!
Great forum software and great support. Thanks, Mr/Mrs .m. |
« Next Oldest | Next Newest »
|