disappear... please? |
![]() ![]() |
disappear... please? |
Jun 11 2004, 02:57 PM
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 11 Joined: Jan 2004 Member No: 890 |
under your blogrings, you know how there's "previous - random - next" under it?
i REALLY want to remove that... it looks cluttered + ugly i've tried to use the word replacer script trying to remove "previous - random - next" with "" (there is nothing inside that quotation)... and it didn't work... maybe i'm doing something wrong? i've also tried the link replacer code but you can only replace the seperate text links "previous," "random," and "next" with that and you are left with those ANNOYING " - - " afterwards... i'd like to pre THANK anyone who can help/reply! thank you so much! |
|
|
|
Jun 11 2004, 08:05 PM
Post
#2
|
|
![]() Look its... ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,817 Joined: Feb 2004 Member No: 4,767 |
for changing thw ords i use this
QUOTE <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, "Boop Boop"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "Beep Boop"); else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, "Send Love!"); else if (str.match (/Next 5/i)) links[l].innerHTML = str.replace (/Next 5/i, "Past Events"); else if (str.match (/Previous 5/i)) links[l].innerHTML = str.replace (/Previous 5/i, "Future Events"); } var paras = document.getElementsByTagName ('p'); for (var p = 0; p < paras.length; p++) { str = paras[p].innerHTML; if (str.match (/smileys/gi)) paras[p].innerHTML = str.replace (/smileys/gi, "Smile!"); } //--> </script> |
|
|
|
| *Kathleen* |
Jun 11 2004, 08:10 PM
Post
#3
|
|
Guest |
Yeah - you were using the "Replace Any Text" script when you should be using the one for links. Also, I'm not sure if that's possible. If you really don't want those, you can always use the custom module script we have here that won't have that at all.
|
|
|
|
![]() ![]() |