vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Need help with dropdown menu ive made please (https://vborg.vbsupport.ru/showthread.php?t=127557)

bashy 09-25-2006 08:52 PM

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 -->

This is what i removed (dont need), this goes just before the </table>

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>

When i dded this to the navebar it made a right mess of things, the menu stayed dropped and some of the links were to the right of the navbar, totaly wrong lol


All times are GMT. The time now is 06:54 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00935 seconds
  • Memory Usage 1,710KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete