Headers and Navigation Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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

    avatar
    einamen
    New Member


    Posts : 2
    Reputation : 1
    Language : Latvia

    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
    Guest
    Guest


    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
    einamen
    New Member


    Posts : 2
    Reputation : 1
    Language : Latvia

    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
    Guest
    Guest


    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.