how do u change the add comments and add e props, help |
![]() ![]() |
how do u change the add comments and add e props, help |
Aug 21 2004, 05:20 PM
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 22 Joined: Jul 2004 Member No: 34,184 |
how do u change them to something else
|
|
|
|
Aug 21 2004, 05:25 PM
Post
#2
|
|
![]() je hebt het niveau van een poffertje ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 512 Joined: May 2004 Member No: 15,934 |
This should help.
http://www.createblog.com/forums/index.php?showtopic=230 You use the "Replace Any Word" script. Just click the link above. |
|
|
|
Aug 21 2004, 06:32 PM
Post
#3
|
|
![]() PUhaha.. NJ azN ![]() ![]() ![]() ![]() Group: Member Posts: 299 Joined: Aug 2004 Member No: 41,986 |
woa, that script is WAY too complex for just replacing links, this one is already dont for you, just replace "philis hot" with your text, dont remove anything else including the quotation marks...
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 (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "Phil is hot"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "Phil is hot"); else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, "Phil is hot"); } var paras = document.getElementsByTagName ('p'); for (var p = 0; p < paras.length; p++) { str = paras[p].innerHTML; if (str.match (/=D/gi)) paras[p].innerHTML = str.replace (/=D/gi, "=D"); } //--> </script> <!-- end code provided by createblog.com --> |
|
|
|
Aug 22 2004, 08:19 PM
Post
#4
|
|
![]() Member ![]() ![]() Group: Member Posts: 27 Joined: Aug 2004 Member No: 41,144 |
if that doesn't work for you.....here is something really really simple!!! Just go here!
|
|
|
|
![]() ![]() |