| Download | Size | md5 hash |
|---|---|---|
| pollfield-6.x-1.x-dev.tar.gz | 23.66 KB | aa0a68f7dbfd6d624b2601d4b545b319 |
| pollfield-6.x-1.x-dev.zip | 26.87 KB | a4a0b27d7480a2d167e7d164a4997056 |
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.
* user can choose enable or disable cancel button in poll settings
* user can choose to allow or not to allow users to see results before voting. In that case anonymous user can not see results.
* user can attach permission to users to see results of poll
New features
* mulitple choice poll
* anonymous cookie voting policy - anonymous user who voted will be identified by cookie
BUGS:
no major bugs reported; code is basically same as release expect last 3 feature .
FIX:
improved anonymous voting policy, fixed cancel button bug, code refactoring