Downloads

Download tar.gz 24.71 KB
MD5: d24e59e7483f46ed895f4aeb0e3effb7
SHA-1: 08af913d36da1ad263271f4e8de25c2a9578db87
SHA-256: cbba2d84d78a922d9c7efebc6e8352d01d619249058ca076610f5225137ffe01
Download zip 27.95 KB
MD5: 89bbffedee03fc46cb5edc73d996c0fd
SHA-1: 770d31de50a68610db381999ab3639d4b0fcd3b0
SHA-256: 913a2a9bbc7e17ff9a14f30341de3df5011813e4f8c7029c68fd6ee2f0cf2afc

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.
* 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

Created by: mario_prkos
Created on: 18 Jul 2009 at 14:46 UTC
Last updated: 8 Oct 2009 at 21:43 UTC
Bug fixes

Other releases