Xanga comments |
Xanga comments |
May 26 2004, 04:06 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: May 2004 Member No: 17,872 |
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?
|
|
|
|
![]() |
May 26 2004, 06:25 PM
Post
#2
|
|
![]() esther ![]() ![]() Group: Member Posts: 22 Joined: May 2004 Member No: 15,056 |
<!-- 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 |
|
|
|
theskyisblue08 Xanga comments May 26 2004, 04:06 PM
naughtyneshe http://help.xanga.com/replacelinks May 26 2004, 04:11 PM
username or you could go to xanga.com/add_ons... it has goo... May 26 2004, 04:19 PM
Sherry_Vu it's also in the xanga scripts section under ... May 26 2004, 04:26 PM
starsapphire04 This should in the Web Stats text area
CODE<... May 26 2004, 05:21 PM
LatinaLady one person already ansered the question. i dont th... May 26 2004, 06:31 PM![]() ![]() |