BOARDS

planetluc.com discussion board

all about the planetlu.com scripts

You are not logged in.

Announcement

I had to clean the boards due to massive spam. Actually i deleted everything /-one after 1st Oct 2008. It was the only way to get this spam out of the boards. So i'm sorry for all serious users who registered/posted meanwhile.

#1 03-08-2008 14:43:39

mss
New member
Registered: 06-12-2005
Posts: 2

Reverse order of posts?

How can I change the order of posts?

I'd like to have the oldest one first.

Thanks for the wonderful script!

Offline

 

#2 04-08-2008 17:30:18

sidtheduck
Moderator
From: down by the water
Registered: 14-07-2006
Posts: 515
Website

Re: Reverse order of posts?

mss,

I think you should be able to search for the following lines:

$stuff->sortkeys = array(array('time','DESC')); // lines 414 + 430
$stuff->sortkeys = array(array('id','DESC')); // line 426

and change them to read:

$stuff->sortkeys = array(array('time','ASC')); // lines 414 + 430
$stuff->sortkeys = array(array('id','ASC')); // line 426


If it looks like a duck, and quacks like a duck, we have at least to consider the possibility that we have a small aquatic bird of the family anatidae on our hands.                ~Douglas Adams~

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson

 
 
© 2003-2010 by planetluc.com · Bachtelstrasse 104 · CH-8400 Winterthur | Support | Login |