No background images in 5.5?

Permalink
Is there a possibility to have no background images in the 5.5 dashboard? It's really a nice gimmick, but it doesn't increase usability for me as it distracts concentration from main content and makes the page confusing. Thanks!

cgrauer
 
Mainio replied on at Permalink Best Answer Reply
Mainio
@mkly did an add-on for that. Not in the marketplace yet, though.

You can download it here:
https://github.com/mkly/c5_addon_background_image_haterz...
cgrauer replied on at Permalink Reply
cgrauer
Great, thank you!
BHWW replied on at Permalink Reply
BHWW
A simpler option than the addon would be to just set a custom image in the config file:

define('WHITE_LABEL_DASHBOARD_BACKGROUND_SRC', 'http://www.yoursite.com/background.png');
define('DASHBOARD_BACKGROUND_INFO', false);


See this page:

http://www.concrete5.org/documentation/how-tos/developers/white-lab...

Regards

Ben
Ekko replied on at Permalink Reply 1 Attachment
Ekko
In 5.5.2 theres a setting to shut this off or define your own under system & settings basic interface. Screenshot included.
Mainio replied on at Permalink Reply
Mainio
Which was probably added because the answer above seemed to be the most useful answer on the forums when 5.5.0 was released. :)

The reason for the add-on was also the lack of that config at that time.