Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
–1 vote
526 views
in Q2A Core by

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

Q2A version: 1.7.4

1 Answer

+2 votes
by

Yes you can have this by setting QA_ALLOW_UNINDEXED_QUERIES to true in your qa-config.php:

define('QA_ALLOW_UNINDEXED_QUERIES', true);
by
Thanks Scott. We already have done this. I think, one of the changes this command would do is  that in Unanswered page, when you click in the Categories, it will shows unanswered questions in that category. and It will sort them based on viewed.

What we want is to be able to see most viewed questions when you click in a category in the first page. The URL would be something like this:

http://www.question2answer.org/qa/core?sort=views
http://www.question2answer.org/qa/plugins?sort=views
http://www.question2answer.org/qa/themes?sort=views
...