Free Flarum hosting on an expert platform by FreeFlarum.com
I can't reproduce on beta.15 too. Perhaps it was fixed there. Since it's not so long before that beta comes, I think that we can simply wait for beta.15 and hope that it will be fixed there.
Hi
Did something change in the forum? For some reason now in my forum, every post requires approval
SKevo did you enable one of the Approval extensions? If so and you're the owner, disable them, there is also an incompatibility/bug when you use them with Byōbu. If you're not the owner of the forum, contact him.
yeah it was the approval extension, which was weird as I dont remember ever enabling it lol
- Edited
Hey!
Is there any way to add custom plugins/extentions to it?
- Edited
ItsMrReals no, not at the moment, you would have to self-host. But you can request an extension, and if it gets enough upvotes, we'll add it
Hello everyone,
does anyone else have troubles uploading the profile pic? Whatever I pick I have this error: The avatar must be a file of type: jpeg, png, bmp, gif.
Pic is definitely jpeg, the extension is correct. If it's not common I shall start removing plugins and testing.
In my network I have this output:
{errors: [{status: "422", code: "validation_error",…}]}
errors: [{status: "422", code: "validation_error",…}]
And this is what I get in my console as error
render.js:85 [Intervention] An <img> element was lazyloaded with loading=lazy, but had no dimensions specified. Specifying dimensions improves performance. See https://crbug.com/954323
request.js:171 POST https://forum.asnuaps.it/api/users/13/avatar 422
(anonymous) @ jquery.js:530
(anonymous) @ jquery.js:530
(anonymous) @ jquery.js:530
e.request @ forum-99e83bd1.js:1
n.upload @ color-thief.min.js:18
(anonymous) @ cropper.js:12
g @ cropper.js:12
(anonymous) @ cropper.js:12
forEach.t.<computed> @ cropper.js:12
s @ cropper.js:12
o @ cropper.js:12
Promise.then (async)
s @ cropper.js:12
o @ cropper.js:12
(anonymous) @ cropper.js:12
(anonymous) @ cropper.js:12
(anonymous) @ cropper.js:12
_.handleEvent @ jquery.js:530
I can confirm that it happens on my forum too. For the time being, you could convert the image to png
(by using some online tool for example) and upload that.
Sorry, I did not know it is a known issue, thanks both!
SKevo you can patch your FF instance with this edit in the AvatarValidator for now:
Done, I tested it on my forum and now the upload works
Can someone tell me What should I write in the box?
Your forum name: .flarum.cloud
- Edited
sekandaraly your forum name, which will be used in the URL too. So, if you put myforum
, then your forum will be located at https://myforum.flarum.cloud. You can use your own domain name later too, forum name is basically an ID of your forum.
SKevo I haven't understood my apology. Let say my domain name is easydigitalmoney dot com. Where I have the intention to use this theme what should I wrote there? It's making me crazy. Little help will be appreciated.
- Edited
sekandaraly sorry, I do not quite understand what do you mean. But from what I think that you meant is that you want to use your own domain name?
If yes, then you have to CNAME your domain to yourforum.freeflarum.com
and change your domain name in your FreeFlarum settings. Documentation can also be found here
Did you remove the webhooks extension?