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, 04:11 PM
Post
#2
|
|
![]() heart broken x ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 416 Joined: Mar 2004 Member No: 6,259 |
|
|
|
|
May 26 2004, 04:19 PM
Post
#3
|
|
|
.::I . IS . CHINAMAN::. ![]() ![]() ![]() Group: Member Posts: 76 Joined: Mar 2004 Member No: 8,929 |
or you could go to xanga.com/add_ons... it has good codes
|
|
|
|
May 26 2004, 04:26 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,209 Joined: Jan 2004 Member No: 2,330 |
it's also in the xanga scripts section under "replace link text" and "replace any text"
|
|
|
|
May 26 2004, 05:21 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 73 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. |
|
|
|
May 26 2004, 06:25 PM
Post
#6
|
|
![]() esther ![]() ![]() Group: Member Posts: 21 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 |
|
|
|
May 26 2004, 06:31 PM
Post
#7
|
|
![]() Look its... ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 7,187 Joined: Feb 2004 Member No: 4,767 |
one person already ansered the question. i dont think its necassary for others to say it again. its considered spaming!. right or wrong.
|
|
|
|
![]() ![]() |