this one is working for me
https://wordpress.org/extend/plugins/cardoza-wordpress-poll/
you may also need to install something like GD BBPress Tools to activate shortcodes in forum topics and replies if you want to embed a poll in a forum post
https://wordpress.org/extend/plugins/gd-bbpress-tools/
sam
Just be aware that activating shortcodes in bbPress can open up a whole can of worms, which is why its disabled by default.
If they are enabled there is nothing stopping someone from using bbPress shortcodes in a reply/topic, eg [bbp_login].
Polls in 2.x is definitely something that is needed. However it’s really plugin territory, and so far no one has written one!
Aww I really want this, cardoza wordpress poll doesn’t seem to exist anymore or at least I can’t find it in wordpress plugins list
Unfortunately at this time there is still no poll plugin or capability that exists for bbPress 2.x.
It can certainly be done, however will require some coding knowledge and a little bit of elbow grease.
hmm, the other plugin i listed earlier seems to have been pulled from the wp plugin directory, authors page for that plugin is here – http://www.vinojcardoza.com/cardoza-wordpress-poll/
this poll plugin is still avail and also works fine w bbpress 2.3.1 via shortcode
https://wordpress.org/extend/plugins/wp-polls/
note that shortcodes in bbpress may create other probs as jared mentioned above, using plugins like these will allow you to specify allowed shortcodes via whitelist and exclude [bbp_login] etc
https://wordpress.org/extend/plugins/bbpress2-shortcode-whitelist/
https://wordpress.org/extend/plugins/bbpress-bbcode/
and this one will allow shortcodes by user role
https://wordpress.org/extend/plugins/gd-bbpress-tools/
sam
I really struggled to find a polls feature for bbPress that met my needs, so I created my own!
It’s here if anyone wants it:
http://www.sterling-adventures.co.uk/blog/products/bbpress-wordpress-user-defined-polls-plugin/
It is not problem to hardcode WP-Polls function inside specific bbPress custom template, to bypass activating shortcodes in topics and replies.
https://wordpress.org/plugins/wp-polls/installation/
But main problem is User interaction. Shame, WP-Polls is very nice Polls plugin.
It would be needed one modal popup where User opening topic can add new poll. believe Roles and permissions are not problem to fix with plugin filters, but other doesnt exist.
It is not acceptable to send Users to separate page (backend) just to make poll for topic they opening.
It cant work with shortcodes in a forum. Forget about it.