Free Flarum hosting on an expert platform by FreeFlarum.com
lakshya any donation is very appreciated and helps, really... It shows us that people care about the project and every little makes us happy, if given in return for the service we provide... It's okay, you can donate more later if you'd like. We also plan to setup some more bonus points for forums that donate soon (see my post here)
lakshya PayPal is the current main donation option. There's also possibility to donate with cryptocurrency, which you'll have to discuss with me privately (so I'll know that it's you who donated, etc...) - either on Discord or by mail (info@freeflarum.com). There are no other donation options available currently.
lakshya I assume that you mean changing the default font. In that case, you can just paste the font code in the header, with CSS selectors you want. I am not on PC right now so I am not able to provide you an example, but Google's official fonts site allows you to build the code and copy & paste it in the "Custom Header" code in the "Appearance" admin section.
- Edited
You need to add custom CSS too.
fontfamily: ......
See below
To embed a font, copy the code into the <head> of your HTML
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
CSS rules to specify families
font-family: 'Poppins', sans-serif;
which is attached to body
, most of the time
You can't just paste css properties, they need to be in a block.
Try:
body {
font-family: 'Poppins', sans-serif;
}
askvortsov Thanks a lot again! But i have already added this and was confused since i was visiting the admin panel only to check for the font.........but it seems that admin panel doesn't allow changing font....Now, the main forum page is with the new font. No problem. Thanks again
- Edited
askvortsov I have a few more qquestions?
- Can i reward users with like "VERIFIED", additional badges etc...so as to differentiate them from others?
- Why is there no option to upload files like images in discussions?
- Can i add a preloader instead of Loading.... text while the website loads?
- Can i use zapier?
lakshya Can i reward users with like "VERIFIED", additional badges etc...so as to differentiate them from others?
You could set up groups? There isn't a badges extension yet, but it wouldn't be too difficult to make one.
lakshya Why is there no option to upload files like images in discussions?
That's not supported in core, but the FOF Upload extension should support it. I believe FreeFlarum should support some adapters for that (although I might be mistaken)
lakshya Can i add a preloader instead of Loading.... text while the website loads?
Might be possible with a custom extension or custom CSS. https://www.devnl.nl/ is a great example of a forum with a lot of customizations.
Hi!
I'm having the same problem yesterday.
For some reason the custom domains isn't working properly
Now, it even says this sometimes when I go to a url:
Not Found
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Here is my domain: https://forum.smartlist.ga
Should I just delete the subdomain and create it again?
ManuTheCoder Have you seen this related to Custom Domain ?
https://www.freeflarum.com/docs/how-to/advanced-setup/custom-domain/
meetdilip
Yes, I have
I have a CNAME record and a subdomain
Did you add your custom domain in the Settings page ?
Enter your custom domain on the FreeFlarum Settings page