View Full Version : disable "forum" tab in nav menu
Chadi
09-05-2013, 09:05 PM
How do I disable the forum tab in navigation manager without losing the sub menu/links in the black bar area (www.talkjesus.com)? If I disable Forum, it'll of course disable all the sub links as well.
ozzy47
09-05-2013, 09:20 PM
If you are disabling the forum tab, where would you expect the sublinks to show up at, since most of them are tied to that?
Chadi
09-05-2013, 09:21 PM
I still want all the sublinks to show up when the member or viewer is browsing any part of the forum (forum.php/link....)
ozzy47
09-05-2013, 09:23 PM
Ok, but how would the member get to the forum, if the tab is not available?
Chadi
09-05-2013, 09:31 PM
I have the standalone forum, they get their automatically. No CMS/Suite, just forum.
ozzy47
09-05-2013, 09:35 PM
I do not believe their is a way to do that, they need to be tied to a tab in order for them to show up. They use a THIS_SCRIPT value to be assigned.
cellarius
09-06-2013, 05:44 AM
Add the following to your additional.css:
#vbtab_forum a.navtab {
display: none;
}
ozzy47
09-06-2013, 09:16 AM
Yeah that does work, but I still don't see how hey are going to get back to the forum if they are on a different tab, as there is nothing to click on.
cellarius
09-06-2013, 11:25 AM
That really is the OP's business, but when you visit the forum he links to in his sig, you will see that he links to the forum in his main site navigation.
ozzy47
09-06-2013, 04:01 PM
Yeah it is his business, I just want to make sure he is making a informed decision, and just not adding stuff blindly that may hurt his users browsing experience. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.