vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   How do i make a drop down menu in the nav bar (https://vborg.vbsupport.ru/showthread.php?t=298808)

egclive 06-06-2013 06:08 PM

How do i make a drop down menu in the nav bar
 
Similar to the misc. in the site below

http://www.revolutionofgaming.com/forum/

ForceHSS 06-06-2013 09:32 PM

vb version u are running

ozzy47 06-07-2013 02:35 AM

You can use this mod to create dropdowns, prior to vB version 4.2.1 https://vborg.vbsupport.ru/showthread.php?t=274972

In vb v 4.2.1 you can do it with the Navigation Manager

This only applies to vB versions 4.x

egclive 06-07-2013 05:05 AM

4.2.1 but it doesn't let me make a menu like that

ForceHSS 06-07-2013 11:47 AM

Take a look at the default ones there and it will give you a idea how to do it

nhawk 06-07-2013 12:18 PM

Unfortunately there are no dropdown tabs in the default menus.

To create a dropdown menu on a tab do this..

1) Create a new TAB

2) Create a MENU item for the tab.

3) Create a LINK item for the MENU

4) Go back to the TAB and edit it. Change the 'Target Menu' to the new MENU you created.

ForceHSS 06-07-2013 06:18 PM

Quote:

Originally Posted by nhawk (Post 2426367)
Unfortunately there are no dropdown tabs in the default menus.

To create a dropdown menu on a tab do this..

1) Create a new TAB

2) Create a MENU item for the tab.

3) Create a LINK item for the MENU

4) Go back to the TAB and edit it. Change the 'Target Menu' to the new MENU you created.

there is
quick links, forum actions and community tabs
main tabs no sub yes but at least it will give him a starting place

fxdigi-cash 06-11-2013 05:28 PM

well, I guess you will have to do it manually 'hard-coded' way...

all you need is:

1- create a button in the navtab
2- add a class to your <li> tab and call it class="popupmenu"
3- add a href anchor after that to allow java script to popup the menu: <a href="javascript://" class="popupctr"/>button</a>
4- create un-order list for your drop menu with a class like this: <ul class="popupbody"></ul>
5- include your <li> with a class for css style and menu list for each element you want..

Save it and you're done...

if you need more explanation, shoot me a PM as a reminder...

Cheers

nhawk 06-11-2013 05:59 PM

Quote:

Originally Posted by fxdigi-cash (Post 2427432)
well, I guess you will have to do it manually 'hard-coded' way...

all you need is:

1- create a button in the navtab
2- add a class to your <li> tab and call it class="popupmenu"
3- add a href anchor after that to allow java script to popup the menu: <a href="javascript://" class="popupctr"/>button</a>
4- create un-order list for your drop menu with a class like this: <ul class="popupbody"></ul>
5- include your <li> with a class for css style and menu list for each element you want..

Save it and you're done...

if you need more explanation, shoot me a PM as a reminder...

Cheers

My instructions work perfectly for vB 4.2.1.

There's no need to hard code anything.


All times are GMT. The time now is 11:48 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.00989 seconds
  • Memory Usage 1,726KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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