Author Topic: Follower Notification  (Read 4628 times)

0 Members and 1 Guest are viewing this topic.

Keko

  • Youngling
  • *
  • Posts: 21
  • Karma: +0/-0
    • View Profile
Follower Notification
« on: December 27, 2014, 04:12:57 AM »
Hey mal eine kurze Frage, kann ich bei der Follower Notification auch ein Bild hinzufügen oder nur dort den Sound?
Kann ich mir im Stream mit Deep Bot den Chat anzeigen oder ist dies nicht möglich?

Danke im vorraus.

TexxhornLS

  • Padawan
  • **
  • Posts: 62
  • Karma: +8/-3
    • View Profile
  • Twitch Name: Texxhorn
Re: Follower Notification
« Reply #1 on: December 27, 2014, 04:21:43 AM »
Du kannst ein Bild über das Plugin "CLR Browser" ausgeben lassen.

In Den CLR Browser Settings nutzt du folgenden Link: http://deepbot.tv/notifications/follownotification.htm?dur=10000

Mit folgendem CSS Code:

Quote
body {
    background-color: transparent;
    color: white;
}

#follow-notification {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 500px;
  height: 100px;
  background-color: #0A2027;
  border-radius: 10px;
}
#follow-notification .leftimage {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: 100px;
  float: left;
  border-radius: 10px;
}
#follow-notification .followname {
  margin-left: 96px;
  padding-top: 15px;
  text-align: center;
  width: 385px;
  line-height: 55px;
  vertical-align: middle;
  font-size: 32px;
  font-family: Algerian;
  text-shadow: 2px 2px 1px #000;
  color: #ffffff;
}

#follow-notification .header {
  margin-right: 115px;
  padding-top: 10px;
  text-align: left;
  vertical-align: top;
  font-size: 26px;
  line-height: 26px;
  font-family: Algerian;
  text-shadow: 1px 1px 1px #FFFDE8;
  color: red;
  float: right;
  border-bottom: red;
  border-bottom-style: double;
}

Eine Genaue Anleitung findest du hier:

Klicke Hier
Mit freundlichen Grüßen,

Texxhorn - German Support

Keko

  • Youngling
  • *
  • Posts: 21
  • Karma: +0/-0
    • View Profile
Re: Follower Notification
« Reply #2 on: December 27, 2014, 05:45:28 AM »
Okay danke, dann noch eine Frage.
Bei den Channel Commands bei Timed Messages habe ich das Problem das wenn ich eine Message hinzufüge und einstelle, wird sie aber nicht gepostet nur wen ich mit rechtsklick auf run now klicke.
Bei Message Every habe ich zum Testen 1Min eingestellt und Min chat lines 2.

TexxhornLS

  • Padawan
  • **
  • Posts: 62
  • Karma: +8/-3
    • View Profile
  • Twitch Name: Texxhorn
Re: Follower Notification
« Reply #3 on: December 28, 2014, 12:00:21 AM »
Um Timed Message Nutzen zu können, benötigt dein Streamer Bot den Moderator Posten " /mod XYZ "
 
Deine Message wird das erste mal nach XX.XX Minuten gesendet, wenn die Zeit abgelaufen ist wird sie dann erneut gesendet, allerdings dann erst nach XX Lines also Chateingaben, wenn die Chateingeban vor der Timer erreicht sind, muss der Timer erst ablaufen, dann postet er diese erneut automatisch !
 
Wenn du dies getan hast, musst du das ganze natürlich auch auf Enable gestellt haben, damit dies funktioniert.
 
Hoffe dies hilft dir weiter !
Mit freundlichen Grüßen,

Texxhorn - German Support