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.
Is possible sort discussions by alphabetical order?
Is possible sort discussions by alphabetical order?
0
Comments
$Configuration['Vanilla']['Discussions']['SortField'] = 'd.Name'; $Configuration['Vanilla']['Discussions']['SortDirection'] = 'asc';
\applications\vanilla\models\class.discussionmodel.php.
You have to comment out line 148 & line 149 like this:
// if (!in_array($SortField, array('d.DateLastComment', 'd.DateInserted'))) // $SortField = 'd.DateLastComment';
It should work then.