Log In · Register

 
 
Closed TopicStart new topic
How do i change the comments?, help
parking_lot__nig...
post Oct 19 2004, 04:40 PM
Post #1


Newbie
*

Group: Member
Posts: 2
Joined: Oct 2004
Member No: 56,954



I was woundering what the code for changing the comments to say like 5 hearts broken instead of just 1 comment...if someone could please give me the code, i would appreciate it!
 
aznbabiicutie
post Oct 19 2004, 04:46 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 -->
 

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