Author Topic: Is it possible to customize the donation notification image?  (Read 2377 times)

0 Members and 1 Guest are viewing this topic.

menthur

  • Youngling
  • *
  • Posts: 41
  • Karma: +0/-0
    • View Profile
  • Twitch Name: menthur
Is it possible to customize the donation notification image?
« 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.
http://twitch.tv/menthur

Diablo III: Reaper of Souls - Hardcore Only

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Is it possible to customize the donation notification image?
« Reply #1 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

menthur

  • Youngling
  • *
  • Posts: 41
  • Karma: +0/-0
    • View Profile
  • Twitch Name: menthur
Re: Is it possible to customize the donation notification image?
« Reply #2 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?
http://twitch.tv/menthur

Diablo III: Reaper of Souls - Hardcore Only

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Is it possible to customize the donation notification image?
« Reply #3 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.

menthur

  • Youngling
  • *
  • Posts: 41
  • Karma: +0/-0
    • View Profile
  • Twitch Name: menthur
Re: Is it possible to customize the donation notification image?
« Reply #4 on: May 09, 2014, 10:30:41 AM »
thank you bro
that helps a lot!
http://twitch.tv/menthur

Diablo III: Reaper of Souls - Hardcore Only