[nodebb-plugin-poll] Poll plugin
-
new issue posted
https://github.com/Schamper/nodebb-plugin-poll/issues/67 -
Its it possible to have multiples pools on the same First thread? any tips on a quick and dirty trick?
Or even a poll per reply? i need like 7 polls.. and i thought they were independent. -
Polls are only allowed in the main post by design. Multiple polls per main post is an interesting idea though. Shouldn't be too difficult to achieve I think... Mind making an issue/request about it on Github?
-
@Schamper said in [nodebb-plugin-poll] Poll plugin:
Polls are only allowed in the main post by design. Multiple polls per main post is an interesting idea though. Shouldn't be too difficult to achieve I think... Mind making an issue/request about it on Github?
Why do you limit it solely for the main post?
-
So...@torn2... @Schamper said on the issue i opened on github that the way it finds the poll are somehow related to the main post... IF this id changes... ( to have mutiple posts) so i guess that poll ons replies will also be possible.
Multiples Poll's per thread ยท Issue #70 ยท NodeBB/nodebb-plugin-poll
Would be awesome to have multiples poll's per thread ๐ :)
GitHub (github.com)
-
Poll plugin updated to 0.2.6:
- Some fixes
-
Poll plugin updated to 0.2.9:
- Changed datetimepicker to flatpickr
-
-
@jasper007 I don't think the current design allows for that, but feel free to create a pull request.
-
Duno if this is still supported by the developer of this plugin, but I found a bug Which I will also report on github, When copying permissions from a category it duplicate Create POLL #privileges > div > table:nth-child(2) > thead > tr:nth-child(3) > th:nth-child(17)
PS Bug is duplicated on EVERY category.
Looks like this:
TEMP FIX
Quick fix, is when you get done with creating your forum categories etc when there is header duplicates just disable the poll, restart forum then re-enable poll plugin and restart and it fixes the issue.