The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
It's weird since I have no problem with other VB 3.x forums with Chrome, including my own.
|
#12
|
|||
|
|||
![]()
I found that vbulletin_menu.js is not being included when the page is loaded in Chrome, and I think it has to do with this code in global.php:
HTML Code:
if ($vbulletin->options['usepopups']) { if ((is_browser('ie', 5) AND !is_browser('mac')) OR is_browser('mozilla') OR is_browser('firebird') OR is_browser('opera', 7) OR is_browser('webkit') OR is_browser('konqueror', 3.2)) { // use popups } else { // don't use popups $vbulletin->options['usepopups'] = 0; } } ETA: ...also Joe just said he has no problems, so maybe the code above isn't the issue. But in template headinclude there's a if $show['popups'] around the line that includes vbulletin_menu.js, so I'm assuming $show['popups'] is set to false for some reason. More Edits: I notice that your site is using 3.6.4, maybe that version is out of date when it comes to detecting browsers. |
#13
|
|||
|
|||
![]()
so could I add chrome to that list and see if it works?
|
#14
|
|||
|
|||
![]()
Well, assuming that is the problem (I'm not 100% sure), then probably what you'd want to do is modify the is_broswer() function (which is in includes/functions.php). If you have access to the source code for a later version of vbulletin, you could probably copy the is_browser function from that. Even the latest from vb4.1.4 doesn't have 'chrome' as a type you can check for - I think it's reported as 'mozilla', so probably wouldn't need to change the code in global.php.
|
#15
|
|||
|
|||
![]()
still haven't figured it out
|
#16
|
||||
|
||||
![]()
I found another form running VB 3.6.4: http://www.pdgaming.com/
The drop down menus are also disabled for Google Chrome so I'm sure that is just how 3.6.4 was programmed- before Chrome existed, it's not recognized as a compatible browser. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|