vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Mini Mods - Navbar Dropdown Menu Arrows (https://vborg.vbsupport.ru/showthread.php?t=202383)

choccyclaire 01-18-2009 10:00 PM

Navbar Dropdown Menu Arrows
 
1 Attachment(s)
Will work on all vBulletin versions.


Description

This minor template edit will remove the arrows that are to the right of all links with drop down menus in the navbar.

Installation Time

About 30 seconds!



In the navbar template

Find:

Code:

vbmenu_register("community")
Replace with:

Code:

vbmenu_register("community", true)

Find:

Code:

vbmenu_register("navbar_search")
Replace with:

Code:

vbmenu_register("navbar_search", true)

Find:

Code:

vbmenu_register("usercptools")
Replace with

Code:

vbmenu_register("usercptools", true)

Only a small modification but I think it neatens up the navbar on certain styles.

lazydesis 01-19-2009 10:58 PM

any reason why people may want to remove it?

thanks.

SwollenCranium 01-19-2009 11:20 PM

Quote:

Originally Posted by lazyindian (Post 1718356)
any reason why people may want to remove it?

thanks.

Not me .. Some of my users are so dumb I wonder how they even manage to log in sometimes, take away their arrows and other directional aids and they would be lost.

KatieG 01-20-2009 08:28 AM

I cannot see the logic in doing this, just seems pointless..:confused:

RHWiRED 01-20-2009 10:33 AM

It's pointless, and how are people going to know what type of menu item it is? If it doesn't have an arrow, I wouldn't click it because I'd assume it was going to open a new page/tab on me.

Thanks

choccyclaire 01-20-2009 10:54 AM

Well I've had two of my buddies asked me how to do it and it works well on my custom skin. :)

thedudleys 01-28-2009 02:09 PM

not trying to bump, but had to check this out for a min thinking it would be good but this is like a complete opposite of what i had in mind, its like taking apart vbulletin rather than improving its look.

Paul M 01-29-2009 10:28 AM

This is a support thread, not a discussion on whether you see the point to a mod. If you dont want to use it, feel free to leave this thread, not make unhelpful comments.

chick 01-29-2009 03:06 PM

Quote:

Originally Posted by SwollenCranium (Post 1718379)
Not me .. Some of my users are so dumb I wonder how they even manage to log in sometimes, take away their arrows and other directional aids and they would be lost.

lol so true, my members also would be lost.

cdnbacon 01-29-2009 05:46 PM

Quote:

Originally Posted by Paul M (Post 1728030)
This is a support thread, not a discussion on whether you see the point to a mod. If you dont want to use it, feel free to leave this thread, not make unhelpful comments.

I know I'm also not helping much by replying but I just wanted to add that a mod should reset this poor guys addon rating. People are rating this addon based on its concept, not its execution.

Honestly people, who knows why someone would want this removed, but obviously someone did...

cavebox 01-30-2009 10:34 AM

In some templates the arrows don't come over very well (i know its a template thing), just because of that.............. Great work to bring it on for the people who want to know how to do this

Ohiosweetheart 02-04-2009 01:56 PM

In alot of styles, the arrows don't show well if you're replacing the default vB arrow.
Almost all of my custom clients ask me to remove it, and I have been for years.

Really, people are smarter than you think. All they have to do is hover over the word on the navbar to get the dropdown menu. ;)
Good going choccyclaire.

Warlock40 03-05-2009 01:34 PM

Quote:

Originally Posted by lazyindian (Post 1718356)
any reason why people may want to remove it?

thanks.

Its a simple thing. The arrows don't always display the same in some browsers... at least customized themes. So it is an eye sore that is nice to easily remove.

Whether or not our users are stupid and can't figure it out is irrelevant to the fact that this post was helpful for a quick solution to an otherwise maddening template change during an update...

TheSupportForum 03-06-2009 06:25 AM

a simple template edit is better than this

in ADMINCP go to styles and templates
Click Style Manager
expand any of your custom styles
Select MAIN CSS

add the following to Additional CSS Definitions

.vbmenu_control img {
display:none;
}

or

.navitem img {
display:none;
}

or both, add these to each style and icon will go
you dont need to make any template edits


All times are GMT. The time now is 04:54 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.01149 seconds
  • Memory Usage 1,747KB
  • 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
  • (6)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (14)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