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.

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

3 posters

Go down

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
avatar
GAT:TEA
Forumember

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

Back to top Go down

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');
});
ankillien
ankillien
Energetic

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

Back to top Go down

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.
avatar
GAT:TEA
Forumember

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

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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