Hack example of ask box plugin in core:
qa-include/plugins/qa-widget-ask-box.php (around L39)
Before:
public function output_widget($region, $place, $themeobject, $template, $request, $qa_content) {
After (Add 2-lines):
public function output_widget($region, $place, $themeobject, $template, $request, $qa_content) { if(qa_user_permit_error(QA_PERMIT_USERS)) return;
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.