PDA

View Full Version : Sorting comments in albums


goranbaxy
Wed 28th May '08, 4:00pm
How can I set different sorting of comments while someone is commenting photo in photo album?

sockwater
Wed 28th May '08, 7:31pm
What do you want them sorted by?

goranbaxy
Thu 29th May '08, 7:04am
I want last comment to be on the top of the first page

sockwater
Thu 5th Jun '08, 4:48pm
Ok, it can be done, but you'd have to make a small modification to accomplish it.

goranbaxy
Thu 5th Jun '08, 6:20pm
Can you tell me how can I do that or where to look for it, thanks.

sockwater
Sat 7th Jun '08, 2:31pm
Find the following in includes/functions_picturecomment.php
ORDER BY picturecomment.dateline
And change it to this:
ORDER BY picturecomment.dateline DESC