vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Drop menu help. (https://vborg.vbsupport.ru/showthread.php?t=66825)

Pixelgrounds 07-03-2004 11:54 PM

Drop menu help.
 
1 Attachment(s)
Hey, I have a question. How do I get ride of that arrow pointing down on the nav in vB3. I need to know so i can finish my custom skin

please help me. All i need to know is were i have to go to delete it, what template or file.

look at image...

Tony G 07-04-2004 01:16 PM

Doesn't seem to be controlled by the templates. Searched the navbar template, but the code that is there doesn't control that image. Checked the CSS codes used too in the passage of code, but turned up with nothing. Must have to do with the javascript.

I know I'm missing something. Don't think that it's something that needs hacking - but it might, and I'm not expert at hacking.

assassingod 07-04-2004 01:43 PM

Open the 'navbar' template and find:
Code:

                                <td id="navbar_search" class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
Replace it with
Code:

                                <td id="navbar_search" class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search",1); </script></td>
:)

Pixelgrounds 07-04-2004 05:29 PM

Quote:

Originally Posted by assassingod
Open the 'navbar' template and find:
Code:

                                <td id="navbar_search" class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
Replace it with
Code:

                                <td id="navbar_search" class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search",1); </script></td>
:)

>_> i had figured it out by the time you to had posted. I just used the code for drop box from the Username in postbit_legacy. Thx anyways.

craig5320 08-06-2004 11:29 PM

This helped me a lot! I've been pulling my hair out, thanks.


All times are GMT. The time now is 09:20 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.00966 seconds
  • Memory Usage 1,725KB
  • 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_code_printable
  • (1)bbcode_quote_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