Log In · Register

 
 
Closed TopicStart new topic
Eprops and Comment.
cynthia_bell
post 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.
 
lookitskim
post Jul 3 2004, 06:02 PM
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.. wink.gif
 
latinaba11ah
post Jul 3 2004, 06:07 PM
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>
 

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