PDA

View Full Version : Navbar Dropdown Link Issue


paul41598
08-30-2004, 10:36 PM
I'm having a problem with my nav bar, but only on my homepage. When you scroll over "search" or "quick links", or "school links" the drop down menu or the link doesn't work. But when you goto the fourm they all work like normal. I noticed the links when on the homepage are like the following:

http://www.thegrizzlypost.com/?#link (school links)
http://www.thegrizzlypost.com/search.php? (search)
http://www.thegrizzlypost.com/?#usercptools (quick links)

But when you get to the forum they change to:

http://www.thegrizzlypost.com/forum.php?#link

they have the forum.php in front. They change for each part of the forum, and all work. But for some reason they won't work on the homepage. If someone could help me on this issue I would appreciate it.

Thanks,
Paul

The address is www.TheGrizzlyPost.com

Brian
08-31-2004, 12:42 PM
That's odd... Try reverting your navbar template (though copy and past the code somewhere else so you won't lose it) and see if the default navbar works. If not and you would like to submit a support ticket via the Member's Area here I'll be glad to take a look.

Our Sponsors
 

paul41598
08-31-2004, 09:06 PM
I just tried it, and I still have the same problem. Guess I'll create a ticket. Thanks for your help.

vorphalack
09-07-2004, 03:24 PM
I had this problem too, just added the custom error script I found on vbulletin.org and when I type in a dummy url to test it, the drop-downs were not working (no down arrow either). Checking the emails that were sent to me, i saw that it could not find the .js files along with the page that doesn't exist, so I went into the style/template editor for the style, chose "All style options" and you'll find the links to the two .js files at the bottom of headinclude. Add $vboptions[bburl]/ in front of clientscript and save and the menus ought to work.

Our Sponsors
 

rodolfo
09-13-2004, 12:55 PM
I also tried to add $vboptions[bburl]/ and still no luck :(

ymeaga1n
09-15-2004, 02:10 AM
Open your headinclude template...go to the end and change the links to the js file to direct also, should look like it does below...or you can put your urls in there too.

<script type="text/javascript" src="$vboptions[bburl]/clientscript/vbulletin_global.js"></script>
<if condition="$show['popups']"><script type="text/javascript" src="$vboptions[bburl]/clientscript/vbulletin_menu.js"></script></if>