Downloads

Download tar.gz 14.57 KB
MD5: 999c12ff260b3ede37680201fe563e07
SHA-1: 219f32c6e4990a6fa337f82e88e062a6d4ebb5a6
SHA-256: 6f9c62236637aba241db3d8fd1c0b2897f4fee84988cda173aa79ae816e550ef
Download zip 15.07 KB
MD5: 2e7726224b2192a3e6e30daa077cb13e
SHA-1: b0c5af1daa45678ce0af4f81114652ae050b72ee
SHA-256: b05224446282836a1df73cccc9a50e0bcaad16b26993a9823a202cfa6a4417c6

Release notes

Features

* Single choice poll, mulitple choice poll
* "Cancel vote" button
* voting policy for anonymous users - don't allow, allow but filter by user IP,allow but filter by user cookie, 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)
* user vote is marked by bold italic letter (you can override this settings in css file)

New features:
no new features
Bugs:
no major bug reported,
some irregular behavior of anonymous voting tracked by cookie reported
Fixed:
view results permission - permissions for field that are not pollfield
empty choices

Created by: mario_prkos
Created on: 8 Nov 2009 at 12:04 UTC
Last updated: 8 Nov 2009 at 12:10 UTC
Bug fixes
Unsupported

Other releases