vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   What's the proper way to create a dropdown list of links? (https://vborg.vbsupport.ru/showthread.php?t=105511)

Club3G 01-16-2006 07:14 PM

What's the proper way to create a dropdown list of links?
 
I have two custom dropdowns on my site that I made ages ago, copying some stock code and modifying it how I though was the best way at the time.

I know there's a hack/addon for this, but with my navbar customizations it didn't work at all for me and would take more customization of the addon than it would be to just simply write one in.

If you go here:

http://www.sevenstring.org

The Site Features dropdown only works in Internet Explorer - Firefox ignores it. I'm positive it's because I coded it improperly, but my attempts at figuring out how to make it work in either browser have been in vain.

Here's the code from my navbar template:

The navbar displayed dropdown:

Code:

<!-- Features Menu -->
                      <if condition="$show['popups']">
                      <td background="http://www.sevenstring.org/forum/images/navbar_backing.jpg" id="gallery"><a STYLE="text-decoration:none" href="#gallery"><font color="#ffcc00" size="1px"><b>Site Features</b></font></a>
                <script type="text/javascript"> vbmenu_register("gallery"); </script></td>
                    </if> 
                <!-- /Features Menu -->

And the pagenav popup description:

Code:

<!-- Features Menu -->
<if condition="$show['searchbuttons']">
        <!-- header Gallery Links-->
        <div class="vbmenu_popup" id="gallery_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr><td class="thead"><font color="#ffcc00">sevenstring.org</font></td></tr>       
<tr><td class="vbmenu_option"><a href="http://www.sevenstring.org/forum/view.php?pg=ssjukebox"><b><font color="#2886B6">Member Jukebox</font></b></a></td></tr>       
        <tr><td class="vbmenu_option"><a href="http://www.sevenstring.org/forum/view.php?pg=lessons"><b><font color="#2886B6">Online Lessons</font></b></a></td></tr>
                <tr><td class="vbmenu_option"><a href="http://www.sevenstring.org/forum/view.php?pg=ircchat"><b><font color="#2886B6">IRC Chat Room</font></b></a></td></tr>
                <tr><td class="vbmenu_option"><a href="http://www.sevenstring.org/photoplog/index.php$session[sessionurl]"><b><font color="#2886B6">Photo Gallery</font></b></a></td></tr>
        <tr><td class="vbmenu_option"><a href="http://www.sevenstring.org/forum/view.php?pg=frappr"><b><font color="#2886B6">Member Map</font></b></a></td></tr>
                <tr><td class="vbmenu_option"><a href="http://www.sevenstring.org/forum/arcade.php?$session[sessionurl]"><b><font color="#2886B6">The Arcade</font></b></a></td></tr>
                <tr><td class="vbmenu_option"><a href="calendar.php?$session[sessionurl]"><b><font color="#2886B6">Calendar</font></b></a></td></tr>
                </table>
        </div>
                </if>
<!-- /Features Menu -->

Any insight on this would really be appreciated, as it effects both of my current dropdowns and obviously any that I'd like to add in the future.


All times are GMT. The time now is 07:05 PM.

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.00995 seconds
  • Memory Usage 1,719KB
  • 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