It does not work with signup parameters. I see the modal window but I cannot pass the values for the form. They are ignored. Can you upgrade the extension to add the ability to fill the values of the signup form using parameters? Please make it work with the invitation code too. The invitation code is provided by the FoF Doorman extension.

12 days later

I just want to route users to the forgotten password modal from an external link. Is this possible?

    Dimensionscape If I ever sit down and study this extension more it could happen. But as you can see from above posts, a few requests have been made… I’ll be 100% honest and say that I just haven’t felt like messing with this.

    But, I think that’s fair when you’re talking about a free extension.

    I was just asking before digging into it myself. No worries, I already rolled my own solution to this....it was actually quite simple.

      Dimensionscape Unless you completely re-did everything, or just want to keep your solution proprietary, consider submitting a pull request to improve this extension for the greater good of the community. Thanks!

      An update will be coming today for this extension.

      Version 3.0

      Direct Links 3.0 is now available. 🎉

      composer update zerosonesfun/direct-links

      What's new/fixed?

      • Fixed: If already logged in, the login and signup modals will not pop up. Because, you are already logged in. (Thanks fakruzaruret and others in the past for reporting)
      • Fixed: If not logged in and you use the /composer link and then dismiss the login modal, you no longer see a blank page, you will instead see the homepage. (Thanks ihhddis and others for reporting)
      • Added: /forgot (opens forgot password modal, only if not logged in, thanks Dimensionscape for the suggestion)
      • Cleaned: A little bit of code clean up.

      What suggestions in this thread did not make it into this update?

      Passing parameters to login or signup modal. I feel like this could lead to more spam. Allowing someone to easily pass a username, email, and possibly other stuff to the sign up modal... not a good practice. Typing in a username and email doesn't take long, and manually doing this is more secure.

      If you like these updates, buy me a coffee. Or, at least tell all of your friends about Flarum. 🥳

        010101 Congrats on the huge update! The fixes are very helpful, what a weird Safari issue.... you're probably on the right track about the reason, it's usually things like that 😕

          Darkle

          Turns out Safari iOS works fine. It's only Safari desktop. And, I found a solution. Pushing the fixed version soon.

          Version 3.0.1

          Direct Links 3.0 is now available. 🎉 See the full release announcement. Look up a couple posts, or tap this.

          This post is to confirm there was a bug related to the Safari browser where the modals would not appear. This is fixed in version 3.0.1. 🥳✌️

          5 months later

          Direct links isnt working for my forum. Does it require flarum to be installed at root?

            jacobgrillo I don’t think so. Have you cleared caches? What’s an example URL look like? Or, are you able to point me to your site to check it out?

              010101 yeah I cleared the catch. I’m not sure if it matters, but I use the /public directory still. grillocom.net/t/public

                v3.1

                "Resurrection" (because the last release was called zombie) 😄
                • Code maintenance (such as upgrade to webpack 5) by @IanM 🥳 🍻
                5 months later

                thanks for the extension, guys. just installed it, works.

                6 days later

                Ziven looking at the code, it seems like primary_tag will accept any tag, including non-primary.

                But since only one can be passed, if you do that you can't include a primary tag then.

                2 months later