Page 1 of 1

Comments display order

Posted: Mon Apr 23, 2007 4:46 am
by francistill
Is there any way to show newest comments at the top of the comments list? I realise this violates all listserv etiquette but I've got a special reason for wanting to do it on one particular website.

Re: Comments display order

Posted: Mon Apr 23, 2007 12:54 pm
by garvinhicking
Hi!

You want to revert the comment display order from "oldest to newest" into "newest to oldest"?

For that you need to edit the entries.tpl file of the template you are using, search for

Code: Select all

{serendipity_printComments entry=$entry.id mode=$entry.viewmode}
and change it to

Code: Select all

{serendipity_printComments entry=$entry.id mode=$entry.viewmode order="ASC"}
(or was it 'DESC'? Can't remember. But one of them will work).

Best regards,
Garvin

thanks!

Posted: Tue Apr 24, 2007 12:37 am
by francistill
it is DESC and worked a treat!