The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need help with dropdown menu ive made please
Hi peeps
I have mad myself a dropdown menu copied from another menu.. This is virtually the same but with my own links in it, i also removed some code that i didnt need and it dont work, can someone take a looks please? Menu i made (adjusted) is Code:
<!-- Extras --> <if condition="$show['member']"> <div class="vbmenu_popup" id="sitemap_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">Extras</td></tr> <tr><td class="vbmenu_option"><a href="http://www.bashys-place.com/forums/arcade.php">Arcade</a></tr> <tr><td class="vbmenu_option"><a href="http://www.bashys-place.com/forums/hackdb.php">vB Hacks</a></tr> <tr><td class="vbmenu_option"><a href="http://www.bashys-place.com/forums/vbtestimonials.php">Confessions</a></tr> <tr><td class="vbmenu_option"><a href="http://www.bashys-place.com/forums/vbgooglemapme.php">Google Map</a></tr></if> <tr><td class="vbmenu_option"><a href="http://www.bashys-place.com/forums/mmwordscramble.php?">Anagrams</a></tr></if> </table> </div> </if> <!-- / Extras --> Code:
<tr><td class="thead">Staff Menu</td></tr></if> <if condition="$show['admincplink']"> <tr><td class="vbmenu_option"><a href="$vboptions[bburl]/$admincpdir/" target="blank_">Admin CP</a></td></tr></if> <if condition="$show['modcplink'] OR $bbuserinfo['usergroupid'] == '5' OR $bbuserinfo['usergroupid'] == '7'"> <tr><td class="vbmenu_option"><a href="$vboptions[bburl]/$modcpdir/" target="blank_">Moderator CP</a></td></tr></if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|