Downloads

Download tar.gz 15.79 KB
MD5: 3f0944788acdd7c1cfeeaee5b0fadc00
SHA-1: a81778c3f9efb8d5ab67cd16e0bd00ee37716b14
SHA-256: 027c7cb242987f3ae1fe1e795cc6fc94eb739cc3356b8b6990a0d5bfc732be2b
Download zip 17.13 KB
MD5: 6da818177b91c6bfa6bb417b8a6ecabc
SHA-1: 232113e5653384a25e4fee2d01af5b33eb7b242a
SHA-256: 8cd890e697e325bc5f5f05de19caf99c472894718be4c1907915455433691250

Release notes

* Single choice poll
* "Cancel vote" button
* voting policy for anonymous users - don't allow, allow but filter by user IP, allow without any restriction
* close polls by cron jobs
* predefined maximum number of possible poll responses, it is set while adding the pollfield to a content type
* one or more pollfields can be attached to any kind of content type. This can be done by adding more than one pollfield field to a content type, or you can use the "Number of values" option under Global settings for a CCK field while adding it to a content type
* theme function print theme('user_vote', $node,$comment) can be used to display how the comment author voted in his/hers comment for every poll in the node.
* Integration with Views - using Views user can make list of polls sorted or filtered by questions, results, active status, total number of votes and runtime. For example you can make list of all polls which is active or most voted poll in forum etc.
* In Views you can use 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.
* you can choose to enable or disable "Cancel vote" button in poll settings
* you can choose to allow or disallow users to see the current results before voting. If set to disallow, anonymous user can never see the results.
* there is a global user role permission "view pollfield_results", under Pollfield module permissions (not under content_permissions module)
New features
* mulitple choice poll
* anonymous cookie voting policy - anonymous user who voted will be identified by cookie
BUGS:
Bug in mutli choice poll - wrong votes count - fixed in dev version :
When you make update of database you will see warning message about default values of cookie field but this not
effect module functionality
Fixed
improving formatters, cancel button for anonymous voting

Created by: mario_prkos
Created on: 8 Oct 2009 at 22:24 UTC
Last updated: 17 Oct 2009 at 17:04 UTC
Unsupported

Other releases