vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   RPG hack beta 5: menu dropdown (https://vborg.vbsupport.ru/showthread.php?t=78626)

twoseven 03-22-2005 10:00 PM

RPG hack beta 5: menu dropdown
 
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:

Deaths 03-23-2005 04:45 PM

This is a template mod, not a hack.

I believe the rules say you have to post mods like this in the hack's thread.

Polo 03-23-2005 05:16 PM

yup.. i think this one should go in the RPG hack thread... :)

Deaths 03-23-2005 05:41 PM

Or in their Premium forum.

Revan 03-23-2005 05:43 PM

Oh crap... I was the one to tell him to post it here... I feel so stupid... :(

Polo 03-23-2005 05:48 PM

oh that's right! the RPG hack is in the premium forums!! that would definetly be the best place :)

Deaths 03-23-2005 05:59 PM

Heh, I just read the post aswell :D.

Deaths 03-23-2005 05:59 PM

Quote:

Originally Posted by Polo
oh that's right! the RPG hack is in the premium forums!! that would definetly be the best place :)

Heh ;)

twoseven 03-23-2005 06:08 PM

i just do what i'm told i know nothing

DDad 09-16-2005 11:57 PM

Working with this template mod. can a dropdown be added to a dropdown?
For an example
open the dropdown, click on one of the names within that dropdown and another one opens

Baseball
football
soccer

Click on football and a list of teams opens as a dropdown?

HPIA 11-01-2006 12:19 AM

Quote:

Originally Posted by DDad
Working with this template mod. can a dropdown be added to a dropdown?
For an example
open the dropdown, click on one of the names within that dropdown and another one opens

Baseball
football
soccer

Click on football and a list of teams opens as a dropdown?

Thats a cool idea. I know it can be done on websites XD


All times are GMT. The time now is 08:39 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.01104 seconds
  • Memory Usage 1,754KB
  • 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
  • (4)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (11)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