Author Topic: Custom Notification Help Please New Vip Member  (Read 4480 times)

0 Members and 1 Guest are viewing this topic.

Tango2k13

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Tango2k13
Custom Notification Help Please New Vip Member
« on: July 28, 2017, 01:58:23 AM »
Hello iam New With Deepbot i Hope someone can Help me i use a Quoted Request from a Closed Thread:

Follower Alert

Image Link:http://i.imgur.com/vFQ7uCp.png
Font Color:White
Where do you want text located? (Follower Name):in the Cloud of the Image

Donation Alert:

Image Link:http://i.imgur.com/7Sl1DFA.png
Font Color:White
Currency Type:€
What do you want the alert to say?Text Options: Donator Name, Donation Amount, Message
Where do you want text located? in the Cloud of the Image

Subscriber Alert:

Image Link:http://i.imgur.com/J6GerhI.png
Font Color:White
What do you want the alert to say?Text Options: Sub Name, Months Txt:Thank you very much for your Support
Where do you want text located? (Subscriber Name):in the Cloud of the Image


Can anyone Help me with this iam frustrated becouse i dont get this to work.


Kind Regards

Hodsoges

  • Youngling
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Custom Notification Help Please New Vip Member
« Reply #1 on: November 16, 2018, 01:11:09 PM »
Quelle est la taille de la source de ces grandes données? Quelle quantité de données puis-je obtenir, car je soupçonne que ce contenu substantiel a été supprimé de la base de données?

Mitch

  • Master
  • ****
  • Posts: 401
  • Karma: +24/-1
  • Took me 20 minutes to change this...
    • View Profile
  • Twitch Name: Mitch619911
Re: Custom Notification Help Please New Vip Member
« Reply #2 on: January 06, 2019, 07:43:53 PM »
Try this:
Follower alert css:

Link : http://deepbot.tv/notifications/follownotification1.htm?dur=10000
Width: 310
Height: 226
CSS:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 310px !important;
height: 226px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/vFQ7uCp.png') !important;
background-repeat: no-repeat;
overflow: hidden;
}
#follow-notification .followname {
margin-top: 88px !important;
margin-left: -5px !important;
text-align: center !important;
width: 310px !important;
font-size: 30px !important;
color: #fff !important;

}
:)