Justoverclock ParlorPink Iβm working on this also https://github.com/justoverclockl/header-slideshow
luceos Justoverclock if (user) { const bg = app.forum.attribute('baseUrl') + '/assets/extensions/justoverclock-custom-header/bg-member.jpg'; } else { const bg = app.forum.attribute('baseUrl') + '/assets/extensions/justoverclock-custom-header/bg-guest.jpg'; } https://github.com/justoverclockl/custom-header/blob/033ae1af9e04df0fca2d8474501b18535aebe0d3/js/src/forum/index.js#L21
Ralkage I would love to see an option to customize the background image using a link instead of having to interact with the assets folder π
Justoverclock Ralkage me too but I do not know how to serialize css property π The only way I know isβ¦put a variable into the bg name π€
Kylo Justoverclock you could do something like https://github.com/the-turk/flarum-mathren/blob/v1.0.0/src/Providers/AssetProvider.php
Justoverclock Kylo interesting, this basically add @config-copy-tex: {$copyTeX};" to css? where {$copyTeX} is the value from the backend?
katos Is there a way to get this to show on the tags page @Justoverclock ? At the minute this only seems to show on the "all discussions" page π
arthuragone Hi, thx for this extension ! Is there an option ou trick to make the image looks good on mobile phone? At the moment it only zoom on a short part of the plein image.