Does anyone know how to replicate vBulletin's DHTML menus on a non-vb page?
I've tried adding an includes for
clientscript/vbulletin_global.js and
clientscript/vbulletin_menu.js, and using the usual HTML but it doesn't work. I'm guessing something more is needed, but I can't figure out what..
---[high]EDIT[/high]---
Nevermind, I got it nailed..
This post provides a VERY important hint:
http://www.vbulletin.com/forum/showp...26&postcount=7
However, the commented out part of that code has since been removed. All you need now is:
HTML Code:
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>