allows users to add polls to topics, with optional ajax-like actions
bbPress plugin browser »
bbPress Polls (0.5.5)
Download
Version: 0.5.5
Last Updated: 2008-8-27
Requires bbPress Version: 0.8.2 or higher
Compatible up to: trunk
Average Rating





Your Rating
Author: _ck_
-
nice work :)
Posted: 1 year ago # -
Thank you!
Does 0.24/0.25 work properly in your Right-to-Left setup?
I changed the css a little bit, hope it didn't break.For anyone that wants a demo, you can see a poll here:
http://bbpress.nfshost.com/forums/topic/bbpress-polls
optionally you can register and start a post and see how the poll creation works.Posted: 1 year ago # -
yes it worked for me the style is better than the old one now!
Posted: 1 year ago # -
how about admin panel :) ?
Posted: 1 year ago # -
Admin panel coming soon, probably next week.
I want to make sure I think out all the features ahead of time because it's harder to change variables and names after an admin panel is created and settings are permanently stored.
Posted: 1 year ago # -
Any news on this? I really love the plugin although I can't get bars to show for unregistered users in my home made template . Also, I hope the next version will feature the possibility to place the poll beneath the topic meta... Keep up the good work!
Posted: 1 year ago # -
Hey, this is a long overdue feature for bbpress, thanks!
Is there any way you can have the option to show a dump of the votes under the bars? Eg who voted for what?
Posted: 1 year ago # -
I tried to implement this plugin - but it is not working for me. It is probably because I have integrated bbpress into wordpress and I'm using wp_head instead of bb_head. Is there any hints I could check to get this work?
Posted: 1 year ago # -
ck, thanks for the great plugin. I noticed that when I use this plugin in conjunction with the support forums plugin the topic meta turns out a bit out of order (personal preference I suppose).
The Support forums plugin displays the This topic is: [Resolved/Unresolved/Not a Support topic] dropdown box as a list element. I assumed that the author intended to it to be appended to the other items in the list (ie. time since topic was created and add topic to your favorites). But the poll gets places between the other items in the list and the support forums drop down box.
To fix this, and to attempt to fix it from happening in any other situations I changed line 143 of bb_polls.php.
Replaced
----------------------
} add_action('topicmeta','bb_polls_pre_poll');
----------------------With
----------------------
} add_action('topicmeta','bb_polls_pre_poll', 200);
----------------------Thanks again for the great plugin!
Posted: 1 year ago # -
thanks alot for your work!
is it possible to delete or edit a poll afterwards?
Posted: 11 months ago # -
Thanks for this pluggin, it really broaden the possibilities of BBpress. I've been looking at your other plugins and at your HP and I really though you wre someone precious to this community.
I have some question about your polls plugin.
I installed it the day before yesterday and tried to add some polls to my forum. It worked perfectly.
1. I tried to translated it in Japanese as I do for the other plugin, but even if the sentences to translate appear in PoEdit, when I uploaded my *.mo files, no strings are translated. That was the first time it happen. Maybe some issue about the usage of __(' ') or __(" ") or __e(' ') or even __e(" "). I did not found a place to explain me the difference between those all. In some place, to store a value that has to be translated they print _e(" ") the value into the variable. Do you think it might have any incidence?
2. Yesterday morning when I wake up I looked at my forum and suddently all the topic would have become polls topic !?! I glanced at the DB topic meta and saw that all the topic got a Polls option ..N; . Do you have any idea of what could have caused this ?
Thank you again for those wonderfull plugins and I look forward for another of your making-life-easier-plugin !
Rui
Posted: 10 months ago # -
Sweet. I love polls. This is one of the few plugins that actually just worked without any additional headache of finding out where to edit other code.
Quick question, is there a way to shift the poll creation box down a bit so that the bbratings stars aren't masking the question box?
Posted: 10 months ago # -
sorry for the delay in replies, I didn't even notice I was getting questions...
ruilouis, the translation problem may be because of the method I use to load the text into the administration panel. Once the text is edited/saved in there, it will no longer pass through translation.
"all the topic would have become polls topic"
You might have set the user level for creating a poll on a topic too low, or allow non-topic starters to add a poll. Perhaps a bot or a naughty user came through then and made polls? So check the allowed user levels if you altered them? I have not seen this problem elsewhere, but then I am only testing in two places. If you can show me a site with the problem I might have some more insight.Chinkerfly, yes it possible to shift the box. I had a great deal of trouble finding a "safe" placement for the box because of the great variation between themes. In the end it may always need editing to make it "just right".
If you have not downloaded the very latest update, I finally realized I could force the poll box to the bottom of the topic meta (by using a very low priority on the add_filter, thanks neyoung). I think that may help your problem?
Posted: 10 months ago # -
0.31 adds long overdue poll editing and deletion abilities for admin.
Posted: 9 months ago # -
Admin menu coming soon... by end of February...
Posted: 9 months ago # -
Admin menu now available starting with version 0.50
Posted: 9 months ago # -
very good :-) but I have two problems..
1) Admin interface is displaying bad in Opera, it's totally mixed.
2) I've changed few labels from english to czech (my language). But there is no efect on the site! everythink is still in english.. Is there some problem with DB maybe? btw. using .mo and .po files would be fine ;-)thank you
Posted: 8 months ago # -
I found the bug that was affecting Opera and I've added all the text options so you can edit (though it makes the admin menu overly long so I will have to re-visit this at some point).
When you see 0.51 post here, give it a try and let me know...
Posted: 8 months ago # -
Hi,
I wrote you a post on bbPress Showcase forum about bbpoll. In hope for quicker reply I put a post here too.
Regards,
ZoltánPosted: 8 months ago #
Add a Comment »
You must log in to post.