Quote:
Originally Posted by sublo
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.