The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Headers and Navigation

Go down

Headers and Navigation Empty Headers and Navigation

Post by einamen May 6th 2012, 9:34 am

Headers and Navigation Hn10

Is there a possibility to change Menu/Text name? From Home to Forums.

If yes then how? Smile I don't like Home, because I have portal ( renamed as : Home ) And I want to change this "Home" to "Forums"

avatar
einamen
New Member

Posts : 2
Reputation : 1
Language : Latvia

Back to top Go down

Headers and Navigation Empty Re: Headers and Navigation

Post by Guest May 6th 2012, 9:51 am

Hi!

Use this code:
Code:
$(function(){
$('a.mainmenu:first').replaceWith('<a href="/forum">Forums</a>')
});
or:
Code:
$(function(){
$('a.mainmenu:eq(0)').replaceWith('<a href="/forum">Forums</a>')
});
Administration Panel => Modules => HTML & JAVASCRIPT => Javascript codes management.


Last edited by Coddy on May 6th 2012, 9:52 am; edited 1 time in total
avatar
Guest
Guest


Back to top Go down

Headers and Navigation Empty Re: Headers and Navigation

Post by einamen May 6th 2012, 9:52 am

Coddy wrote:Hi!

Use this code:
Code:
$(function(){
$('a.mainmenu:first').replaceWith('<a href="/forum">Forums</a>')
});

whow can I use it and where? Smile
avatar
einamen
New Member

Posts : 2
Reputation : 1
Language : Latvia

Back to top Go down

Headers and Navigation Empty Re: Headers and Navigation

Post by Guest May 6th 2012, 5:34 pm

Hey, I posted above.
Administration Panel => Modules => HTML & JAVASCRIPT => Javascript codes management.
avatar
Guest
Guest


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum