@hgtonight said: Ricardo_Viteri What version on Vanilla are you running? I believe you want to use: $Configuration['Vanilla']['Discussions']['SortField'] = 'd.DateInserted'; $Configuration['Vanilla']['Discussions']['SortDirection'] = 'desc';
@hgtonight said: Ricardo_Viteri What version on Vanilla are you running?
I believe you want to use:
$Configuration['Vanilla']['Discussions']['SortField'] = 'd.DateInserted'; $Configuration['Vanilla']['Discussions']['SortDirection'] = 'desc';
thanks! this did the job. simply replace "DateLastComment" with "DateInserted"
I use Vanilla 2.1.3. I've got that lines in config.php but but sorting does.t work.
@mye you might want to check out this discussion as well: http://vanillaforums.org/discussion/27892/need-to-sort-discussions-by-date-created-not-most-recent-comment
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Answers
thanks! this did the job. simply replace "DateLastComment" with "DateInserted"
I use Vanilla 2.1.3. I've got that lines in config.php but but sorting does.t work.
@mye you might want to check out this discussion as well: http://vanillaforums.org/discussion/27892/need-to-sort-discussions-by-date-created-not-most-recent-comment
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.