Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
353 views
in Q2A Core by
I want to  make some category Readonly where the user can readlyonly the questions and answer of that category.
Q2A version: 1.5.2

1 Answer

0 votes
by
Use a plugin with a filter module that disallows questions from being added to this category, unless (if you want) the user has the necessary privileges.
...