Log In · Register

 
Displaying more than 5 posts!, Displaying more than 5 posts...lol.
untruhappin3ss
post Nov 11 2004, 08:48 PM
Post #1


Newbie
*

Group: Member
Posts: 1
Joined: Nov 2004
Member No: 62,112



Ok I'm just wondering how to display more than the default 5 for Xanga. I want to display more, like 10 or so, at least. Someone help me!!! cry.gif
 
 
Start new topic
Replies
x_pink_jessie_x
post Nov 12 2004, 03:53 PM
Post #2


#1 CreateBlog Membiez n Fan
****

Group: Member
Posts: 182
Joined: Oct 2004
Member No: 56,247



I think this is wat ur talkin bout ! input in web statz in look n feel! enjoy!

QUOTE
<!-- begin code provided by createblog.com -->

<script>
numberOfEntries = 2; //Change this value here...
if(location.pathname=='/home.aspx'){
var tds = document.getElementsByTagName ('a');
for (var i = 0; i < tds.length; i++) {
timeString = tds[i].innerText;
if(timeString.match(/\d+:\d+ [ap]m\b/i)){break;}
}
stuff = tds[i].parentNode.parentNode.parentNode.parentNode.parentNode;
for(j=1;j<numberOfEntries;j++){
stuff=stuff.nextSibling.nextSibling.nextSibling
if(stuff.tagName=='BR'){
stuff=stuff.previousSibling;
}
}
for(i=0;i<20;i++){
if(stuff.tagName=='HR' && stuff.nextSibling.tagName=='TABLE')
{
stuff.nextSibling.removeNode(true);
break;
}
stuff = stuff.nextSibling;
stuff.style.display='none';
}}
</script>

<!-- end code provided by createblog.com -->





itz in the scriptz!
 

Posts in this topic


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