The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#8
|
||||
|
||||
![]()
For my suggestion, open up your navbar template, find:
HTML Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> HTML Code:
<td id="interactive" class="vbmenu_control"><a href="#interactive">Interactive</a> <script type="text/javascript"> vbmenu_register("interactive"); </script></td> Still in your navbar template, find: HTML Code:
<if condition="$show['popups']"> <!-- NAVBAR POPUP MENUS --> HTML Code:
<!-- interactive links --> <div class="vbmenu_popup" id="interactive_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Interactive Features</td></tr> <tr><td class="vbmenu_option"><a href="#">Feature #1</a></td></tr> <tr><td class="vbmenu_option"><a href="#">Feature #2</a></td></tr> <tr><td class="vbmenu_option"><a href="#">Feature #3</a></td></tr> <tr><td class="vbmenu_option"><a href="#">Feature #4</a></td></tr> </table> </div> <!-- / interactive links --> ![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|