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).
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
...works perfectly!
thank you very much, casper!
added (as admin settable option) to devel cvs - will be in next version.
Joachim