How to remove Members & Help from Navbar?

surfsup

Well-known member
How can I remove these two from the menu?

Also whats the best resource for editing the navbar menu? there is a few but i would want to rearrange everything, do i have to manually template edit each one or is there a resource that can take care of it all?
 
http://xenforo.com/community/resources/hide-help-tab.799/
http://xenforo.com/community/threads/hide-members-list-from-everyone.27308/

As for adding or removing tabs, you need to edit the navigation template.
This thread should help: http://xenforo.com/community/threads/add-new-entries-to-the-help-page.8676/
Check the last lot of code on the first post - it explains how to add new links.
To remove links you can just delete the code or wrap it in xen:comment tags.
http://xenforo.com/community/resources/help-menu-additional-pages.76/
http://xenforo.com/community/resources/add-new-entries-to-the-help-page.345/
That should help !
 
I suggest hiding the tab when it's not selected:

http://xenforo.com/community/threads/move-menu-items.20654/#post-263851

If you remove the tab completely then profile pages (for example) will look funny because their assigned tab does not exist.

To assign those pages to a different tab requires a file edit:

http://xenforo.com/community/thread...which-default-to-forum-tab.30502/#post-352357

Or you can use this addon:

http://xenforo.com/community/resources/nodes-as-tabs.9/

The latest 1.1.3 update supports changes to tab assignments via link-forums.
 
Top Bottom