The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Drop Down Additional Navbar??
I have a project I'm working on and in my forum home plugin I'm calling a template with this code:
I'm able to get the arrow icon and such..but I need the dropdown to work. Right now it doesnt. I want to add sub menu's like the navbar. What am I missing? NO code is currently in my navbar to assist with this. I'm guessing the navbar should have nothing to do with this since its almost a seperate navbar or table really. Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <tr> <td id="threads" class="vbmenu_control"> <a href="#" accesskey="4" rel="nofollow">Threads</a> <script type="text/javascript"> vbmenu_register("threads"); </script> </td> </tr> <tr>$threadbits</tr> </table> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|