PDA

View Full Version : Removing effect from vBulletin DHTML dropdown menus


dndog
07-21-2004, 05:45 AM
How can I remove the sliding effect (not sure what you really call it) from the vBulletin DHTML menus so they just appear without an effect?

For an example of what I am talking about, install the latest Opera browser and click on a vBulletin JS menu.

Andreas
07-21-2004, 06:52 AM
clientscript_vbulletin_menu.js

FIND
;
var vbmenu_doslide = true;


REPLACE that with

var vbmenu_doslide = false;


This should take care of it.