Renameing Navigation Links
+2
SLGray
SummerRed
6 posters
Page 1 of 1
Renameing Navigation Links
I was  trying to rename the 'Home' button in the Navigation bar. I know how to create a new link and how to hide certain parts of the Navigation. That is not what I want. I just want to rename 'Home' to Index.
Forum URL:Â http://forum.sims-pets.com/
Thanks in advance!
-SummerRed
Forum URL:Â http://forum.sims-pets.com/
Thanks in advance!
-SummerRed
Last edited by SummerRed on Fri Jun 21, 2013 5:15 pm; edited 1 time in total
Re: Renameing Navigation Links
See if this is what you want - http://www.csshelp.net/t48-how-to-change-menu-name-in-the-navbar ?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Renameing Navigation Links
That is what I want. and I followed what he said to do and it doesnt work.
Did I do it correctly:
Did I do it correctly:
- Code:
$(function() {
document.getElementById('i_icon_mini_home').nextSibling.nodeValue='Index';
});
Re: Renameing Navigation Links
It looks correct. Did it work?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Renameing Navigation Links
This shell work.
- Code:
$(function() {
document.getElementById('i_icon_mini_index').nextSibling.nodeValue='Index';
});
Re: Renameing Navigation Links
You should be able to do this with CSS.
Add this to your CSS Stylesheet (found under Admin Panel -> Display -> Pictures and Colors -> Colors -> CSS Stylesheet).
Add this to your CSS Stylesheet (found under Admin Panel -> Display -> Pictures and Colors -> Colors -> CSS Stylesheet).
- Code:
a.mainmenu[href="/"] {
content: "Index";
}
Re: Renameing Navigation Links
Nope... Id don't understand what I am doing wrong.
I don't understand why you can't just modify the grayed out text. This is ridiculous. I am not illiterate in this sort of thing so I know I am doing it correctly.
I don't understand why you can't just modify the grayed out text. This is ridiculous. I am not illiterate in this sort of thing so I know I am doing it correctly.
Re: Renameing Navigation Links
SummerRed wrote:Nope... Do I need to post it anywhere else besides a Java script?
What you mean i test it and it works....
Re: Renameing Navigation Links
Might be because he has no images set for the navigation bar...
Can you provide us access to a test account so I can have a look at what the forum looks like for a registered user, please, SummerRed?
Can you provide us access to a test account so I can have a look at what the forum looks like for a registered user, please, SummerRed?
Re: Renameing Navigation Links
You don't use the default nav bar so why don't you change home to index via Templates overall_header
Re: Renameing Navigation Links
I do use the default nav bar. I just have stuff hidden? I shall try that though forgot about those templates haha
Re: Renameing Navigation Links
As I thought, you haven't set any images for the navbar so the codes we provided did not work.
If you are using phpBB 2, you can edit templates and - assuming that you would be ready to do so - I could edit them for you if you don't know how to do so. That would require me to have access to the founder account, so if you really feel that you cannot do it alone, PM me the account details. Otherwise, if you know how to edit the templates, I can give you the necessary instructions, as second option.
If you are using phpBB 2, you can edit templates and - assuming that you would be ready to do so - I could edit them for you if you don't know how to do so. That would require me to have access to the founder account, so if you really feel that you cannot do it alone, PM me the account details. Otherwise, if you know how to edit the templates, I can give you the necessary instructions, as second option.
Re: Renameing Navigation Links
- Code:
<td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
This line is what you need to replace.
If you don't know what to modify for your script to work, tell me.
Re: Renameing Navigation Links
- Code:
a[href="/"] {
display: none;
line-height: normal !important;
}
a[href="/"]:after {
content: "Index" !important;
}
Re: Renameing Navigation Links
Since this thread was marked solved, I'll move this thread now.
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Similar topics
» Remove navigation links
» Change some navigation bar links colors
» Hosting Links and Torrent Links ~ Allows?
» No One Besides Admins Can See Links Or Post Links
» Adf.ly links to the forum links for 4shared.
» Change some navigation bar links colors
» Hosting Links and Torrent Links ~ Allows?
» No One Besides Admins Can See Links Or Post Links
» Adf.ly links to the forum links for 4shared.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum