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, 05:21 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 50 Joined: May 2004 Member No: 17,903 |
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. |
|
|
|
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
estherr <!-- begin code provided by createblog.com... May 26 2004, 06:25 PM
LatinaLady one person already ansered the question. i dont th... May 26 2004, 06:31 PM![]() ![]() |