askvortsov I'm worried that updating might affect the stability of the website and that some extensions I've installed might not work or might encounter some major issues. These are things that I'm afraid to experience at least for the first half of the year since it's a very busy time for me. I'd rather have Flarum 1.1.1 for now where things work just fine and then update later on. But I'd appreciate if extension updates for Flarum v1.2 can still be used by lower versions though. 🙂

    majbador i think you can try download website to localhost and trying update in localhost. Backups is LIFE SAVER! 🙂

    21 days later

    datlechin Hellllllllooo. I use the PWA extension, but it happens that the date of birth appears in a blank input. Another request I was given was, to change the form to choose the date of birth. The user prefers to enter the numbers, it is faster.

      2 months later

      @datlechin this is a lovely extension.
      Is it possible to make this update calendar in (webbinaro/flarum-calendar) Calender/Event extension? Extension is in packagist.

      16 days later

      V1.2.4

      Now the date of birth input on Sign Up modal will display the placeholder text

      Update

      composer update datlechin/flarum-birthdays:"*"
      php flarum cache:clear
      4 months later

      V1.3.0

      We now have a page that shows all user's birthdays for today.

      If you need to show that page to everyone (including guests), you have to change Search users permission to everyone

      composer update datlechin/flarum-birthdays:"*"
      php flarum cache:clear

      Should I create a widget for that?

        datlechin to extend on that, people are lazy. They will only visit a page if they have a need to. So, from my point of view, they will only visit the birthday page if they have their own. And I don't think that's how you celebrate community members birthdays, so the best way to make people aware about them just put it under their noses. On some platforms they will add a birthday hat to avatars or special badges, a widget would be cool too. Or how would confetti be, rendered on top of the avatar?

          luceos what a greet idea 😎
          Thanks luceo

          A widget in a new extension?
          some people dont like widget if we include core widget in composer file when installing this extension.

          kebindong Currently, it's not possible, but you can hide it with CSS

          li.item-birthdays {
              display: none;
          }

            datlechin Thank you.
            I found a bug about your birth widget. My site have permissions to see some specific tag.
            yesterday, I turned the widget on, and I used a guest acct to check my site, it shows warning like " don't permission to see blahblah..." after I checked, I saw the link " view all birthdays " on bottom. I supposes I don't set permission to see the birthday or the page.

              6 months later

              Hi there

              Hoping to use this extension on my flarum site at https://tellytips.com. I’ve installed it but have a query with the sign up forum field for date of birth. When using my iPhone, I need to tap onto the date of birth field and nothing happens it’s just blank, so I need to tap onto another field and then back to it for the date of birth picker to work.

              Is there a fix for this?

              Thanks 🙂

              3 months later

              I am using the Birthday extension along with several other extensions (FOF Terms, Recaptcha and FOF Doorman) to help manage user acceptance of my site policies. However, none of my users are able to update their profile information (nickname. etc.) because the following error message displays even though the birthday data was already collected end entered at registration.

              Here is the error message:

              "Birthday field is required"

              Any thoughts?

              FYI, my forum is hosted on FreeFlarum, and Steve from FreeFlarum said the following:

              "I don't see any relevant errors in the console, so this seems like a validation issue in the Birthday extension to me, or an incompatibility between two extensions modifying the user profile. I, unfortunately, can't fix this directly, so I suggest we share your problem in the Birthday extension's discussion thread (I can provide php flarum info if needed).