hello How to enable registered users can view any who voted in answers or question? .. As it is shown in the picture ... thanks Ell
You'll have to hack the core to do that. See this line:
https://github.com/q2a/question2answer/blob/master/qa-include/pages/admin/admin-default.php#L1342
Turn it into:
$widest = QA_PERMIT_USERS;
Then you'll have the option in the Viewing who voted or flagged posts combo.
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.