Back to vBulletin 3.0 Add-Ons

RPG hack beta 5: menu dropdown
Mod Version: 1.00, by twoseven

This modification is in the archives.
vB Version: 3.0.7 Rating: (0 vote - 0 average) Installs: 2
Released: 23 Mar 2005 Last Update: Never Downloads: 0
Not Supported  

here is my little addition for those of you who just want a little dropdown in the navbar. in the navbar template find
PHP Code:
<td class="vbmenu_control"><a href="faq.php?$session[sessionurl]accesskey="5">$vbphrase[faq]</a></td
add after it
PHP Code:
<td id="rpg" class="vbmenu_control"><a href="#rpg">RPG</a> <script type="text/javascript"vbmenu_register("rpg"); </script></td
then at the very bottom of the navbar template before
PHP Code:
<!-- / NAVBAR POPUP MENUS -->
</if> 
add this
PHP Code:
<div class="vbmenu_popup" id="rpg_menu" style="display:none">
         <
table cellpadding="4" cellspacing="1" border="0">
         <
tr><td class="thead">RPG</td></tr>        
<
tr><td class="vbmenu_option"><a href="headquarters.php">Headquarters</a></td></tr>
<
tr><td class="vbmenu_option"><a href="rpgcp.php">Control Panel</a></td></tr>
<
tr><td class="vbmenu_option"><a href="battle.php">Battle Arena</a></td></tr>
<
tr><td class="vbmenu_option"><a href="itemshop.php">Item Shop</a></td></tr>
<
tr><td class="vbmenu_option"><a href="lottery.php">Lottery</a></td></tr>
<
tr><td class="vbmenu_option"><a href="heal.php">Healing Center</a></td></tr>
<
tr><td class="vbmenu_option"><a href="clancp.php">Clan CP</a></td></tr>
<
tr><td class="vbmenu_option"><a href="ushop.php?do=a&shortname=bank">Bank</a></td></tr>
<
tr><td class="vbmenu_option"><a href="monsterarena.php">Monster Arena</a></td></tr>
</
table>
</
div
thats it you should have a functioning dropdown with all the files the users should need(at this point anyhow) :banana:

Download

No files for download.

Supporters / CoAuthors

  • twoseven

vblts.ru supports vBulletin®, 2022-2024