MyBB Community Forums

Full Version: Group only navigation bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey folks,

Never signed up and always been a long time lurker and now I need your help. I am wanting to add a link onto my navigation bar but I want only members in Administrator group to see it. Is this possible?

Thanks
ducky
You could use template conditionals.
https://community.mybb.com/thread-31860.html

Should be
<if $GLOBALS['mybb']->user['usergroup'] == 1 then>
Your link here
</if>

Download it from here
http://mybbhacks.zingaburga.com/showthread.php?tid=464
Perfect! thanks Andrew