HavocK I think that adding the possibility of adding a background image to the tag header would be nice ! Of course not as a Core feature. 🙂 What do you think ?
HavocK wizard I tried and the block has no id or class :/ The code for this header : <header class="Hero DiscussionHero DiscussionHero--colored" style="background-color: rgb(149, 101, 209);"> ... </header>
wizard Use your image url in code below .App-header { border-top: 4px solid #E7742E; padding: 6px; background-image: url("http://www.freeliquidtemplates.com/free-headers-for-websites/header10.jpg"); }
wizard This ? .Hero { margin-top: -1px; background: url("http://www.freeliquidtemplates.com/free-headers-for-websites/header10.jpg"); text-align: center; color: #7089A9; }
HavocK Yay See, no id or class that indicate the tag your are currently browsing. So the custom css solution will not work... I believe we need an extension for that
bwmarrin I'd also love to see this. Looks like if each tag had an id or class it could be done in CSS then. That'd be nice.
Averell When you define a tag, it is given a sort of Id (Slug). Couldn't this be used ? There is already a per tag colour in the header, this means there is some id used to identify the current tag. Unfortunately, I cannot help, I don't know css
rebastion Is there an extension coming up or a feature in the flarum core to customize this? What I'd like is to have a kinda transparent image there as a background, and have Flarum automatically pull the first picture posted in the thread (none if there is no picture). I want to start a movie forum so it would be great to have a picture from the movie in there
Ralkage @otakufuncom DiscussionHero will be non-existent in beta 8 (Upcoming release). You can see the PR here. It wouldn't make any sense to create an extension out of this request at the moment since this is to be a redesigned feature in core. It can, however, be created as an extension in the future if desired.