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.
The forum of the forums
3 posters

    How to change the words 'Forum' and 'Last Post'?

    avatar
    GAT:TEA
    Forumember


    Female Posts : 71
    Reputation : 13
    Language : English
    Location : Chicago

    Solved How to change the words 'Forum' and 'Last Post'?

    Post by GAT:TEA March 7th 2012, 4:07 am

    Hello, thanks to the forum search, and other support forums I've found it is possible to rename elements on forumotion. I've effectively managed to exchange my category titles with the word 'Level' using jquery's replace with. I can't seem to do the same with table header forum (th.forum) or table header last (th.last). What's the problem?

    http://wockeez-internationa.forumotion.net/


    Last edited by GAT:TEA on March 7th 2012, 6:02 am; edited 1 time in total
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: How to change the words 'Forum' and 'Last Post'?

    Post by ankillien March 7th 2012, 4:28 am

    Hi,

    This code should work, add it for home page...

    Code:
    $(function(){
      $('.index-box th.forum').text('NEW NAME FOR FORUM');
      $('.index-box th.last').text('NEW NAME FOR LASTPOST');
    });
    avatar
    GAT:TEA
    Forumember


    Female Posts : 71
    Reputation : 13
    Language : English
    Location : Chicago

    Solved Re: How to change the words 'Forum' and 'Last Post'?

    Post by GAT:TEA March 7th 2012, 6:01 am

    Thanks, I was using the wrong code I guess.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How to change the words 'Forum' and 'Last Post'?

    Post by SLGray March 7th 2012, 6:05 am

    GAT:TEA wrote:Thanks, I was using the wrong code I guess.

    Topic Solved & Locked




    How to change the words 'Forum' and 'Last Post'? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is November 12th 2024, 2:03 am