[nodebb-plugin-poll] Poll plugin
-
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!
-
@phenomlab thanks!
-
@baris latest version of
nodebb-plugin-poll
causesrequirejs
module build to fail2024-05-19T16:59:13.945Z [4568/181984] - info: [build] languages build started 2024-05-19T16:59:14.003Z [4568/181984] - info: [build] client js bundle build completed in 0.062sec 2024-05-19T16:59:14.020Z [4568/181984] - info: [build] admin js bundle build completed in 0.078sec 2024-05-19T16:59:14.264Z [4568/181984] - info: [build] plugin static dirs build completed in 0.324sec 2024-05-19T16:59:19.796Z [4568/181984] - error: [build] requirejs modules build failed 2024-05-19T16:59:19.796Z [4568/181984] - error: [build] Encountered error during build step 2024-05-19T16:59:20.003Z [4568/181984] - info: [build] client side styles build completed in 6.06sec 2024-05-19T16:59:20.010Z [4568/181984] - info: [build] admin control panel styles build completed in 6.067sec 2024-05-19T16:59:21.231Z [4568/181984] - info: [build] languages build completed in 7.285sec 2024-05-19T16:59:21.598Z [4568/181984] - info: [build] templates build completed in 7.654sec
-
@phenomlab what version of nodebb + plugin? I don't see any errors on NodeBB 3.8.1 and [email protected].