Log In · Register

 
Xanga comments
theskyisblue08
post May 26 2004, 04:06 PM
Post #1


Newbie
*

Group: Member
Posts: 1
Joined: May 2004
Member No: 17,872



Does anyone know how to get the part of ur xanga that says "add comments", "add eprops", and so on.......do all know how to change that to say different things? wacko.gif
 
 
Start new topic
Replies
starsapphire04
post May 26 2004, 05:21 PM
Post #2


Senior Member
***

Group: Member
Posts: 50
Joined: May 2004
Member No: 17,903



This should in the Web Stats text area

CODE
<!-- begin code provided by createblog.com -->
<script language="javascript">
<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
//blogring.document.write
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "cents");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "cent");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "dollar");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "dollars");
else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "add me");
else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "log out");
}//-->
</script>
<!-- end code provided by createblog.com -->


Hope this will help. I'm sure this the right code that what you are looking for.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: