how do you change.. |
how do you change.. |
Nov 21 2004, 02:04 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Nov 2004 Member No: 64,662 |
[FONT=Arial]How do u change the comment words?? like usually it says comment..eProps..how do u get it to say something else?
|
|
|
|
![]() |
Nov 21 2004, 02:14 PM
Post
#2
|
|
|
i <3 muH BaYbEe ![]() ![]() ![]() ![]() Group: Member Posts: 221 Joined: Nov 2004 Member No: 62,547 |
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, "StaRs"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "StaR"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "dReAms"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "dReaM"); else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "aDd diS LiL PnAi"); else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "PeaCe OuT"); else if (str.match (/Next 5/i)) links[l].innerHTML = str.replace (/Next 5/i, "MuH paSt >>"); else if (str.match (/previous 5/i)) links[l].innerHTML = str.replace (/previous 5/i, "<< MuH FuTuRe"); else if (str.match (/Email it/i)) links[l].innerHTML = str.replace (/email it/i, "SeNd ThIs"); }//--> </script> <!-- end code provided by createblog.com --> is that what ur talkin bout |
|
|
|
Nov 21 2004, 04:32 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Nov 2004 Member No: 64,662 |
yea..thanx..one question tho: where do u put the words u wanna change?
|
|
|
|
Nov 21 2004, 04:58 PM
Post
#4
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
CODE <!-- begin code provided by createblog.com --> else if (str.match (/Email it/i)) links[l].innerHTML = str.replace (/email it/i, "SeNd ThIs"); <!-- end code provided by createblog.com --> Change the 'email it' to the word you're changing. (In both places. The one at the front and the one at the back.) And change the 'SeNd ThIs' to what you want those words to say. |
|
|
|
Nov 21 2004, 05:03 PM
Post
#5
|
|
|
#1 CreateBlog Membiez n Fan ![]() ![]() ![]() ![]() Group: Member Posts: 182 Joined: Oct 2004 Member No: 56,247 |
|
|
|
|
![]() ![]() |