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

hello
How to enable registered users can view any who voted in answers or question? ..
As it is shown in the picture ...

thanks Ell

by
Not possible to "enable" that. You'll have to hack the core. Why didn't you add the version you're using?
by
oh I'm sorry it's version 1.7

1 Answer

+3 votes
by
selected by
 
Best answer

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.

 

by
Wow ...Thanks absolutely perfect solution ..
by
I am not even able to see who voted as an admin. Any ideas why ?
by
Maybe your theme is changing/removing what the core is sending
...