removing previous, random, next in blogring module |
![]() ![]() |
removing previous, random, next in blogring module |
Aug 10 2005, 11:20 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Aug 2004 Member No: 41,559 |
is there any code for this? i have seen a xanga before that removed the previous, random, etc. before. well. i could've sworn i did.
any help is appreciated! thanks. |
|
|
|
Aug 10 2005, 11:43 PM
Post
#2
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 |
it was probably in a custom module.
id suggest just using custom modules. or just living with the links. |
|
|
|
Aug 11 2005, 01:30 AM
Post
#3
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
You... Can hide them.
[ http://www.createblog.com/forums/index.php?showtopic=32 ] Except it's be like this... CODE <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 (/previous/i)) links[l].innerHTML = str.replace (/previous/i, ""); else if (str.match (/next/i)) links[l].innerHTML = str.replace (/next/i, ""); else if (str.match (/random/i)) links[l].innerHTML = str.replace (/comments/i, "dollars"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/random/i, ""); }//--> </script> |
|
|
|
![]() ![]() |