Log In · Register

 
Change E-PROP&Comments, 2 say something else
moluv4yah
post Dec 28 2004, 07:57 PM
Post #1


Newbie
*

Group: Member
Posts: 1
Joined: Dec 2004
Member No: 75,118



SOMEONE PLEASE HELP ME TO CHANGE THE E-Prop and Comments (the words themselves) to say whatever I want it to say. Is there a code for that..? PLEase Help asap. ThaNKx
 
 
Start new topic
Replies
shortvi3tlaydee
post Dec 28 2004, 08:01 PM
Post #2


moohaha
******

Group: Member
Posts: 2,214
Joined: Aug 2004
Member No: 41,985



use this

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;
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, "dollars");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "dollar");
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 -->
 

Posts in this topic


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