I would like to hide/delete a button that is displayed under our category (see screen below).
How would I do that?
The appropriate way to do this would be by creating a plugin that overrides the qa_html_suggest_ask() function.
If this is too complex then you can follow these steps:
1. Locate this line: https://github.com/q2a/question2answer/blob/4fce0eb2390f56b645dad375d1d81e9f91a97e69/qa-include/app/format.php#L1186
2. Exactly in that point add the following code:
if (isset($categoryid)) { 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.