Hey @010101 I am using this extension with the blog extension as the home page, I was wondering if it is possible that when I use the /composer link I could display the composer on the /all discussions page instead of the blog page (home). Do you know what I would have to modify in the extension files to achieve this?

    I would like to login to this from my custom page so using something like /signup but I want something to fill that like /signup?username=user&email=test@example.com&key=password and when I hit this link it should signed up the user so is it possible

      custom_user It's not a very good idea to pass sensitive information such as passwords through the URL (for security), although you may find it useful, I think it would be better to avoid it.

      Darkle Not immediately. 😁 I just took this extension since it was going to possibly be abandoned, and updated the composer.json and re-released it. For me, as long as it keeps somewhat working I’m happy.

      Now that you’ve asked, maybe this weekend I can study the code.

        010101 Oh I had no idea it wasn't originally yours, sorry 😅

        That would be fantastic really, for me a little trick in the code would be enough to achieve this, so you don't need to release a new version with this option which I imagine would be more work 🙂

          6 days later

          Darkle I have an idea of how to do this. The extension includes a component appropriately named RedirectToHomeAndOpenModalPage.js. With a couple small changes I believe it will work. Or, it’s a start at least.

          I think I will try to make this the default behavior.

          But, I’ve hit extra busy times. I happened to finally look at the code from my phone real quick this morning. I don’t have the time or energy to make the changes right now. All I can say is maybe this weekend? But it may not happen for a few weekends.

            010101 Thanks for bothering to take a look, I understand you're busy now, no problem I'll wait.

            Now that you've said it maybe I'll do some experiment out of curiosity with the RedirectToHomeAndOpenModalPage.js component, I'll let you know if I get something useful 🙂

              2.2 Released

              • Composer now opens on all discussion page even if you set a different page as your homepage. Requested by @Darkle , and it just makes sense for the composer to open where all the discussions are.
              • Tested tag parameter which is now actually "primary_tag." In other words, you may once again auto fill the composer with a title, content, AND tag, but you need to type the tag parameter like this: /composer?primary_tag=tagname

                May be this is not a very common problem but We get error when a user who is logged in the website click to domain.com/register . Yes you can ask why a user try to register without log out 😀 ( domain.com/login works although I am logged in)

                010101

                  14 days later

                  I think the issues on GitHub are disabled in the repo, I put it here.

                  When entering the /composer link as a guest the popup with the login modal jumps which is fine, but when closing it the page is completely blank, I think that as a guest should simply skip the login/registration modal and that's it, I think it would not even be necessary to change the page where the user is at that time, as it is a function only for logged users.

                  Thanks for the extension

                    4 days later

                    I get this error

                    Failed to load resource: the server responded with a status of 405 ()

                    ihhddis Yes, one day changes need to be made so that the composer URL is completely ignored if not logged in. And, the login URL should be ignored if you are logged in. These are the major complaints about this extension.

                    I can probably figure it out and make this happen. It’s just a matter of getting around to it.

                    I’ll also throw this out there although it doesn’t typically work… for any devs that see this… pull requests are welcome. 😊

                      12 days later

                      hi 010101 sorry to mentioned you here, just want to check with you if you are still using A2 hosting, and I want to sign up for a plan. I want to use your referral link, as a way thanking you for sharing A2 and developing audio extensions.

                        ash3T No, I’m not using A2 hosting anymore. It was a good host. Fast. No downtime. Easy set up. Great reviews overall. But, I suddenly decided one day to cancel my account there. I was, in part, worried about the large renewal fee. Although, I still had over a year left before I had to renew. 🤷‍♂️ My only advice is to make sure you’re OK with the cost after the cheap promotional period is up.

                          16 days later

                          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?