• Resources
  • Free Flarum hosting on an expert platform by FreeFlarum.com

SKevo Yeah that makes sense, but I thought so because it would be more organizable & efficient. And like all will be at one stop. (idk maybe I'm drunk 😂)

Most FF issues are related to Flarum extensions. The only exception is feature / extension request. If we take away those discussion to some other channel, we might seriously miss extension authors and will have to come back here again.

Anyone else having troubles with the flarum imgur uploader?

When I click on the upload image button and select a pic then nothing happens. It says "Done" but there is no code pasted. Also, if I go in the settings of the extension nothing happens. I click on "Open settings" but nothing happens

This is the console log, I didn't get any error in the Network monitor. Let me know if I should open an issue over at extension repo, thanks!

UploadButton.js:116 Uncaught TypeError: Cannot read property 'textArea' of undefined
    at r.o.success (UploadButton.js:116)
    at c (jquery.js:3496)
    at Object.fireWith [as resolveWith] (jquery.js:3626)
    at T (jquery.js:9786)
    at XMLHttpRequest.<anonymous> (jquery.js:10047)
o.success @ forum.js:1
c @ jquery.js:530
fireWith @ jquery.js:530
T @ jquery.js:530
(anonymous) @ jquery.js:530
load (async)
send @ jquery.js:530
ajax @ jquery.js:530
o.upload @ forum.js:1
o.formUpload @ forum.js:1
_.handleEvent @ jquery.js:530
```language

    Yes, the extension is not beta.15 yet. When an update comes, we'll update it

      Hi, we are running a Freeflarum forum with the FoF Doorman extension and recently figured out that it seems the extension was deactivated autimatically and had to be reactivated manually.
      I would guess this is the default behaviour when there was an update of the Flarum version and at that moment the Doorman extension was not compatible already? This would be a bit strange, as the recent version updates of Freeflarum happened when there were already corresponding Doorman versions available, and Doorman was not listed in the "did not make it" list of an update. Or would there be any other reason for this to happen?

        wazah Doorman is beta.15 compatible and shouldn't be disabled. I am not sure what caused it to be honest. But I have just enabled it at my forum (I don't use it) and it seems to work okay. You can just re-enable it, perhaps you misclicked or some other person with admin access disabled it, can't tell.

          SKevo Hi, I just pushed a new version v0.10.0 for the Money extension which changes the requirements from flarum/core, it can be installed now 🙂

            Hey everyone,

            first of all, I wish you, your families and friends Merry Christmas and a Happy New Year! Let the atmosphere in your household be a special one during these times. Nobody has ever wished for the current pandemic to happen, so let's hope that the following year is going to be a lot better, for all of us. Always remember to stay safe and enjoy the holidays!

            As for FreeFlarum, the team and I will try to answer your questions and concerns as fast as possible, like it was before. I am currently slowly working on a function that allows you to rename your host/forum (and also all files associated with it, the database, etc...). It is still not fully functional, and it's actually way more difficult to implement than I thought it'd be! But I hope that we will get it working soon, so you can enjoy the long-requested feature!

            • Re-added the Summaries extension
            • Updated extensions

            Edit:
            • FoF Webhooks made a return now too

            Is there any way to upload images as site files that can be used in a FOF Pages custom page?

              geoffalan yes, but not locally (eg. not to the FreeFlarum's server directly). Instead, you could just upload the image to, let's say Imgur. Assuming that the image URL is https://i.imgur.com/yed5Zfk.gif, you can then include the image in FoF Pages by using either markdown or HTML: ![](https://i.imgur.com/yed5Zfk.gif), or <img src="https://i.imgur.com/yed5Zfk.gif"> for HTML.