Log In · Register

 
 
Closed TopicStart new topic
removing previous, random, next in blogring module
cheesynoodles
post 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.
 
Mulder
post 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.
 
talcumpowder
post 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. mellow.gif
[ 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>
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: