Downloads
Release notes
Features
* one or more poll can be attached to any kind of content type
* there are five different formatters: default, all results, all choices, question, runtime. Using different formatters you can chose how poll will be displayed. For example if you chose question formatter only question of poll will be displayed.
* Integration with Views. Using Views user can make list of polls sorted or filtered by question, choices, total number of votes etc. For example you can make list of all polls which is active or most voted poll in forum etc.
* votes cancel button
* voting policy for anonymous users - not allowed, allowed identified by IP, allowed without any restriction
* close poll by cron jobs
* predefined max number of choices
* suport for maximum number of values (CCK), it possible to have more than one pollfield in a node
* theme function print theme('user_vote', $node,$comment) can be use to show user vote in comments for every poll in the node.
BUGS:
no major bugs reported;
there is error in database search if anonymous user is allowed to vote
FIX:
replace hostname = %d with hostname = '%s' in line 1061 to fix above issue