Ralkage

I still can't add a mail address: The url format is invalid.

Do you have an idea?

    • [deleted]

    Pollux I still can't add a mail address: The url format is invalid.

    mailto:adress@email.com option doesn't work either... The url format is invalid.

      [deleted] mailto:adress@email.com option doesn't work either...

      Well, that's what I tried first and which I expected to work. But I also tried the address without protocol.

      • IanM replied to this.
        a month later

        [deleted] Pollux

        The problem here is the validation of the url field. In this extension, we validate the input is infact a url:
        'url' => ['url', 'max:120', 'required']

        Because mailto:a@b.c won't pass validation as a url, then you get the error you describe.

        The only way around this I can think of right now would be to create a custom validation rule that would pass either a url or valid email address. Then there's the extra issue that we actually don't just want a valid email address, but a valid mailto instead.

        Perhaps a regex pattern might be the way to go here. I'll give it some thought, but also open to any other thoughts/comments/ideas too.

          a month later

          I can’t click on the SNS icons using a tablet (iPad). Is this normal? Works on my phone but both use Safari 😅

          a month later
          9 days later

          I am trying to delete a link from another user as administrator, but every time I try I get this message, is there anything I can do?

            Justoverclock Everything has administrator permissions, but now reading it I think the problem is that there are no permissions for this extension 🤨 Can anyone confirm this?

              I suggest adding permissions to allow specific groups only to have a social profile.

                Any news on this loading icons from a remote tracking location?
                See: FriendsOfFlarum/socialprofile22

                rant this is really my main annoyance with the Flarum ecosystem... too much careless drive-by user-tracking and GDPR violations build into extensions. rant

                  7 days later

                  D-W For now, you can add the acpl repository to composer.json

                  "repositories": {
                      "socialprofile": {
                        "type": "vcs",
                        "url": "https://github.com/android-com-pl/socialprofile.git"
                      }
                  }

                  And then run composer require fof/socialprofile ^2.0.0-rc.1

                  • [deleted]

                  poVoq rant this is really my main annoyance with the Flarum ecosystem... too much careless drive-by user-tracking and GDPR violations build into extensions. rant

                  This is unfortunately a common theme - it's not just the Flarum ecosystem. WordPress does this all the time. Not great for privacy, but in fairness to developers, their job is to deliver a stable framework, and the privacy aspect is our concern.

                  8 days later

                  1.1.0

                  Thanks @rafaucau for his work that I saw too late, but still implemented based of his changes.

                    3 months later

                    datitisev A serious bug
                    Leave the upper one blank, fill in the information below and save it. The user disappears (the database is still there, but it is not displayed in the front end)!