Options
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.