The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to get rid of this icon?
Hi,
This is the current look of my navbar (notifications area): And this is how I want it to look: What's the difference? The icon shouldn't appear anymore without affecting the functionality of the drop-down menu in the notifications. Any advice will be more than welcome. Thank you, Jonathan |
#2
|
|||
|
|||
Login to your admin cp and find your navbar template.
Find: Code:
<if condition="$show['notifications']"> <div><span id="notifications"><a href="usercp.php$session[sessionurl_q]">$vbphrase[your_notifications]:</a> <strong>$notifications_total</strong></span></div> Code:
<if condition="$show['notifications']"> <div><a href="usercp.php$session[sessionurl_q]">$vbphrase[your_notifications]:</a> <strong>$notifications_total</strong></div> It removes the graphic but the drop down does not work after that. Its the only way to get rid of it that I see though. So you will have to decide if the drop down is important to you. |
#3
|
|||
|
|||
Hi,
Thanks for your input! However as per stated in my message: Quote:
Jonathan |
#4
|
|||
|
|||
The icon is part of the vb built in css and there is no way to change that unless you put the css files as files on your server and manually take that out of them. It was part of a span tag and the span tag also contained the drop down so you cannot have it both ways I'm afraid unless you edit the css.
|
#5
|
|||
|
|||
Yes I know that this is going to require additional CSS definitions but maybe there is a easier way. Check this post from Lynne please.
She said: Quote:
Thank you, Jonathan |
#6
|
|||
|
|||
I have no idea on that one sorry.
|
#7
|
||||
|
||||
Oops! This a fix for 4.x
Put this in additional.css Code:
.toplinks .nonotifications a.popupctrl { background: none; padding: 3px 3px 3px 4px; } .toplinks .notifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl.active, .toplinks .notifications a.popupctrl.active { background: none; padding: 3px 3px 3px 4px; } .popupmenu a.popupctrl { background-image: none; } |
#8
|
||||
|
||||
Read this thread : http://www.vbsoporte.com/foros/f40/c...up-navbar-120/
need to find PHP Code:
PHP Code:
|
#9
|
|||
|
|||
Jhonnyf's workaround is the most easier to do! Thanks Jhonnyf!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|