how do i change the comment link to something else, help |
how do i change the comment link to something else, help |
Feb 27 2005, 08:29 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: Feb 2005 Member No: 99,207 |
okay so how do i change the comment and eprop links to say something else?? ive seen it done b4...k thanks!
|
|
|
|
![]() |
Feb 27 2005, 08:36 PM
Post
#2
|
|
![]() Newbie ![]() Group: Member Posts: 3 Joined: Feb 2005 Member No: 107,270 |
<!--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, "EPROPS"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "EPROP"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "COMMENTS"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "COMMENT"); else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "SIGN OUT"); }//--> </script> Change EPROP, COMMENT etc to what you want You can also change SIGN OUT to whatever you want. |
|
|
|
Feb 27 2005, 08:56 PM
Post
#3
|
|
![]() Samantha ![]() ![]() ![]() ![]() Group: Member Posts: 129 Joined: Dec 2004 Member No: 72,570 |
|
|
|
|
Feb 28 2005, 02:06 PM
Post
#4
|
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Feb 2005 Member No: 105,713 |
click the little xanga help link and go to comments and eprops and it has a thing where it will give you a code depending on the words you choose
|
|
|
|
Feb 28 2005, 03:54 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
|
|
|
|
![]() ![]() |