Author Topic: Problem with Donation Notification  (Read 2137 times)

0 Members and 1 Guest are viewing this topic.

l0wcrow

  • Youngling
  • *
  • Posts: 37
  • Karma: +0/-0
    • View Profile
  • Twitch Name: l0wcrow
Problem with Donation Notification
« on: August 13, 2014, 09:48:41 AM »
Hey,

when i get a donation the cheque on only appears for like 1-2 seconds and "name & note" is filled wrong! Only the amount is correct.

This is how it showed up on stream:

If you look at my chat on the left side you can see that deepbot got the correct infos but its not shown correctly and also like I said only 2 seconds.

These are my settings in Deepbot:

Below the css code...

 
Code: [Select]
::-webkit-scrollbar {
  visibility: hidden;
}
body {
  background-color: rgba(0, 0, 0, 0);
  margin: 0px auto;
}
#donor-notification {
background-image: url('http://db.deep.sg/ChequeEUR.png') !important;
}


Using this link: http://deepbot.tv/notifications/donationnotification.htm


So whats the problem, I cant figure it out!

regards l0wcrow

Dante557

  • Advisor
  • Councilor
  • **
  • Posts: 555
  • Karma: +26/-0
  • Sometimes Helpful, Sometimes Not :D
    • View Profile
    • My Twitch Page
  • Twitch Name: Dante557
Re: Problem with Donation Notification
« Reply #1 on: August 13, 2014, 09:59:17 AM »
Lets try and work out one problem at a time. Starting with the duration.

When you press the preview button, does the Donation notification stay up for the full 15 seconds?
If you need to get through to me you can try to contact me on Twitter @ http://www.twitter.com/dante556

l0wcrow

  • Youngling
  • *
  • Posts: 37
  • Karma: +0/-0
    • View Profile
  • Twitch Name: l0wcrow
Re: Problem with Donation Notification
« Reply #2 on: August 13, 2014, 10:05:48 AM »
Preview works perfect! It stays for 15 seconds, yes!

Dante557

  • Advisor
  • Councilor
  • **
  • Posts: 555
  • Karma: +26/-0
  • Sometimes Helpful, Sometimes Not :D
    • View Profile
    • My Twitch Page
  • Twitch Name: Dante557
Re: Problem with Donation Notification
« Reply #3 on: August 13, 2014, 10:16:58 AM »
Have any other donations been like that, with the wrong information (apart from the donation amount)?

Also apologies if I don't respond to your reply within the next 16 hour period. It's pretty late here and I think it's time for me to head to bed and then work will get in the way.
If you need to get through to me you can try to contact me on Twitter @ http://www.twitter.com/dante556

l0wcrow

  • Youngling
  • *
  • Posts: 37
  • Karma: +0/-0
    • View Profile
  • Twitch Name: l0wcrow
Re: Problem with Donation Notification
« Reply #4 on: August 13, 2014, 10:26:53 AM »
I got 3 donation since I am using the alert and all of them lwasnt displayed correctly, only amount was correct.

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Problem with Donation Notification
« Reply #5 on: August 13, 2014, 11:30:29 AM »
Some countries use a comma instead of a decimal point when it comes to separating units of money.
For example: In the UK, we would say something is £5.99, but in France they'd say it is 5,99.

Can you confirm if decimal points are represented as "," in your location? If so that may be the issue.
If so, do try using this page in CLR instead : http://deepbot.tv/notifications/donationnotificationger.htm

l0wcrow

  • Youngling
  • *
  • Posts: 37
  • Karma: +0/-0
    • View Profile
  • Twitch Name: l0wcrow
Re: Problem with Donation Notification
« Reply #6 on: August 13, 2014, 07:32:11 PM »
Okay, I will try to use the new link you posted Expertsonline and  keep you updated if its working when I receive next donation!