Log In · Register

 
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.
 
 
Start new topic
Replies
latinaba11ah
post 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>
 

Posts in this topic


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