The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Navbar Dropdowns Disappeared After Mods
Hi all.
This is my first time running VB after a few years and I'm obviously a bit rusty. I have this problem after making a few mods like (1) vBadvanced CMPS (2) installing a black/gold style and (3) installing Cyb Donate. The drop-downs from the Nav bar like the Search Box and Quick Links are gone. I tried comparing the Style Navbar before/after versions but can't pinpoint what happened. Here's my site: http://www.KawasakiW.com Can anyone offer me any advice? Much appreciated. Thanks. |
#2
|
||||
|
||||
Try a new default style and see if they work. If so, then the problem is your style.
Try disabling ALL your modifications and see if they work. If so, then the problem is your mods. |
#3
|
|||
|
|||
Thanks. I tried disabling all addins/products. That consists of: CMPS, Cyb Pay Pal Donate, and PassivVid. I also disabled the add-on Styles and went back to default. I verified that that code is actually being output to the browser for the drop-downs and it is. The problem still exists unfortunately in every browser I've tried [head scratch].
I've run a few pages through an html verifier http://validator.w3.org and just about every page comes up with errors like end tag for element "tbody" which is not open. I'm tempted to wipe everything out and start from scratch again but I really don't want to do that. --------------- Added [DATE]1287410778[/DATE] at [TIME]1287410778[/TIME] --------------- I take that one thing back... in the source, that code is not being output back to the browser. |
#4
|
||||
|
||||
If you have a totally default style running with no mods, you should not be getting any error about an end tag that isn't open.
|
#5
|
|||
|
|||
OK. I fixed this after 2 days of pulling my hair (err... I'm bald) out! For some reason, in AdminCP > Style Style&Language Settings, this setting "Use 'vBMenu' DHTML Popup Menus?" set to "Yes" was not taking. I manually edited forums/global.php and made the change below:
Old $vbulletin->options['usepopups'] = 0; New $vbulletin->options['usepopups'] = 1; Don't know why this would not take effect from the front-end. Oh well. |
#6
|
||||
|
||||
If changing vboptions is not taking affect, then you should look into why this is. Options get input into the datastore table - are they getting changed there? And are you using any sort of caching? And do you have something in your config.php file regarding what caching method you are using?
|
#7
|
||||
|
||||
Quote:
|
#8
|
|||
|
|||
Quote:
|
#9
|
||||
|
||||
^ Good to know.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|