Eprops and Comment. |
Eprops and Comment. |
Jul 3 2004, 05:58 PM
Post
#1
|
|
![]() n00b ![]() ![]() ![]() Group: Member Posts: 77 Joined: May 2004 Member No: 17,588 |
I looked in the scripts section but could not find it...does anyone have the code for changing the name of the eprops and comments? Thanks.
|
|
|
|
![]() |
Jul 3 2004, 06:07 PM
Post
#2
|
|
![]() Member ![]() ![]() Group: Member Posts: 18 Joined: Jul 2004 Member No: 27,268 |
here if you can`t find it..
<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, "dance shoe"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "dance shoe"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "dancer"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "dancer"); } //--> </script> |
|
|
|
cynthia_bell Eprops and Comment. Jul 3 2004, 05:58 PM
lookitskim go back to the scripts section and look under repl... Jul 3 2004, 06:02 PM![]() ![]() |