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

1 Answer

0 votes
by

It will need to hack the core.

qa-include/pages/admin/admin-default.php (around L240)

$optionmaximum = array(
//'feed_number_items' => QA_DB_RETRIEVE_QS_AS,
'feed_number_items' => 100,  // Example of from 50 to 100

by
Only variable are changed but result are showing still maximum 50.
by
With the above change, 100 should be shown for max in admin>RSS feed option. Once you have confirmed that, you should be able to change the value to a number greater than 50.
Check Points:
1. Source file has been correctly changed
2. Source file is uploaded to the correct folder
...