Help - Search - Members - Calendar
Full Version: Xanga comments
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
theskyisblue08
Does anyone know how to get the part of ur xanga that says "add comments", "add eprops", and so on.......do all know how to change that to say different things? wacko.gif
blah3868
http://help.xanga.com/replacelinks
username
or you could go to xanga.com/add_ons... it has good codes
sherryvu
it's also in the xanga scripts section under "replace link text" and "replace any text" _smile.gif
starsapphire04
This should in the Web Stats text area

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;
//blogring.document.write
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "cents");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "cent");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "dollar");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "dollars");
else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "add me");
else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "log out");
}//-->
</script>
<!-- end code provided by createblog.com -->


Hope this will help. I'm sure this the right code that what you are looking for.
estherr
<!-- 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, "love");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "love");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "hope");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "hope");
else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "add me");
else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "buhbye");
}//-->
</script>
<!-- end code provided by createblog.com -->



u can replace the works in "quotations" to what u want it to say
LatinaLady
one person already ansered the question. i dont think its necassary for others to say it again. its considered spaming!. right or wrong.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.