just wondering... |
![]() ![]() |
just wondering... |
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, |
|
|
|
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 --> |
|
|
|
Oct 18 2004, 06:29 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
it was under "replace any link text" in the xanga scripts section
|
|
|
|
Oct 18 2004, 06:33 PM
Post
#4
|
|
|
kass. ![]() Group: Member Posts: 6 Joined: Oct 2004 Member No: 56,176 |
thanks!!!
I hadn't know it was under xanga scripts.... but the code and information were both very helpful! ~ |
|
|
|
![]() ![]() |