forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: michael singer on October 31, 2004, 03:11:38 pm

Title: change the sort order of comments?
Post by: michael singer on October 31, 2004, 03:11:38 pm
could anybody please tell me if there is a way to change the sort order of comments?
i would like to have the newest comment on top.

(i did many searches, but i could not find any related topic).



Title: Re: change the sort order of comments?
Post by: Casper on October 31, 2004, 04:02:23 pm
Try this, untested, so back up your file first.

Open displayimage.php, and find;

Code: [Select]
ORDER BY msg_id ASC
Change it to this;

Code: [Select]
ORDER BY msg_id DESC
Title: Re: change the sort order of comments?
Post by: michael singer on November 01, 2004, 12:37:33 am
...works perfectly!

thank you very much, casper!
Title: Re: change the sort order of comments?
Post by: Joachim Müller on November 08, 2004, 09:48:50 am
added (as admin settable option) to devel cvs - will be in next version.

Joachim