Edit Navigation bar names

Light Elf at 14h46
18
Aug
2011
I want to edit navigation bar names in CSS. For example I want instad of New Massage to be New P.M. I saw that on one forum, but is it possible.
1 MrMario, on 18/08/2011 at 17h30
Change the image text with a image program (photoshop) or request that done int he graphic section.
2 Empire_1, on 18/08/2011 at 17h50
Basically, you can't change the text, so as MrMario said, you change the image (because images can say anything) and you hide the text.

Manage it by ACP >> Display >> headers and navigation
3 Guest, on 18/08/2011 at 19h52
Go to ACP>Display>Headers&Navigation and make sure the "Display only images in the navbar" option is set to NO. Once that option is set, the following javascript will change the "You have no new messages" text in the navbar to "Inbox":

Code:
$(function() {
document.getElementById('i_icon_mini_message').nextSibling.nodeValue='Inbox';
});
4 Light Elf, on 18/08/2011 at 20h45
Thank you.
5 Nera., on 18/08/2011 at 20h47
Solved > Locked
Similar topics
Hello, I have a few questions about the naming of features in the navigation bar on forums. 1. In the Administration Panel where you can view the Header and Navigation for your forums. I have noticed that you cannot edit the names of some of the
Hello, When you have no new messages, the bar says "You have no new messages". Is it possible to change this to "Messages"? ... And is it possible to change "Log out [ User ]" to "Log out"? Thanks!
I need people to play online who aren't cheap *cough cough hwaorong* and playing Kaizer is boring cause I keep beating him XD. Any good players on here ? Oh and PLEASE have more than 3 bar connection because lag is NOT fun
Replies 1 to 5 on 5 for "Edit Navigation bar names"
See also
more_less
Informations

5 Replies For the topic :
"Edit Navigation bar names"

This topic has been viewed 1396 times.

Last message :
18/08/2011 at 14h46 by "Light Elf"