OMG... HAHA.... this is VOODOO!!! 😆

I SWEAR there was none...😆

Here it is again.... I KNOW, I`m not crazy... 😆 😆

Thanx, now I can go on Error hunt, WHY this is sometimes visible, sometimes not... 👍

Wlork

Would you like to back that with money if we start a bounty for interested developers? I would

    hrvoje_hr

    I'm not sure I understand ? 🙂

    I've proposed an improvement on the existing extension "Fof Polls".... To add these options, they have to develop an another extension ?

    There is a bounty feature here on Discuss which allows mass fund new features and extensions. We can't expect developers to develop new features for free. If there are enough of us who will fund it, someone from the Friends of Flarum initiative will probably take on it.

      7 days later

      Tried to install and not able to due to the following error in when installing:

      Problem 1
      - reflar/polls[0.1.0, ..., 0.1.1, 1.0.0, ..., 1.2.6] require flarum/core 0.1.0-beta.7 -> found flarum/core[v0.1.0-beta.7, ..., v0.1.0-beta.16] but it does not match your minimum-stability.
      - reflar/polls[1.3.0, ..., 1.3.4] require flarum/core 0.1.0-beta.8 -> found flarum/core[v0.1.0-beta.8, ..., v0.1.0-beta.16] but it does not match your minimum-stability.

        Jeff-B which command gives that error? What's your Flarum version?

        If you have never used Flarum beta and the original "Reflar" extension this extension is based on, you should ignore everything under the "Migrating from ReFlar Polls" title in the README file. Just use composer require fof/polls

          clarkwinkelmann

          Flarum 1.7.2

          I go for just the straight install, I think that's my issue.

          Sorry for all the questions that you seem to be answering for me. I Just started using Flarum about a week ago to replace another board I was using that got acquired and will be shutting down soon. Honestly I wish I had found this sooner.

          a month later

          Hello,

          I have a question but it's just informative.

          I posted some suggestions to improve the poll extension, I wanted to know if there was any news? if people are working on it or not?

            Wlork FriendsOfFlarum operates mostly in maintenance mode. New features are usually from external contributors or sponsored by clients.

            The features I see mentioned above are quite complex as they would require quite a deep rewrite of the extension, so those are unlikely to be developed without external contributions.

            As mentioned above as well, you could start a Proposal discussion to get a specific feature created and get people to contribute financially. This would then be the best place to track progress since any developer who takes on the bounty would report back in the discussion with their progress.

              10 days later

              1.4.0

              Changes made in FriendsOfFlarum/polls69 from proposal.

              • Add an option for polls to allow users to vote for multiple items
              • Add an option to polls to limit the amount of options users can vote for
              • Reorganize help section display to always have icons and show multiple instances of info (instead of one or another depending on permissions)
              • Display HTTP request error to user if voting fails

              !! For extensions integrating with fof/polls, make sure to check out the information related to API changes in the release notes and the full changeset.

                Thank you very much.

                I've already tested it 😃 And it's a great job, it seems to work well !

                7 days later

                datitisev

                Is there any backend permission necessary to make multi select work?
                Only admin can vote for more than one option.

                Also: if I create a new poll and check "Allow people to vote for multiple options" after creating the poll, the check remains unchecked and set back to disallow. I can change it with edit as admin which shows "Poll allows voting for 4 options." but it is still not working for other than admin users.

                Flarum 1.8.1
                PHP 8.2.7
                MySQL 10.3.39-MariaDB

                I did migrate after updating and clear cache.

                  @datitisev

                  I tested it with my members using several polls.

                  For me, everything works fine.

                  However, I have a small issue with the display on phones.
                  The polls are displayed a bit randomly.... Wouldn't it be easier to display one answer per line ? 🙂

                  Photo :

                    Update : I fixed my issue with small modification in CSS :

                    .PollOption {
                      width: 100% !important;
                      float: right !important;
                    }
                    
                    .PollBar {
                    margin-left : 30px !important;
                    }