Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 10-18-2010, 02:23 AM
sublo sublo is offline
 
Join Date: Aug 2006
Location: NYC
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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.
Reply With Quote
  #2  
Old 10-18-2010, 04:05 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #3  
Old 10-18-2010, 12:52 PM
sublo sublo is offline
 
Join Date: Aug 2006
Location: NYC
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #4  
Old 10-18-2010, 01:40 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #5  
Old 10-18-2010, 02:10 PM
sublo sublo is offline
 
Join Date: Aug 2006
Location: NYC
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #6  
Old 10-18-2010, 05:21 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #7  
Old 10-18-2010, 05:50 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sublo View Post
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.
Reply With Quote
  #8  
Old 10-18-2010, 06:12 PM
sublo sublo is offline
 
Join Date: Aug 2006
Location: NYC
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BirdOPrey5 View Post
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.
Reply With Quote
  #9  
Old 10-18-2010, 06:31 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^ Good to know.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:51 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04387 seconds
  • Memory Usage 2,241KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete