arthuragone Hi everyone, I would like to know if it's possible to replace the text within the welcome banner by an image? And then if it is possible not to let user hide the banner (text or image) as it as important information within it? Cheers
Justoverclock arthuragone yes is possible with an extension. if u want to keep the welcome hero opened you can hide the close button with .Hero-close { display: none; }
arthuragone Justoverclock Thank you for the css code ! works like a charm. Which extension you refer to?
Justoverclock arthuragone you need to write your own extension for the image, or maybe you can use https://discuss.flarum.org/d/28173-custom-header
clarkwinkelmann There is no tagged release yet (can install with :dev-main at your own risks) but this extension enables bbcode, markdown and HTML banners https://github.com/clarkwinkelmann/flarum-ext-formatted-banner Extension is still being worked on for a client. There could be breaking changes before the official release. You could also use CSS to apply an image as background to the native banner.
Subarist clarkwinkelmann Am I missing something? root@instance20220215145511 flarum]# composer require clarkwinkelmann/flarum-ext-formatted-banner * :dev-main [Composer\Downloader\TransportException] The "https://packagist.org/providers/:dev-main.json" file could not be downloaded (HTTP/1.1 404 Not Found) ```