Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Sorting Discussions by date created doesn't work
I've got that lines in my config.php but sorting doesn't work
$Configuration['Vanilla']['Discussions']['SortField'] = 'd.DateInserted'; $Configuration['Vanilla']['Discussions']['SortDirection'] = 'desc';
Vanilla 2.1.3
0
Comments
See http://vanillaforums.org/discussion/comment/215807/#Comment_215807
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
My greedy namecheap.com hosting provider using PHP ver 5.3.28 all plugin code injection require 5.4
I tried to modify core but all I got is Fatal error.
I thought sorting options is something that should be implemented by default in a core...
OK Solved. Modification of core vanilla 2.1.3
/applications/vanilla/models/class.discussionmodel.php
starting line 278 should be look like that