Help - Search - Members - Calendar
Full Version: comments/eprops
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
LiDdLe_TaSh
okay wea do i put the code that changes what comments and eprops say? this is the code... i got it from xanga if its wrong ...
[CODE]<!--Get this code at http://help.xanga.com/replacelinks.htm//-->
<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, "GuCcI'z");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "GuCcI");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "PrAdA'z");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "PrAdA");
else if (str.match (/subscribe/i)) links[l].innerHTML = str.replace (/subscribe/i, "TaKe Me=*");
else if (str.match (/subscription/i)) links[l].innerHTML = str.replace (/subscription/i, "fRiEnD? EnEmIe?");
else if (str.match (/subscriptions/i)) links[l].innerHTML = str.replace (/subscriptions/i, "fRiEnDz? EnEmIez?");
else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "LeAvE =[");
else if (str.match (/GuestBook/i)) links[l].innerHTML = str.replace (/GuestBook/i, "GbOoK");
}//-->
</script>
mzsnoozy
ur website stats xD
LiDdLe_TaSh
hmm its not workin got any other ideas??
mzsnoozy
i tried ur code on my xanga and it works perfectly. it might be the location. try putting the code first in your website stats
LiDdLe_TaSh
hmm now it works lol thanx!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.