changing the comment tile? |
![]() ![]() |
changing the comment tile? |
Mar 21 2007, 06:18 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Jun 2006 Member No: 424,681 |
How do you change what the name of the comment is? I mean, like it says add comment, or # comments. I want to know how to change what the comments are called like to change it to "Add Cupcake" or something. I saw a few people who have it changed, i want to know how.
|
|
|
|
Mar 21 2007, 07:17 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 18,173 Joined: Mar 2005 Member No: 108,478 |
They answer this in their comment FAQs. Here's the code:
CODE <!-- begin code provided by createblog.com --> <!--Get this code at http://help.xanga.com/replacelinks.htm//--> <script language="javascript"> <!-- var links = document.getElementsByTagName ("a"); for (var l = 0; l < links.length; l++) { str = links[l].innerHTML; if (str.match (/d+:d+ (am|pm)/i)) links[l] else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "props"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "prop"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "comments"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "comment"); }//--> </script> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> It goes in your Website Stats, at the bottom of your CLAF. :] |
|
|
|
![]() ![]() |