My thoughts reading this post in order:
1. Awesome! Someone finally made polls
2. I've never seen an extension by this person, it's great that they are starting out strong
3. Wait what? It's made by ReFlar? Heck yeah!
4. I haven't been on the ReFlar discord in a while
5. I need to play less Fortnite

    hey guys, can I see some live demo? share your forum pls ?

      5 days later

      0.1.1 (Please don't install/update this yet, I have to fix something :-))

      Important! Please remove the old package treefiction/polls and add the new package:

      composer require reflar/polls
      • Added ability to edit a poll
      • Added ability to remove a poll
      • Added poll edit and delete permission
      • Minor (security) bug fixes

        Shahiem

        I would like to customize how the polls are presented to the forum users. I thought I could just add/modify some css.less but am unable to locate any css.

        I did find:
        lib/models/Vote.js

        import app from 'flarum/app';
        import Model from 'flarum/Model';
        import mixin from 'flarum/utils/mixin';
        import computed from 'flarum/utils/computed';
        
        export default class Vote extends mixin(Model, {
            poll_id: Model.attribute('poll_id'),
            user_id: Model.attribute('user_id'),
            option_id: Model.attribute('option_id'),
        }) {
            /**
             * @inheritDoc
             */
            apiEndpoint() {
                return '/reflar/polls/votes';
            }
        }

        Which in my limited programming experience believe it creating the
        <div class="voted">

        How can I modify that so that I make :

        Look more like:

        Thank you.

          Ralkage

          I seen that but did not see any specific class that matched vote so just thought it was elsewhere.

          Possibly I could just make one in that file and the forum would respect it.

          Good lookin' out.

          Thinking of createing some poll themes .

          Cannot enable extension ?
          What to do?

          SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint

          SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint (SQL: alter table dle_poll_votes add constraint poll_votes_user_id_foreign foreign key (user_id) references dle_users (id))

          full log

          @Ralkage

          This is the Custom CSS I came up with that is pretty close to it:

          .voted  {
          padding: 1em;
          
          border-radius: 25px;
              border: 1px solid;
              width: 400px;  margin: 0 auto;
             display: table;
           margin-top: 10px;
          max-width: 600px;
          float: center; height: 100px;
             
          }
          .PollVoted {
          margin-top: 1em;
          padding-bottom: 25px;
          display: table-row;
          width: 400px; height: 30px;
          
          }

          Before:

          After:

          Enjoy.

          12 days later

          This is really nice!
          Sadly the poll is nearly useless as long as you can't tell how many votes were cast and there should be an option to change your mind after voting ?

          EDIT: Also it seems that the Reaction-Chooser from ReFlar Reaction is being overlapped by choice-strings.

          12 days later

          Just a quick update for everyone on the status of the extension:

          We are currently hard at work revamping polls, in the next release we will have squashed all reported bugs, added translations, and improved the overall look and feel of the extension.

          Track our progress here: https://github.com/ReFlar/polls/pull/17

          1.0.0-beta.1

          In this update ?

          • Lots of style changes ?
            • Improved look of polls
            • Added Animation when the page loads
            • Modal now uses font-awesome icons
            • Huge creds to @datitisev for the interworkings of the design

          • Bug fixes ?
            • Fixed an error preventing a poll from being edited
            • Fixed an error exclusive to ? ? that prevented votes from being counted
            • Fixed an incompatibility with reflar/reactions
          • Others ?
            • Added locale, you can now translate the extension to your native language
            • Massive refactoring of the extension to increase stability and consistency
            • Lots of other behind the scenes changes

          Updating ⬆

          1. Please run:

            php flarum cache:clear

            In your root Flarum dir

          2. Clear your browser and Cloudflare (If Applicable) caches after updating. This will ensure the localizations propagate

          Upcoming features ⏲

          • 1.1.0 ?

            • Option to show the total number of votes rather than/in addition to a percentage
            • Add more permissions for poll interaction
          • 1.2.0 ?

            • Ability to set a time and date for poll expiry
            • Ability to change poll answer
          • Sometime ?

            • Pusher integration
            • Public / Anonymous Polls

            Kyrne The translation isn't work for me. I run the

            php flarum cache:clear

            and cleared browser cache. What am I doing wrong?