Quote:
Originally Posted by tpearl5
What would it take to allow guests to vote on threads?
|
There's a fair amount involved in allowing guest voting as the tracking methodology all has to change. Right now we use the userid to see who voted; with guest voting you have to consider IPs, Cookies and possibly the user agent. This has to be updated in a few places (adding a vote, checking for a dup vote, showing the vote link, etc...). Beyond that there's just a few tweaks to let guests get access to the feature and in reporting.
This is definitely not something I see adding to the addon in the near future as an option (options require everything to be turned on and off which adds to more statements and more code to process) but if you were adding this directly it wouldn't be too difficult.