Eprops and Comment. |
Eprops and Comment. |
![]()
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.
|
|
|
![]() |
![]()
Post
#2
|
|
![]() I HEART NICHOLAS TSE ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,726 Joined: Apr 2004 Member No: 14,116 ![]() |
go back to the scripts section and look under replace link script.. it's probably on the 3 page..
![]() |
|
|
![]()
Post
#3
|
|
![]() 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> |
|
|
![]() ![]() |