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.
Discussions per page in category

Dear Support Team! Could you please assist me in the following issue: how to increase quantity of listed discussions in "cathegoris & themes@ mode from 5 to 10
0
Answers
dashboard - forum - advanced.
or modify /conf/config.php
$Configuration['Vanilla']['Discussions']['PerPage'] = '10';
$Configuration['Vanilla']['Comments']['PerPage'] = '10';
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.