Kyrne I recommend you join our Discord so we can help you, and not spam the forum.

If this is not possible, feel free to conduct your support needs on this forum. We can split posts into new discussions as necessary. Support isn't spam.

    Kyrne I looked at the database. Seems like all the fields are still in the poll table after I uninstalled the extension. Same goes for poll_options and poll_votes.

      Jenxi That's ok, as per the error you only need to remove the "end_date" field.

        Kyrne I had to delete public_poll as well. It installed once these two fields were removed. Thanks!

        a month later

        Is it possible to have multiple qns on a single post? That way it can also serve like a quiz feature.

        17 days later

        Hi! I've just installed your extension and I'm getting an error when a user clicks the button to see all the users who have voted. It doesn't happend on every poll, just when a specific user votes. I don't know why but every time I vote using that user (it doesn't have anything special, just a regular user), I'm getting an error in the console saying that the user is undefined.

        It's happening in the getUsers(anser) method -> app.store.getById('users', vote.data.attributes.user_id); is returning undefined with some specific ids.

          5 days later

          jordanjay29 @luceos

          Hey! Is it possible to view all the discussions with a poll added to them in a go, with some keywords in the search bar may be?

            PalakS It's better to ask me cause I made this extension 😁 But I don't really understand your question

              Shahiem
              Oh ohk! So like if I want to look for discussions specific to the word Polls, I would simply look for the word 'Polls' in the search box, this will land me onto discussions on and around the word 'Polls'.

              Similarly, is there any way, through I which I could get to see all the discussions that have polls (the actual polls and not the word!) in them at once?

                PalakS we could make a dedicated "polls" category on the main page

                13 days later

                1.3

                • Beta 8 Compatibility
                • Added PollWasCreated and PollWasVoted events
                • Added Chinese translation

                Updating ⬆️

                1. Make sure you are running Flarum beta 8, this update will not work on any other version
                2. Run the follow commands (in this order) in your Flarum root directory:
                  • composer update reflar/polls
                  • php flarum migrate
                  • php flarum cache:clear

                1.3.1

                • Include a vote's user with the vote data so that the "View Voters" modal will always work.
                • Removed a bunch of redundant data that would load on every page.

                Updating ⬆️

                1. Make sure you are running Flarum beta 8, this update will not work on any other version
                2. Run the follow commands (in this order) in your Flarum root directory:
                  • composer update reflar/polls
                  • php flarum migrate
                  • php flarum cache:clear

                Hi, show error view voters

                Uncaught TypeError: n.id is not a function
                at ShowVotersModal.js:31
                at Array.map (<anonymous>)
                at e.a.getUsers (ShowVotersModal.js:26)
                at ShowVotersModal.js:61
                at Array.map (<anonymous>)
                at e.a.content (ShowVotersModal.js:58)
                at e.n.view (Modal.js:46)
                at e.render (Component.js:102)
                at e.n.view (ModalManager.js:18)
                at e.render (Component.js:102)


                Include a vote's user with the vote data so that the "View Voters" modal will always work ? @Kyrne

                You could explain it please I do not understand where to add the user.

                  terabytesoftw tlalok can one of you provide a link to a poll on your forum where the error occurs so I can take a look?

                  19 days later