I already found out how to hide closed question from "Unanswered", "No selected Answer" and "No upvoted answer" question list.
However, I still need to hide them from "Questions", i.e. from:
- /questions - /questions?sort=hot - /questions?sort=votes - /questions?sort=answers
Do I need to change the function qa_db_qs_selectspec for that or another one? In which query should I insert AND closedbyid IS NULL ?
You can add it inside function qa_db_qs_selectspec(...) in the $selectspec['source'] part.
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.