vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   new popup menu in navbar not working (https://vborg.vbsupport.ru/showthread.php?t=224809)

Speedy2000 10-08-2009 08:19 AM

new popup menu in navbar not working
 
I'm attempting to create a new popup menu in the navbar. Tried this guide: http://www.vbulletin.com/forum/showthread.php?t=224641, but the popup appears as a normal link BELOW the navbar. How can I fix this?

https://vborg.vbsupport.ru/external/2009/10/60.jpg

Lynne 10-08-2009 01:59 PM

You have a custom style and my guess is the links are not in the navbar, like in that article, but are instead in another template, like the header. So, you need to add the code to that template instead (and may have to modify some of the css to get it to look right).

Speedy2000 10-08-2009 03:04 PM

I found the Community popup code in the HEADER template. But where should I put the code of the new popup menu?

Lynne 10-08-2009 03:23 PM

I guess in the same place. I don't know your style, so I really can't be specific. I just know you need to put the navbar link with the rest of the navbar links and then just have the popup menu somewhere also (I try and keep all the popup code together in one place).

Boneedd 10-09-2009 12:37 PM

The code for a normal link in nav bar for this style is

HTML Code:

<td class="vbmenu_control"><a href="PHP Link">Title</a></td>
example:
HTML Code:

<td class="vbmenu_control"><a href="arcade.php">Arcade</a></td>
will give you the result of the attatched image
http://lookpic.com/i/542/GbQaoBLD.jpeg

Sorry if you allready knew this and was on about something completly different



Sorry this is not what you needed to know


All times are GMT. The time now is 06:30 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.00977 seconds
  • Memory Usage 1,718KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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