Log In · Register

 
just wondering...
rainy-day
post Oct 18 2004, 06:24 PM
Post #1


kass.
*

Group: Member
Posts: 6
Joined: Oct 2004
Member No: 56,176



I was wondering if anyone knew the code to change "add comments" and "add eprops" to your own original phrases.

I tried looking for the code on xanga scripts but didn't see it anywhere.

If anyone could let me know what it is, please comment!

Much apprechiated,
happy.gif kass
 
 
Start new topic
Replies
aznbabiicutie
post Oct 18 2004, 06:25 PM
Post #2


my name is tiffany
*****

Group: Member
Posts: 567
Joined: May 2004
Member No: 16,213



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, "smiles`");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "smiles`");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "huqs`");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "huqs`");
else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, "<img src=http://webpost.net/or/oranqex3/minimail.jpg border='0'>");
}
//-->
</script>
<!-- end code provided by createblog.com -->
 

Posts in this topic
rainy-day   just wondering...   Oct 18 2004, 06:24 PM
aznbabiicutie   CODE<!-- begin code provided by createblog...   Oct 18 2004, 06:25 PM
Sherry_Vu   it was under "replace any link text" in ...   Oct 18 2004, 06:29 PM
rainy-day   thanks!!! I hadn't know it was...   Oct 18 2004, 06:33 PM


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