coppermine-gallery.com/forum

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;

ORDER BY msg_id ASC

Change it to this;

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