PDA

View Full Version : How do I change the order of posts at the reply-page ....


25 May 2000, 09:49
Hack needed?

Thanks for hints!

25 May 2000, 10:51
If I am not mistaken (John?):

Change this snippet of line 300 in newreply.php from

WHERE post.visible=1 AND post.threadid=$threadid AND user.userid=post.userid ORDER BY dateline DESC");

to

WHERE post.visible=1 AND post.threadid=$threadid AND user.userid=post.userid ORDER BY dateline ASC");

25 May 2000, 18:27
Works fine!