sort direction comments
|
modules_
Joined: 2005-01-12
Posts: 60 |
Posted: Sat, 2005-01-22 22:20
|
|
Hello, how can i change sort direction of comments? Searched a bit in /modules/comment/* but Regards, Tobias. |
|
| Login or register to post comments |

Posts: 6103
Search for "GalleryCommentHelper::fetchComments" in modules/comment -- change the argument from ORDER_ASCENDING to ORDER_DESCENDING or vice versa as appropriate.
Posts: 10
That doesn't work actually. Does someone know how to change comment sorting to descending?
Thanks.
Posts: 1
Actually. It does work. I changed both the ShowComments.inc and the Callbacks.inc files under modules/comment and changed GalleryCommentHelper::fetchComments to ORDER_ASCENDING and it worked. Hope this helps.