Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
298 views
in Q2A Core by

Trying to limit the users who shouldn't have permissions to move answers to comments some users should have permissions to do this (admins, moderators). I have located the area of code that would allow this in file qa_include\pages\question-post.php line 712 to 720. I have also figured out the permissions I would like

if ( (!QA_FINAL_EXTERNAL_USERS) && qa_opt('moderate_users') && ($level>=QA_USER_LEVEL_MODERATOR)) {

but I would like more control of this through the permissions tab of the admin control panel

Any suggestions ? Could this be added to 1.8 

Q2A version: q2a 1.7.4

Please log in or register to answer this question.

...