How to change the words 'Forum' and 'Last Post'?
3 posters
Page 1 of 1
How to change the words 'Forum' and 'Last Post'?
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/
http://wockeez-internationa.forumotion.net/
Last edited by GAT:TEA on March 7th 2012, 6:02 am; edited 1 time in total
GAT:TEA- Forumember
- Posts : 71
Reputation : 13
Language : English
Location : Chicago
Re: How to change the words 'Forum' and 'Last Post'?
Hi,
This code should work, add it for home page...
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- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: How to change the words 'Forum' and 'Last Post'?
Thanks, I was using the wrong code I guess.
GAT:TEA- Forumember
- Posts : 71
Reputation : 13
Language : English
Location : Chicago
Re: How to change the words 'Forum' and 'Last Post'?
GAT:TEA wrote:Thanks, I was using the wrong code I guess.
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Removing Words From Post's Date and Time Section
» I can't post or change things in forum
» Moving the words at the bottom of forum.
» Change the color of the words.
» Mimimum amount of words to a post?
» I can't post or change things in forum
» Moving the words at the bottom of forum.
» Change the color of the words.
» Mimimum amount of words to a post?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum