The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
For normal linkls like calendar, FAQ, userCP, etc use
Code:
<td class="vbmenu_control"><a href="URL to point to">Name Of Link</a></td> Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> For drop down menu's you need two sections of code. PART ONE Code:
<td id="whatever you wanna call it" class="vbmenu_control"><a href="$show[nojs_link]#whatever you wanna call it">Link Title</a> <script type="text/javascript"> vbmenu_register("whatever you wanna call it"); </script></td> Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> Code:
<div class="vbmenu_popup" id="whatever you wanna call it_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Menu Title</td></tr> <tr><td class="vbmenu_option"><a href="link to page">Link Title</a></td></tr> Add this AFTER Code:
<!-- / NAVBAR POPUP MENUS --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|