How can I get a qa-q-list with questions which have new comments?
Does someone the code for that?
I have adjusted my website so unfortunately I don't have a recent activity page anymore, but still I would like to have the last 5 questions which are commented on the frontpage.
Any help is appreciated!
you can simply call something like http://www.question2answer.org/qa/comments to get just recent comments.
if you want to limit the amount of questions displayed at one page you can modify qa-page-question.php : search for $qa_content= and replace qa_opt('page_size_qs'), by a number (e.g. 5).
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.