MyBB Community Forums

Full Version: Hide links in nav bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I want to know how do you hide links in the nav bar from guests, and how do you hide links from members.
(2013-01-27, 11:38 PM)effone Wrote: [ -> ]http://mods.mybb.com/view/hide-links-to-guests
http://mods.mybb.com/view/hide-links-2
http://mods.mybb.com/view/hideuntilpost

My bad, What I meant was, how do you hide links in the nav bar from guests, and members.
To hide links from guests:
put links in "header_welcomeblock_member" template.

To hide links from members as well:
put links in "header_welcomeblock_member_moderator" template.

To hide links from mods as well:
put links in "header_welcomeblock_member_admin" template.

To hide links from admins as well:
just delete the links.
Thanks.