Log in

View Full Version : Problem with Nav Bar Drop Down Menu - Question


dcpaq2xx
02-24-2007, 05:26 PM
Group,

If I go to my profile, and then try to click on the drop menu for either Search or Quick Links the drop down menu wont work.

But if i go to any other page on the site, and then go to click on those two links they work.

Now I know I have some templates modified, and I was wondeirng if anyone might be able to point me in the right direction as to what templates or code to look at that might help me figure out which mod it was that I installed that is effecting this function.

Can or will anyone help me out?

Thank you in advance.

Doug

Princeton
02-24-2007, 06:10 PM
most likely...

you have multiple ids (of the same) on the pages where the menu does not work - ids are suppose to be unique

check your html source and look for id="usercptools" ... you should only find one


also, while looking at the html source check to see that the dropdown code exist for that menu .. eg. maybe you have a bad conditional somewhere

it should start with the following:

<div class="vbmenu_popup" id="usercptools_menu"


something like that


Some Related Info: http://www.vbulletin.com/docs/html/main/templates_vbmenu_multicontrols

dcpaq2xx
02-24-2007, 07:00 PM
Any idea what templates to look in?

Doug