At the bottom of the Q2A, when you click on the full list of questions, you see a toolbar at the top that sorts questions based on Recent, Most views, Most answers, etc.
But, this toolbar doesn't come when you click on the categories http://www.question2answer.org/qa/core
Is it possible to have this toolbar in the Category page?
P.s. Recent questions would not be needed based on the following question, however Most viewed would be helpful
http://www.question2answer.org/qa/51097/pagination-recent-questions-and-answers-in-category
Yes you can have this by setting QA_ALLOW_UNINDEXED_QUERIES to true in your qa-config.php:
define('QA_ALLOW_UNINDEXED_QUERIES', true);
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.