FrogCMS comment plugin
|
12 posts
|
Hi there, using the frogcms comment plugin, how do you sort the comments from old to new? Much obliged |
|
180 posts
|
You may do a few changes in code: Find [root]\frog\plugins\comment\Comment.php (line 132) and change on:
Find [root]\frog\plugins\comment\index.php (line 100) and change on:
Then go to the admin backend on Snippet tab and edit comment-each snippet: Find line:
Change on:
or |
|
12 posts
|
That did the trick. Thanks for taking the time to help me out :) |
|
180 posts
|
Hi! It’s great! ^^ |