• Extensions
  • Modern Footer Extension (Responsive & Compatible)

Umutcan thank you so much! Your support means a lot 💫

codeX haha, thank you! Though I think joining the Flarum core developers might be a bit tricky for me. I tried asking for a code review about the "Footer Display Mode" logic not ago, and... well, let's just say no one got back to me! (Here's the post if you're curious) 😅

But hey, who knows what the future holds! 😄

Amarok thank you so much for the kind words! It means a lot coming from you. 😊 Also, I’m thrilled to share that a popular forum with over 23k discussions has started using the extension! Knowing it’s being used on such a large platform fills me with both happiness and pride 🎉

Spez thank you! Glad you liked it! 🙌

@huseyinfiliz I just installed this to forum. Thank you 🙂 😊 for making great extension. our forum have darker theme, white strip coming out between load more button and the footer extension. How can this fix with css?

![

    Mahendra Thank you so much for installing the extension! 😊

    For the white strip issue with darker themes, you can fix it with this CSS code:

    footer {
        margin-top: 0px;
    }

    Add this to your custom CSS, and it should resolve the problem. Let me know if you need further assistance! 😊

      Already in use, thank you !
      Great extension, hoping to become the first extension for Flarum soon~

      I have two suggestions during the use process. Will they be adopted, or can you tell me other solutions as well?

      Firstly, I hope to remove the background image of the contact information and use a PNG icon instead.
      Secondly, the current logo appears too prominent and not aesthetically pleasing. I would like its color grayscale to be consistent with the color of other text, which would be more harmonious.

      I am Chinese and using a translation tool to express myself. I hope you can understand my meaning. Thank you.

        laoma2053 I also had some difficulty understanding since English is not my native language, but I understood you.

        I found your first request quite reasonable, and I will include it in the 0.8 update within a week. Instead of a Font Awesome icon, if a link is provided, the specified PNG will be displayed instead of the icon. I believe this is a reasonable solution.

        As for the second request, I didn’t fully understand what you are asking for. Are you requesting a setting to change text colors? I need a clearer and more detailed explanation from you on this matter. While I believe I understood what you want, I’m not sure if customizing text colors will be sufficient as a solution.

        laoma2053 Secondly, the current logo appears too prominent and not aesthetically pleasing. I would like its color grayscale to be consistent with the color of other text, which would be more harmonious.

        I think this part should be achieved by customizing a suitable icon. It should be relatively simple.

          Subarist Honestly, I'm not entirely sure how to handle requests like this. I wanted the footer to work seamlessly with all themes and extensions, so I made it adapt to Flarum's secondary color. I even styled the buttons based on your theme's global border radius—whether rounded or sharp.

          Customization is something I really enjoy too, but even now, there are so many settings that I've been working hard to simplify them. For example, if you replace the forum logo with text, it behaves just like the other blocks, and you can even add a Font Awesome icon.

          This isn’t a complaint—don’t get me wrong. We’ve been developing this extension together since day one, and I’d love to hear feedback from people using it. My main concern is that adding too many customization options might compromise simplicity and compatibility in the long run.

          At some point, I’m considering creating a "custom CSS library" instead of adding more settings, allowing users to apply their own styles if needed.

          Lastly, I want to keep the extension lightweight—around 4-5KB—so it doesn’t affect the forum’s loading speed.

          Please don’t hesitate to share your thoughts on this. I really appreciate all your feedback and suggestions. Thank you in advance!

            Amarok You're amazing! Once again, thank you so much for all the contributions you've made to this extension so far 🔥🎉

            By the way, I’ve reviewed the translations, and I’m not entirely sure if “block” is the right term to use. If words like “block” or “section” feel unclear or confusing, please don’t hesitate to let me know.

            Thanks again!

              huseyinfiliz
              I think what he wants is for the img inserted in the footer HTML to match the primary color tone. The simplest approach would be to directly find a replacement icon in the same color scheme. Alternatively, using svg with color fill could work, but that might be too complicated. This isn’t related to the extension’s code. just an img.