Hello,
I have created a hack for add poll in kunena it's now functionnal but only on Kunena 1.0.11 and 1.5.12, for previous versions check in the thread,you make poll but with infinite options , but you can make suggestions and report bug or feature request for this hack.
Voting poll options
Add a new poll when you create a new thread :
Kunena 1.5.12 :
Changelog, an extended changelog is present in the archive :
v0.3.2.2
-Missing part of code in kunena.php to leverage polls
v0.3.2.1
-Forgot to put right to load the poll class
v0.3.2
-Change in backend to avoid the assertion failed error
-add the five popular polls into stats
v0.3.1
-Fix bug when an user vote on option where it exists already a vote
-fix undefined variable into pollbox when you allow multiples votes for the same user
v0.3.0
-Backport of the polls from kunena 1.6.0DEV to 1.5.8, this means some adaptations on the code
-Rewrite of the hack
-Use now a class nammed kunena.poll.class.php
-you can set a time for the live of the poll, this is optional
-little change on the database model
-you can't submit your post if you haven't filled the polltitle and the options, this shows an alert
-use the class for the polls instead some code
-when you delete a thread, if a poll exist there is delete too
v0.2.0
-Rewrite of the hack
-Use of a new database model
-Show in statiscs the five popular polls
-For prevent spam the users need to wait some time before vote a new time
-Add in the poll results the list of users which are voted for this poll