Deep Bot - Twitch Streamer Assistant

Deep Bot => Help/Support => Topic started by: menthur on April 10, 2014, 09:16:51 AM

Title: Is it possible to customize the donation notification image?
Post by: menthur on April 10, 2014, 09:16:51 AM
hi there support,

is it possible to change the donation notification image?

and if so, I understand there are 5 variables which get info like "date", "donater", "sum" and stuff like that.

where can I change the position of those variables, if possible at all?

thank you.
Title: Re: Is it possible to customize the donation notification image?
Post by: ExpertsOnline on April 10, 2014, 08:13:07 PM
using the OBS CLR browser notification, full customization is possible through CSS overrides.
Using the desktop notification, only the background image can be changed.

more details on CSS stylesheets : http://deepbot.deep.sg/wiki/OBS+CLR+Browser
Title: Re: Is it possible to customize the donation notification image?
Post by: menthur on May 08, 2014, 06:10:13 PM
thank you
but where do the new images have to be stored then?
could you please give a quick run through on how to set that up if i want to have custom images?

the current css for example says: background-image: url("Cheque.png");

but thats on your server. so i can i use custom images then?
Title: Re: Is it possible to customize the donation notification image?
Post by: ExpertsOnline on May 08, 2014, 11:16:44 PM
For a custom image, you can replace the url like so:

#donor-notification {
background-image: url(http://db.deep.sg/ChequeEUR.png') !important;
}

That can be any remote URL to an image you want to use.
Title: Re: Is it possible to customize the donation notification image?
Post by: menthur on May 09, 2014, 10:30:41 AM
thank you bro
that helps a lot!