[nodebb-plugin-poll] Poll plugin
-
@julian said in [nodebb-plugin-poll] Poll plugin:
Looks like @bentael has fixed that up for you
yes, thanks @bentael
-
Hello.
One month ago I upgraded my forum from 1.10.1 to 1.12.2.
When the upgrade finished the forum didin't start. I tried to disable each plugin and discovered that without nodebb-plug-poll the forum started well.
Today I've seen the new plugin version and I've tried to upgrade it but when I've activated it the problem was the same.
It's this plugin incompatible with 1.12.2?
-
so just in case it might be related, I would like to update our situation...
After 1.12.2 upgrade, we had "restart required" problem because of poll plugin, you can see the post above...
But, currently we are using updated 0.3.3 version of the poll plugin and forum works fine and "restart required" error is also gone...
GitHub - NodeBB/nodebb-plugin-poll: Poll plugin for NodeBB.
Poll plugin for NodeBB. Contribute to NodeBB/nodebb-plugin-poll development by creating an account on GitHub.
GitHub (github.com)
-
Hi. Whilst this plugin works perfectly well, it interferes with Flatpickr in core - see https://community.nodebb.org/post/83288
-
I also noticed a strange bug. For some reason the plugin puts the answer choices in the wrong order when publishing. Maybe someone knows why this is so and if there is any way to fix it?
For example:
I create a survey in strict order
But I get the following result
-
@Shortround I'm tested this plugin, he work on my 3.0.0 version forum.
But it would be cool to update the possibilities of this plugin, there is very lack of the opportunity to insert several polls into one topic.
Multiples Poll's per thread ยท Issue #70 ยท NodeBB/nodebb-plugin-poll
Would be awesome to have multiples poll's per thread ๐ :)
GitHub (github.com)
-
@brazzerstop said in [nodebb-plugin-poll] Poll plugin:
there is very lack of the opportunity to insert several polls into one topic
Yes I miss that very much too!
I've noticed that polls aren't visible to guests, can that be changed in a way that guests can see that there is a poll? "Register to vote" or something.
-
Hello,
How is this plugin used? After running
npm install nodebb-plugin-poll
nothing changed for me.Thank you!
-
@Gbenuola-Olaiya you will need to run
./nodebb build
and then restart your NodeBB -
Thank you @julian
I did that already but there was no difference when I clicked on the 'New Topic' Button to create a new post -
@Gbenuola-Olaiya You should see an additional icon in the editor when you click new post ? Did you enable the plugin in the ACP?
-
Thank you @phenomlab
No, I did not - The only thing I did was run
npm install nodebb-plugin-poll
. What's ACP and How do I enable the plugin in the ACP?Thank you!