PDA

View Full Version : 4.2.1 Navigation manager


iPenguin02
07-12-2013, 05:02 AM
I set up a sub forum to be its own tab. but everytime i click on it it makes it seem like the Forum tab is highlighted rather than the tab that you are in that is suppose to be high lighted.

I set VBA CMPS as my home tab on using the navigation manager and when i click home it doesn't highlight it as well...

Only way i can get it to highlight tab that I am in it to turn on tabid but it looks disguesting. Anyone have any recommendations on a tab system or a way to fix it.

Lynne
07-12-2013, 05:26 PM
Did you try a search? This issue has been brought up several times and the plugin you would need to add has been posted also.

iPenguin02
07-12-2013, 11:19 PM
I did try searching, but did not find what i was addressing

Lynne
07-13-2013, 02:23 AM
Doing a search on tabs > titles only gives this thread - https://vborg.vbsupport.ru/showthread.php?t=283412

iPenguin02
07-13-2013, 03:06 AM
thanks lynne. I guess i was using the wrong keywords i searched navigation menu

when i click the link it says i do not have permission...

Lynne
07-13-2013, 06:25 PM
Here is what it said:
If you have a tab for a Forum, then use hook location "set_navigation_tab_main" and enter:
if ($GLOBALS['forumid'] == xx) $root = 'identity';
where xx is the forumid and identity can be found at the top of the Edit page for your navtab

example:
if ($GLOBALS['forumid'] == 4) $root = 'tab_nzg3_214';

iPenguin02
07-13-2013, 11:34 PM
Awesome thanks lynne. How do i get it to work with my home page which is vbcmps

theres no forumid? its simply just my root domain. ex mydomain.com

Lynne
07-14-2013, 12:44 AM
You would probably use THIS_SCRIPT in the condition instead. However, you will need to ask on the vbcmps site what to compare THIS_SCRIPT to as I have no idea.

ForceHSS
07-14-2013, 02:20 PM
Doing a search on tabs > titles only gives this thread - https://vborg.vbsupport.ru/showthread.php?t=283412
no members can access that page can it be moved some where so it can

Paul M
07-14-2013, 03:58 PM
Lynne quoted the relevant part in post #6.

iPenguin02
07-15-2013, 10:31 PM
Anyone on here know how to get vbcmps to work with 4.2.1 nav system? I tried all the methods on vbadvanced and i tried posting a question.

Hope i get better results

Lynne
07-15-2013, 10:56 PM
You will need to ask that question on their website.