vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Navbar Dropdowns Disappeared After Mods (https://vborg.vbsupport.ru/showthread.php?t=252219)

sublo 10-18-2010 02:23 AM

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.

Lynne 10-18-2010 04:05 AM

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.

sublo 10-18-2010 12:52 PM

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.
:confused:

--------------- 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.

Lynne 10-18-2010 01:40 PM

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.

sublo 10-18-2010 02:10 PM

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.

Lynne 10-18-2010 05:21 PM

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?

BirdOPrey5 10-18-2010 05:50 PM

Quote:

Originally Posted by sublo (Post 2111299)
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.

This is going to be a problem for people who can't use popups, such as in javascript is off or maybe mobile browsers... you should double check your site using firefox with the script-block add-on (or turning off js in any browser) and seeing if you can still get basic functionality.

sublo 10-18-2010 06:12 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2111383)
This is going to be a problem for people who can't use popups, such as in javascript is off or maybe mobile browsers... you should double check your site using firefox with the script-block add-on (or turning off js in any browser) and seeing if you can still get basic functionality.

Nope, it won't. With Javascript disabled, you simply get the standard navbar. If the browser won't support it, popups aren't displayed. No issues.

BirdOPrey5 10-18-2010 06:31 PM

^ Good to know.


All times are GMT. The time now is 03:40 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01031 seconds
  • Memory Usage 1,731KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete