0.3.2

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.

      • 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.