Can Discourse sites one day get the ability to have built-in background images?
There’s already something like this on a per-category basis, but there isn’t a global setting. CSS “works” but can get annoying and has a nice habit of breaking often.
Would it be at all possible to have this as a global, native, builtin setting?
What would you suggest as to how to implement this?
The way I see it, if the CSS suddenly poofs, then the background images linked within probably befell the same fate. They are all static and would most likely share the same resource that, in your example scenario, just fubar’d itself.
I don’t know how background: url(http); may be annoying. CSS is standard.
I doubt this would be default. A background image is not required for most case uses.
Adding a single background: url(http); in the CSS accessible via the admin CP is not much work for a staff that probably understands CSS as a second language.
And for a newcomer to CSS? A search in google for adding a background in CSS will suffice. CSS is a standard and adding one line to the CSS via the admin CP is not too intensive where serious thought would be given to have it be a global option in an admin CP. Have to be careful adding new globals into the CP or it turns into a nightmare straight outta vBulletin.
For someone familiar with CSS it isn’t too much work to figure out they need something like body.category-feature {
but anyone should be able to do body {
TBH, I experimented a bit with background images but after a few tries and failing to find anything that didn’t interfere with reading posts I gave up.
Not that it can’t be done in a way that looks great, but in my defense, I’m not a designer
Thanks. Although to be honest, it is until you really have a look at it and then you quickly realize it’s a hot mess ofr band-aids. We started it during the early betas so we have a lot of legacy “code” that’s is probably useless/harmful but I can’t summon the courage to go over it all again.