Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
508 views
in Q2A Core by
Is there a way to automatically hide a question/answer after getting X down votes?

Please note that when a question is hidden, its answer(s) and comment(s) must be hidden, too. Also when an answer is hidden, its comment(s) must be hidden, too.
Q2A version: 1.6.3

1 Answer

+1 vote
by
Yes. You can implement a plugin to do so. Take a look at the event plugin documentation: http://www.question2answer.org/modules.php?module=event . Just listen for the dowvote events and maybe to the upvote and nilvote events too if you want to automatially reshow the post.

The behaviour you mention in your comment is the default one. In fact, the children posts are not displayed but they are not actually hidden.
...