Disable viewing latest discussion

Hello,
Is it possible to disable viewing the latest post in the discussion when opening it and instead show the first post?
Thanks!
0
Hello,
Is it possible to disable viewing the latest post in the discussion when opening it and instead show the first post?
Thanks!
Comments
I think what you want is to change the sort order, not disable discussions. If so you would edit your config.php
$Configuration['Vanilla']['Discussions']['SortDirection']= 'desc';
or
$Configuration['Vanilla']['Discussions']['SortDirection']= 'asce';
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
perfect, thank you!