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