How to change the words 'Forum' and 'Last Post'? 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.
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 Tue 6 Mar - 23:07

    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 Wed 7 Mar - 1:02; 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 Tue 6 Mar - 23:28

    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 Wed 7 Mar - 1:01

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


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

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

    Post by SLGray Wed 7 Mar - 1:05

    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.