1 (edited by utsilasi 2009-04-08 12:54)

Topic: how to sort posts from latest to oldest

Hi all! how to sort posts in order to display most recent on top?
thank you very much

Re: how to sort posts from latest to oldest

Replace 292 line of "<FORUM_ROOT>/viewtopic.php" with this:

'ORDER BY'    => 'p.id DESC',

Re: how to sort posts from latest to oldest

Thank you very much!!
is it possible to apply it to only selected forums?