[nodebb-plugin-poll] Poll plugin
-
@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. -
State of progress for the anonymous voting?
-
Corrected russian translate for you
I'm wait for update{ "poll": "Голосование", "toggles": "Настройка", "allow_guests": "Разрешить гостям просматривать результаты голосования", "limits": "Ограничения", "max_options": "Максимальное количество вариантов в голосовании", "defaults": "значение по умолчанию", "default_title": "По умолчанию", "max_votes": "Максимальное количество голосов на опросе", "info_choices": "Число, большее 1 позволит создать несколько вариантов.", "settings": "Настройки", "save": "Сохранить", "reset": "Сброс", "creator_title": "Создать голосование", "poll_title": "Название", "poll_title_placeholder": "Введите заголовок", "options_title": "Вариант", "options_add": "Добавить вариант", "max_votes_placeholder": "Введите количество", "auto_end_title": "Автоматически закончить голосование", "auto_end_placeholder": "Нажмите, чтобы введите дату и время", "auto_end_help": "Оставляя это поле пустым, голосование будет вечным.", "error.max_options": "Ты можешь создать только %d вариантов.", "error.no_options": "Создайте хотя бы один вариант.", "error.valid_date": "Введите правильную дату.", "error.not_main": "Вы можете создать голосование только в главном посте.", "error.privilege.create": "Вам не разрешено создавать опросы", "warning.redactor": "Вы используете редактор. Впишите <strong> текст </strong>, чтобы изменить разметку. Или заново откройте создание голосования.", "vote": "Голосовать", "to_voting": "Голосование", "to_results": "Результаты", "voting_unavailable_title": "Голосование недоступно", "voting_unavailable_message": "Это голосование закончено или было помечено как удаленное. Вы все еще можете смотреть результаты.", "vote_count": "пользователей проголосовали за этот вариант", "votes": "голосов" }
-
@jasper007 amazing idea about pie chart, r u going to add it in polls results to show results visually?