fakruzaruret Xkyer Amarok Subarist meihuak codeX Wlork Capybara i mentioned contributors for the 0.7 update. Apologies for any inconvenience; I just thought you might find this interesting.
IMPORTANT!
I know this won’t surprise you, but the extension has been rewritten so extensively that it’s almost like starting from scratch. After updating the extension:
- Clear your cache.
- Deactivate and reactivate the modern footer extension.
Failure to do so will result in visual bugs.
v0.7 is LIVE!
A highly requested feature has been added: the ability to hide the footer on specific pages with the new:
Footer Display Mode!
- Show on all pages: The footer will be visible on every page of the website.
- Hide on all pages: The footer will be hidden on every page of the website. I thought you might want to hide it while adjusting the extension settings.
- Hide on discussions: The footer will be hidden only on the discussions pages.
- Hide on all pages except the index page: The footer will be visible on the homepage (index page) but hidden on all other pages.
- Custom: Allows you to set specific rules for when and where the footer is shown or hidden based on your preferences. I'm not sure if I'll be able to release this soon, but why not in the future?
Another highly requested feature has been added:
Custom HTML
I’ve even prepared a sample custom HTML for you:
<div class="sponsor-container">
<div class="sponsor-logo">
<img src="https://flarum.org/img/brands/github.png" alt="Github Logo">
</div>
<div class="sponsor-logo">
<img src="https://flarum.org/img/brands/1password.png" alt="1Password Logo">
</div>
<div class="sponsor-logo">
<img src="https://flarum.org/img/brands/jetbrains.png" alt="Jetbrains Logo">
</div>
<div class="sponsor-logo">
<img src="https://flarum.org/img/brands/ohdear.png" alt="Ohdear Logo">
</div>
<div class="sponsor-logo">
<img src="https://flarum.org/img/brands/styleci.svg" alt="Styleci Logo">
</div>
<div class="sponsor-logo">
<img src="https://nlnet.nl/logo/banner.png" alt="Nlnet Logo">
</div>
</div>
<style>
.sponsor-container {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.sponsor-logo {
margin: 10px 20px;
}
.sponsor-logo img {
max-height: 50px;
object-fit: contain;
}
</style>
Details
There are also many details I didn’t mention here. Let me quickly summarize:
- The gap between the discussion list on the homepage and the footer on mobile has been removed.
- In the settings menu, instead of showing “Links #1,” it will now display the title you set for the block.
- Changes made in the Blocks section will now reflect in the menu and general settings page before saving.
- The forum-side code has been completely rewritten, improving performance.
- Components hidden in the footer will no longer load statically.
- The language file, which was removed in version 0.6, has been reintroduced with a completely new one. Unfortunately, your previous custom translations have been deleted.
- Design consistency has been ensured in the settings, and some options have been relocated to more logical sections.
Additionally, many small changes or updates I can’t recall right now have also been made.
Feedback & Suggestions
I’m always happy to hear more requests and suggestions!