Please make it so you can pick time of poll end, not just date.
FriendsOfFlarum Polls
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.
Are you able to edit posts on this tag as well?
@datitisev can you update it for beta 16, please?
Works fine on beta 16 on Flarum.it
- Edited
Versions 0.3.3 and 0.4.0
Version 0.3.3:
- Improved performance by no longer loading the list of all votes all the time
- Added new permission to see vote results before voting. Defaults to administrators
- Added new permission to control the ability to change vote. Defaults to administrators. Change it in the admin panel if you want to keep the old behavior.
- Security: when disabling "Allow people to see who voted", the API now no longer returns the details of the votes
- Security: the vote results are now hidden from the API until the user votes or has the new "see vote results" permission
- Fixed Pusher integration
This update is compatible with both Flarum beta 15 and 16.
Version 0.4.0:
- Updated deprecated Flarum beta 16 code.
- Allowed to set "see vote results before voting" permission to guests.
This update is compatible with only Flarum beta 16.
Update instructions
To update (for both Flarum beta 15 and 16), run:
composer require fof/polls:*
php flarum migrate
php flarum fof:polls:refresh
The last command might take longer to run on forums with a large number of polls.
If you use the Polls websocket messages as part of a custom integration, please give us feedback at FriendsOfFlarum/polls38
clarkwinkelmann fantastic, I have started using the poll extension more recently so I am very glad to see it getting some enhancements. thank you fof team & clark!