Please make it so you can pick time of poll end, not just date.

  • JAC replied to this.
    14 days later

    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?

    8 days later

    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?

    6 days later

    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.

      robinodds Can users see percentages without voting?

      This seems like the only big missing thing from the plugin to me.

      Virtually every poll solution I've seen anywhere else gives the option to view results without voting, and it would be really great to have it here too.

      tolgaaaltas some more possible and easier to implement solution would be possible with BBCode like this:

      [poll]
      Yes
      No
      [/poll]

      ...or something like:

      [pool title="Title" enddate="26-01-2021 11:50:00" seewhovoted="true"]
        [option]Yes[/option]
        [option]No[/option]
      [/pool]
      8 days later

      Is it possible to create a poll after the discussion is created and replies are added?

        a month later

        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.

        10 days later

        Hi, I have an issue:
        My perms are setup like this.

        The user trying to edit the poll is in one of those permissions with access, but gets an this bug?

        Are you able to edit posts on this tag as well?

        11 days later
        17 days later

        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! 🧡