Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
7.8k views
in Q2A Core by

Max list limit: How to have more questions in each Tag page (from 50 => 100)

I set up "questions on each tag page" to "50" but its not enough. Why is there a limit for that, there is no point for this...

PS: please don't answer me google dislikes more thant 50 links by page, lets q2A users do their own choise ;-)

2 Answers

+3 votes
by
selected by
 
Best answer

You could change this line (line 240, file : qa-include/qa-page-admin-default.php)

from

'page_size_tag_qs' => QA_DB_RETRIEVE_QS_AS,

to

'page_size_tag_qs' => 100,

---> SAVE

and go to Admin --> Lists.

You should now be able to set the field "Questions on each tag page" to 100.

by
Thanks man, it works!
by
This no longer works. It allows me to set to 50 but I goto the page and it still only displays 50 max
0 votes
by
I have the same problem, so I tried to edit the database but its not working.
...