PDA

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


05-25-2000, 08:49 AM
Hack needed?

Thanks for hints!

05-25-2000, 09:51 AM
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");

05-25-2000, 05:27 PM
Works fine!