DavidGNavas
(David García-Navas)
24. Februar 2015 um 12:42
1
As seen on Smartthings forum and hairxhub , you can add an image on the header depending on the tab or the category the user is in.
For example, if the user enters in forum.com/c/examples , he can view the image on the header, but not in all the other tabs/category, nor in the main homepage.
Does someone know how to do this? We can pay for this customization if there is someone interested.
Thanks!
sigurdur
(Sigurður Guðbrandsson)
24. Februar 2015 um 15:15
2
This is pretty cool …
The way they do it is by adding CSS to their site.
They tie the image to the body as a background image.
They use this css as base
https://hairxhub.com/hair-talk-forum-css/style.css
Then they add custom CSS for each of their categories to display a different image…
(or in CSS terms)
body.category-hairstyles { background-image: url(/some-image.jpg); }
So if you’re comfortable with CSS, you can hack this on your own
4 „Gefällt mir“
DavidGNavas
(David García-Navas)
24. Februar 2015 um 15:29
3
Thanks @sigurdur !
I thought they had done some ember.js hack, if it is only a CSS customiz. we can do it
Very kind of you
sigurdur
(Sigurður Guðbrandsson)
24. Februar 2015 um 21:27
4
Hah … seems like I have some things to learn about discourse …!
You can add background images directly for a category … you can see how here:
https://meta.discourse.org/t/give-discourse-social-media-look/23711/77?u=sigurdur
1 „Gefällt mir“
system
(system)
Geschlossen,
26. März 2015 um 21:27
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.