Log In · Register

 
 
Closed TopicStart new topic
Post limitations per page, I've looked everywhere!
Kaggypants
post Jul 1 2006, 06:41 PM
Post #1


FFXI Junkie
*

Group: Member
Posts: 4
Joined: Jun 2006
Member No: 424,847



I can't seem to find the code that limits the number of posts Xanga displays per page. I don't even know if Xanga is capable of this.

My posts are usually very very long. For instance, this week I uploaded 214 photos and when people open my Xanga their computer most likely lags unless it has a high processor speed.

Even on my comp that is pretty fast I still lag!

http://www.xanga.com/Kaggypants

I don't have premium but have been thinking about getting it. Is this a premium only feature? Thank you very much in advance for the help and I'm sorry if it has been posted before. I just searched for a good 2 hours on these forums for my answer and didn't see it at all, nor did I see it in the stickies.

Honestly, I just want my Xanga to have one post per page so it doesn't lag so much! Thank you in advance.
 
talcumpowder
post Jul 2 2006, 02:15 AM
Post #2


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



[ http://www.createblog.com/forums/index.php?showtopic=12472 ]
[ http://www.createblog.com/forums/index.php?showtopic=30829 ]
 
Kaggypants
post Jul 2 2006, 02:17 AM
Post #3


FFXI Junkie
*

Group: Member
Posts: 4
Joined: Jun 2006
Member No: 424,847



QUOTE(fishcake-y @ Jul 2 2006, 3:15 AM) *


Thank you very much!
 
Kaggypants
post Jul 2 2006, 02:35 AM
Post #4


FFXI Junkie
*

Group: Member
Posts: 4
Joined: Jun 2006
Member No: 424,847



Unfortunately, I spoke too soon. Neither script seems to work. My username is Kaggypants. Here's the code I inserted into website stats section of Look&Feel:

CODE
<!-- begin code provided by createblog.com -->
<script>
// Display Only One Entry

if(location.pathname=="Kaggypants"){
var longer = false;
var tds = document.getElementsByTagName('td');
for(i=0; i<tds.length;i++)
{
booga = tds[i].innerHTML.indexOf('blogheader');
if(booga==11){longer=false;break;}
boogie = tds[i].innerHTML.indexOf('javascript');
if(boogie == 19){longer=true;break;}
}
var tables = tds[i].getElementsByTagName('table');
var numBreaks = 0;
var x = 0;
if(longer==true){x=3;}else{x=1}
for(j=x; j<tables.length;j++)
{
numBreaks += tables[j].getElementsByTagName('br').length;
tables[j].style.display='none';
}
var divs = tds[i].getElementsByTagName('div');
for(j=2+(2*1)-2; j<divs.length;j++)
{
divs[j].style.display='none';
}
var breaks = tds[i].getElementsByTagName('br');
for(j=breaks.length-5-numBreaks;j<breaks.length;j++)
{
breaks[j].style.display='none';
}
var horizontals = tds[i].getElementsByTagName('hr');
var j = horizontals.length-1;
horizontals[j].style.display='none';
}
</script>
<!-- end code provided by createblog.com -->




I tried:

http://www.xanga.com/Kaggypants (using both case sensitive and non-case sensitive)

as well as

Kaggypants (using both case sensitive and non-case sensitive)

I also tried doing public preview (since it doesn't work in private) and also logged off completely. I asked my friend to go to my Xanga and he said it wasn't working.
 
Kaggypants
post Jul 2 2006, 11:44 PM
Post #5


FFXI Junkie
*

Group: Member
Posts: 4
Joined: Jun 2006
Member No: 424,847



So...no one knows? :O Great...
 
whataloser
post Mar 23 2008, 11:29 AM
Post #6


Newbie
*

Group: Member
Posts: 5
Joined: Nov 2006
Member No: 480,636



just put
pathname=='/home.aspx')
instead of
pathname=='/YOURUSERNAME')

and if you want to keep your next and previous links, this code still works for me
 

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