- Edited
Poll
Is it possible to have multiple qns on a single post? That way it can also serve like a quiz feature.
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.
Chistian95 same error
tlalok Chistian95 thanks guys, I'll look into it
- Edited
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?
- Edited
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?
Could be possible through search gambits (like is:following from Flarum Subscriptions).
1.3
- Beta 8 Compatibility
- Added
PollWasCreated
andPollWasVoted
events - Added Chinese translation
Updating 
- Make sure you are running Flarum beta 8, this update will not work on any other version
- 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 
- Make sure you are running Flarum beta 8, this update will not work on any other version
- Run the follow commands (in this order) in your Flarum root directory:
composer update reflar/polls
php flarum migrate
php flarum cache:clear
- Edited
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 Same error on my forum
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?