Quote:
Originally Posted by kushal
How can I make this menu to also appear in VBadvanced pages?
|
I haven't tried it, but this should work...
change:
Code:
<script src="mmenu.js" type="text/javascript"></script>
<script src="menuItems.js" type="text/javascript">
to:
Code:
<script src="$vboptions[bburl]/forum/mmenu.js" type="text/javascript"></script>
<script src="$vboptions[bburl]/forum/menuItems.js" type="text/javascript">
if your forum is in a different directory, such as "forums," then change the replacement code accordingly.
Please let me know if it works for you.