Littlegolden please try composer require fof/polls:dev-master
and let me know how you get on with that
FriendsOfFlarum Polls
IanM Updated, error gone.
0.3.2
- Fix JS error when removing a poll (Littlegolden )
Updating
composer require fof/polls:"*"
php flarum cache:clear
Kyrne hi kyrne, i am using fof/polls v.0.1.2 . When i vote any poll, i can change after vote. How can i disable it. How can users vote only one time ?
fatihaysel We don't really support old versions. You are 2 feature/breaking versions behind. We can only suggest you upgrade your Flarum installation and its extensions.
Please make it so you can pick time of poll end, not just date.
Hi, I've found a little bug using polls : when I hover an answer, the number of votes appears in a tooltip only for the answer I chose. It would be more convenient to read the number of votes for each answer isn't it ?
It would also be great to show below the end date the current number of voters, it would help to interpret the percentages (it's not the same interpretation when we read the poll when there are very few voters or when there is a lot of voters).
Hey, how are you
Will this plugin continue to be maintained?
If yes, can multiple vote be added?
ItsMrReals Please make it so you can pick time of poll end, not just date.
This is the issue I am having too, I am able to select when the poll ends, but unable to select a time that it ends, does anyone know a fix for this or came across the same issue?
Is it possible to add poll inside of new post in available discussion? FoF/Poll works great but we can only add poll in first post. I really like Discourse’s solution, users can create different polls in same discussion. Your extensions are awesome, thank you for your all efforts.
- Edited
tolgaaaltas some more possible and easier to implement solution would be possible with BBCode like this:
[poll]
Yes
No
[/poll]
- Edited
...or something like:
[pool title="Title" enddate="26-01-2021 11:50:00" seewhovoted="true"]
[option]Yes[/option]
[option]No[/option]
[/pool]
Is it possible to create a poll after the discussion is created and replies are added?
- Edited
Justoverclock The keys are called fof-polls.forum.composer_discussion.add_poll
and
fof-polls.forum.composer_discussion.edit_poll
.
Kakifrucht thanks, but where i can find these keys?
Justoverclock if you are using Linguist, just search for the text or the key using the search bar.
If you're writing a language pack, you'll need a yaml file for each extension, and that file will need to contain all the keys you want to translate. It's usually achieved by using the original en.yml
of the extension as the starting point.