Change E-PROP&Comments, 2 say something else |
![]() ![]() |
Change E-PROP&Comments, 2 say something else |
Dec 28 2004, 07:57 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Dec 2004 Member No: 75,118 |
SOMEONE PLEASE HELP ME TO CHANGE THE E-Prop and Comments (the words themselves) to say whatever I want it to say. Is there a code for that..? PLEase Help asap. ThaNKx
|
|
|
|
Dec 28 2004, 08:01 PM
Post
#2
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
use this
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; 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, "dollars"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "dollar"); 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 --> |
|
|
|
Dec 28 2004, 08:03 PM
Post
#3
|
|
![]() All i want is a HERO to be there for me...is it too much to ask? ![]() ![]() ![]() ![]() Group: Member Posts: 287 Joined: Nov 2004 Member No: 66,293 |
lol hihi http://help.xanga.com/replacelinks.htm here
|
|
|
|
Dec 28 2004, 08:03 PM
Post
#4
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
that's JUST to change eprops & comment. change "COMMENT(S)WORD" and "EPROPSWORD" to whatever u want it to say. |
|
|
|
![]() ![]() |