PDA

View Full Version : Navbar menu items missing in Arcade


jdelasko
11-26-2007, 06:48 PM
I had the same problem with some of the VB Advanced pages but adding 'zointsprofile_popup_navbar' to Portal Output Global Variables fixed the problem of the missing menu items.

I have the same problem on the arcade page but I have no idea where to correct it. It seems as though this same variable is not being passed on to arcade.php

You can see what I mean here:

Normal Menu: http://www.majorleaguetalk.com/ (Note the 2 items to the right of the 'Quick Links' menu item on the top navbar.

Menu with missing items: http://www.majorleaguetalk.com/forums/arcade.php

stangger5
11-26-2007, 11:47 PM
Edit the arcade/functions/functions.php file..

Find: global $header,

Put the zointsprofile_popup_navbar, Variable after that..

jdelasko
11-27-2007, 03:16 AM
Edit the arcade/functions/functions.php file..

Find: global $header,

Put the zointsprofile_popup_navbar, Variable after that..

Thanks!
Works fine now.