Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+8 votes
514 views
in Plugins by
I'm using Q2A for a slightly different purpose other than typical questions and answers. I'd like to allow users to vote up/down on questions anonomously if possible. How can I go about doing this?
Q2A version: latest

1 Answer

+3 votes
by

It should be possible to create a plugin for that purpose. There must be a database table added that holds IP | postid to prevent multiple votes.

Then the votes of registered users and anonymous users must be summed up and displayed.

To get the vote-up event, you would need an event module.

 

PS: Out of interest: What are you using q2a for?

...