The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]()
I did this in the postbit_legacy where I wanted the item to show
Code:
<if condition="$show['popups']"> <td id="albummenu"> <a href="#">Album Menu</a> <script type="text/javascript"> vbmenu_register("albummenu"); </script> </td> </if> In the navbar area i put Code:
<div class="vbmenu_popup" id="albummenu_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Album Menu</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> content row </td> </tr> </table> </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|