Author Topic: Tiers of pop-up notifications  (Read 2481 times)

0 Members and 1 Guest are viewing this topic.

Grumbul

  • Padawan
  • **
  • Posts: 55
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Grumbul
Tiers of pop-up notifications
« on: July 09, 2017, 02:45:32 PM »
So we now have 4 Tiers of Subscribers:

Prime
Standard
9.99
24.99

How can we add a new pop-up image dependent on the sub-type? Right now it comes up with only options of Sub, or Re-sub. We now need this for all 4 tiers.

Existing OBS code typically looks like this:

Code: [Select]
body {
    background-color: transparent;
    color: white;
}
#sub-notification {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 580px;
    height: 110px;
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-image: url('http://i.imgur.com/YOURSUBIMAGE.png');
}
#resub-notification {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 575px;
    height: 140px;
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-image: url('http://i.imgur.com/YOURRESUBIMAGE.png');
}
.subname {
margin-left: 65px;
  padding-top: 65px;
  width: 455px;
  text-align: center;
  line-height: 14px;
  font-size: 34px !important;
  font-family: Calbri !important;
  font-weight: bold !important;
  text-shadow: 2px 2px 1px #000 !important;
  text-transform: lowercase;
  color: white !important;
}
.months {
  position: absolute;
  top: 49px;
  margin-left: 0px;
  width: 165px;
  text-align: center;
  line-height: 14px;
  font-size: 23px !important;
  font-family: Calbri !important;
  font-weight: bold !important;
  text-shadow: 2px 2px 1px #000 !important;
  text-transform: lowercase;
  color: white !important;
}

.months::after {
  content: " Months!";
}
.badge {
    position: absolute;
    top: 50px;
    margin-left: 420px;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    width: 30px;
    height: 30px;
    -webkit-animation: rot 3s infinite linear;
}
.msg {
    position: absolute;
    top: 110px;
    margin-left: 30px;
    width: 90%;
    text-align: center;
    font-size: 28px;
    font-family: 'Squada One', cursive;
    text-shadow: 2px 2px 1px #000;
    color: #FFF;
}
@-webkit-keyframes rot {
    from {
        -webkit-transform: rotate(0deg) translate(-30px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translate(-30px) rotate(-360deg);
    }
}

How to we add the code for Prime/9.99/24.99?

Grumbul

  • Padawan
  • **
  • Posts: 55
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Grumbul
Re: Tiers of pop-up notifications
« Reply #1 on: July 16, 2017, 01:35:53 AM »
So any suggestions on this?

Grumbul

  • Padawan
  • **
  • Posts: 55
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Grumbul
Re: Tiers of pop-up notifications
« Reply #2 on: July 24, 2017, 02:45:07 PM »
Hate having to bump this but this is quite important for all streamers using the bot.

Do we have any update and/or confirmation this is being looked at and/or if this is something we can already do?

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Tiers of pop-up notifications
« Reply #3 on: July 24, 2017, 07:39:16 PM »
I am pretty sure this can be done by downloading the notification page and customizing it. I am not 100% sure on how to do it myself, but I believe that is how other people do it.
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

Grumbul

  • Padawan
  • **
  • Posts: 55
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Grumbul
Re: Tiers of pop-up notifications
« Reply #4 on: February 24, 2018, 04:17:24 PM »
Was this ever resolved?

Grumbul

  • Padawan
  • **
  • Posts: 55
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Grumbul
Re: Tiers of pop-up notifications
« Reply #5 on: March 03, 2018, 05:12:59 AM »
Question still stands....

Is there anyway to add different pop-up notifications dependent on the sub tier?

Over 6 months to get an answer?