The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
VB Menus not working in Chrome
I've looked everywhere and can not find a reason for the popup aka dropdown menus not working. I've installed a default style and they don't work there either so it's not anything in the style.
I've deleted every single javascript that is running, one at a time, to see if any are conflicting with the menu java and nothing there either. This is really annoying. Can anyone help? http://boards.altgn.com |
#2
|
||||
|
||||
Anyone know where I might be able to get help then??
|
#3
|
|||
|
|||
The menu's working fine for me viewing your forum as guest with Chrome.
|
#4
|
||||
|
||||
The dropdown menus???
|
#5
|
|||
|
|||
There is no dropdown for guests, so if that is the problem, please provide a test login.
|
#6
|
||||
|
||||
login: vbtest
pass: vbtest2010 |
#7
|
|||
|
|||
Yes i can confirm the dropdowns don't work in Chrome.
To troubleshoot start by disabling plugins and create a new default style. If you still have issues then, check the bug reports on vB.com and if nothign is posted open a support ticket or thread (on vBulletin.com). |
#8
|
||||
|
||||
I did create a default style and disabled plugins. It's actually worse in the default style. The arrows don't even show up there.
--------------- Added [DATE]1267379816[/DATE] at [TIME]1267379816[/TIME] --------------- Well I got the arrows to show up... but still no dropdown. :/ --------------- Added [DATE]1267380934[/DATE] at [TIME]1267380934[/TIME] --------------- The test default template is now selectable as a template so you can check that. --------------- Added [DATE]1267383113[/DATE] at [TIME]1267383113[/TIME] --------------- I just disabled all plugins again and no change. :/ --------------- Added [DATE]1267383675[/DATE] at [TIME]1267383675[/TIME] --------------- Okay, so I disabled Use 'vBMenu' DHTML Popup Menus? in the settings and checked it in firefox and that's exactly what it looks like in chrome. So for some reason Chrome is deciding to ignore vbulletin_menu.js it looks like. --------------- Added [DATE]1267386159[/DATE] at [TIME]1267386159[/TIME] --------------- I GOT IT WORKING! Hopefully this helps someone else who has this same problem. Solution: Apparently global.php was not recognizing chrome as a browser with popup capabilities so it was disabling it. Open global.php in an editor. Find: PHP Code:
PHP Code:
I'm sure you could find out how to add Chrome to the if statement above this but this is a simple fix and if you have users who are using a browser without pop ups on it then they will just have to suffer! |
#9
|
|||
|
|||
is the next solution in includes/functions.php (around line 4340 in vB 3.6).
In Code:
if (strpos($useragent, 'applewebkit') !== false AND $is['mac']) { preg_match('#applewebkit/(\d+)#', $useragent, $regs); $is['webkit'] = $regs[1]; with the same effect. |
#10
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|