Downloads

Download tar.gz 16.36 KB
MD5: f38dc6a7526483d4390aa8da90ed2b87
SHA-1: a3b43992c939c1bd804b4d90294d37b967aa661c
SHA-256: 6669e87e8e7da6de6bbb65c444ac60016fa75cf251a16c22f69e0a1dc9ed530b
Download zip 17.73 KB
MD5: d46c807ea224d1db6417ce99da3f2a9e
SHA-1: 3bd7e29ad3b51a9e4b7675bfb19070506483f76d
SHA-256: d2879563d3d5063d15b60d850cfa104fb7c7c4d8190f1121acf54a2190e0d7df

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)

No new features.

Bug:
no major bug reported
Fixed:
bug in poll preview, bug in save default value

Created by: mario_prkos
Created on: 1 Nov 2009 at 11:23 UTC
Last updated: 1 Nov 2009 at 11:29 UTC
Unsupported

Other releases