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

Well there is an option for that in the permissions section but it's limited to experts, editors, moderators and admins only frown and in my case there's just no need for it.

Q2A version: 1.7.4

1 Answer

+4 votes
by
selected by
 
Best answer

Locate this line: https://github.com/q2a/question2answer/blob/4fce0eb2390f56b645dad375d1d81e9f91a97e69/qa-include/pages/admin/admin-default.php#L1349

Turn it into:

elseif ($optionname == 'permit_edit_silent')

Now you should be able to set the value up to registered users.

...