PDA

View Full Version : Vbulletin 4.2 Nav Bar - Menu Links question.


Jakub03
05-30-2012, 03:59 AM
I have recently upgraded to VB 4.2 and the new navigation menu is awesome!

I am using Vbulletin CMS to create article pages which I am using to create my content pages. I have created the Tab called Promotions and the menu bar with links work perfectly, but when I click on the link and it redirects to that page the menu links disappear.

Here is the link to the promotions page
http://www.mypokerhub.com/content.php/122-Promotions?tabid=48

Click on PokerStars > Select any promo

Here is an image from ACP
https://vborg.vbsupport.ru/external/2012/05/6.png

So anyone got any ideas on how to fix this? Or a way to make this work?

Lynne
05-30-2012, 04:33 PM
They are all CMS?

hook location - render_navigation_vbview

if (in_array(intval($_GET['r']), array(x,y,z))) $root = 'tab_nzg3_214';

modify red areas

Andreas
05-30-2012, 05:33 PM
Another option would be to install https://vborg.vbsupport.ru/showthread.php?t=283123 and select the sections for which you want to have the tab selected.

Jakub03
05-30-2012, 07:11 PM
Another option would be to install https://vborg.vbsupport.ru/showthread.php?t=283123 and select the sections for which you want to have the tab selected.

Do i just import the XML for this mod?

And yes all the pages are created in CMS

--------------- Added 1338409456 at 1338409456 ---------------

They are all CMS?

hook location - render_navigation_vbview

if (in_array(intval($_GET['r']), array(x,y,z))) $root = 'tab_nzg3_214';

modify red areas

This will fix the issue? ;) Or do i need to do other stuff as well to make this work. Also where do i go to change this code?

--------------- Added 1338416775 at 1338416775 ---------------

I installed the mod and it fixed the problem! ;)