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

lakshya yes, you can donate below 7€. The main reason why 7€ is because if you donate a low amount of money, PayPal will take nearly all of it due to its fees... But any amount helps and is therefore appreciated

    SKevo I can donate upto 3€. Is that applicable? I know that will be so awkward but ...........

      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)

        SKevo Yes, For your awesome work, i will seriously try to donate a much more amount later.
        I want to ask what are the payment methods, since I live in India and euro is not a familiar currency to me.

          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.

            SKevo Hi there i want to ask that how can i change the default to one from fonts.google.com

              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.

                SKevo I tried that <link rel="preconnect" href="https://fonts.gstatic.com">
                <link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
                i added this code in custom header, but it didn't work

                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

                  meetdilip Can u tell me that exact css code for poppins font, since i am gettin the below error when i pasted the code:
                  font-family: 'Poppins', sans-serif;

                    lakshya

                    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

                      askvortsov I have a few more qquestions?

                      1. Can i reward users with like "VERIFIED", additional badges etc...so as to differentiate them from others?
                      2. Why is there no option to upload files like images in discussions?
                      3. Can i add a preloader instead of Loading.... text while the website loads?
                      4. 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?

                          Did you add your custom domain in the Settings page ?

                          Enter your custom domain on the FreeFlarum Settings page