Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - clashwithvseven

Pages: [1] 2
1
Help/Support / Re: Needing to Redownload Deepbot
« on: March 06, 2015, 10:00:01 AM »
Im having issues with with the http://deepbot.tv/dev/donationaccess/#MyAccount page

I click the Connect account and nothing happens? Im looking to change my bot name.

2
Help/Support / Re: Needing to Redownload Deepbot
« on: March 06, 2015, 07:41:27 AM »
Heres a screenshot showing my beta application is approved.

http://imgur.com/xcXTwD8

3
Help/Support / Needing to Redownload Deepbot
« on: March 06, 2015, 07:37:07 AM »
Hey all,

Im an old beta tester for Deepbot. (About 7 months ago)

Long story short, i've built a new pc and i kept the deepbot file and program. But when i ran the program its telling me "Oops! I have crashed. Saving crash log to errorlog.txt. Please send this to experts online providing any additional information on the crash."

Where can i redownload Deepbot? Much thanks!



4
Custom Notifications / Re: Changing Sub Image
« on: May 28, 2014, 03:28:03 AM »
EDITED:

I didnt realize till after that i needed to change the URL Under the General Tab. After i changed that, then copied and pasted what you said it all aligned perfectly. Ill use it today and let you know how it goes.

Thank you Experts and Feadern for your assistance

5
Custom Notifications / Re: Changing Sub Image
« on: May 26, 2014, 05:17:20 PM »
Heres an 2 pictures of what im talking about. These are actual subscribers  :P

Picture 1: Longer type name fits quite well, its a TAD off. But def okay: http://i.imgur.com/HlwoGhr.jpg

Picture 2: Short Sub name, looks terrible and a bit unprofessional: http://imgur.com/mvsYHYp,HlwoGhr#0

I did see you mention an easier way of making this happen. I cant wait till then, as somebody who doesnt know ANYTHING about css. This is def a painfull process.

So, what can i do to fix this?

6
Custom Notifications / Re: Changing Sub Image
« on: May 26, 2014, 05:10:34 AM »
Image was changed : http://i.imgur.com/ZTgYpXu.png

Sorry.

Just looking how to keep names centered Experts. When i center your name on the "preview" it looks great. But if someone has a really short name its off center.

Here the current log:

body {
    background-color: transparent;
    color: white;
}
#sub-notification {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 580px !important;
  height: 110px !important;
  background-repeat: no-repeat;
  background-image: url('http://i.imgur.com/ZTgYpXu.png') !important;
  background-position-y: 0px;
}
#sub-notification .subname {
  margin-left: 168px !important;
  padding-top: 0px !important;
  width: 385px;
  line-height: 14px !important;
  vertical-align: center;
  font-size: 28px;
  font-family: Algerian;
  text-shadow: 2px 2px 1px #000;
  color: ##FF0000;
}
#sub-notification .streamname {
  margin-right: 40px;
  padding-top: 20px;
  text-align: right;
  line-height: 45px;
  vertical-align: top;
  font-size: 55px;
  font-family: Algerian;
  text-shadow: 2px 2px 1px #000;
  color: transparent;
  visibility: hidden !important;
  text-shadow: 0 0 3px rgba(255,255,255,1);
}
#sub-notification .header {
  margin-right: 0px;
  padding-top: 10px;
  text-align: center;
  vertical-align: top;
  font-size: 32px;
  line-height: 26px;
  font-family: Algerian;
  text-shadow: 2px 2px 1px #CBC2FF;
  color: black;
  visibility: hidden !important;

7
Custom Notifications / Re: Changing Sub Image
« on: May 23, 2014, 04:24:49 PM »
No response to answer my question yet....  >:(

8
Custom Notifications / Re: Changing Sub Image
« on: May 22, 2014, 04:33:42 AM »
Wonder if i have to have "vertical align" and "horizontal align" activated at the same time....

9
Custom Notifications / Re: Changing Sub Image
« on: May 22, 2014, 04:28:08 AM »
So the line "Margin-left: 168px" is whats keeping the text away from the left side.
When activated it looks like this:
http://i.imgur.com/eoNMYGM.png

When i deactivate the line and insert "horizontal-align: center;"
This is what i get:
http://imgur.com/eoNMYGM,AOJmVp6#1

But i just saw you say middle. so let me quick try that. Problem is with "margin-left" it only works on name lengths that are that long. Shorter names go off center :P

Update: when i replace with "middle" instead of center it doesnt change the text placement at all >:(

Update 2: i used the line "text-align: center;" and it actually moved a bit from the right side. So it is doing something.

and just a side note adding "!important" is needed for the change to take effect.


10
Custom Notifications / Re: Changing Sub Image
« on: May 22, 2014, 04:15:07 AM »
im going to try it right now!  :o

11
Custom Notifications / Re: Changing Sub Image
« on: May 22, 2014, 02:20:02 AM »
well the streamname part is hidden.

The text im speaking of is the "subname"

Ok i can try adding that under subname. but what does "vertical align" mean then....

Ill report back whether it works or not

12
Custom Notifications / Re: Changing Sub Image
« on: May 21, 2014, 03:35:07 PM »
After a very long time i was able to figure out what was going on. It had to do with the pixel placement of the image and the Name text. Atleast i got it.

1 thing that i havent been able to figure out, was the name that pops up does not stay centered.
So it will look like this for one name:

Thank You for Subscribing
          randomname

Then on a short name it will look like

Thank you for Subscribing
      name

Let me post my css log here incase anyone can see what the issue is.

body {
    background-color: transparent;
    color: white;
}
#sub-notification {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 580px !important;
  height: 110px !important;
  background-repeat: no-repeat;
  background-image: url('http://hostmypicture.com/images/templanqn.png') !important;
  background-position-y: 0px;
}
#sub-notification .subname {
  margin-left: 168px !important;
  padding-top: 0px !important;
  width: 385px;
  line-height: 14px !important;
  vertical-align: center;
  font-size: 28px;
  font-family: Algerian;
  text-shadow: 2px 2px 1px #000;
  color: ##FF0000;
}
#sub-notification .streamname {
  margin-right: 40px;
  padding-top: 20px;
  text-align: right;
  line-height: 45px;
  vertical-align: top;
  font-size: 55px;
  font-family: Algerian;
  text-shadow: 2px 2px 1px #000;
  color: transparent;
  visibility: hidden !important;
  text-shadow: 0 0 3px rgba(255,255,255,1);
}
#sub-notification .header {
  margin-right: 0px;
  padding-top: 10px;
  text-align: center;
  vertical-align: top;
  font-size: 32px;
  line-height: 26px;
  font-family: Algerian;
  text-shadow: 2px 2px 1px #CBC2FF;
  color: black;
  visibility: hidden !important;
}

Help appreciated :D

Thanks!

13
Custom Notifications / Re: Changing Sub Image
« on: May 21, 2014, 08:34:50 AM »
Well,

First let me start by saying, the whole deal to simply get an image going for a new sub is more difficult than it should be.

Having it implemented into the bot program itself would be so much easier for the average user. Adding custom image, with an easy way to edit position as well. Adding font or text options as well.

But anyways to my real issue,

Ive decided to use a new sub image. So i replaced the URL for the image under css. I then changed the width/height size in css AND on the General Tab.

All i get is the name to pop up now... What have i missed lmao? I dont get why it cant be THAT easy, but apparently its not?

Heres what my css looks like:
body {
    background-color: transparent;
    color: white;
}
#sub-notification {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 580px !important;
  height: 110px !important;
  background-repeat: no-repeat;
  background-image:url('http://hostmypicture.com/images/templanqn.png') !important;
  background-position-y: 30px;
}
#sub-notification .subname {
  margin-left: 279px !important;
  padding-top: 260px !important;
  width: 385px;
  line-height: 45px;
  vertical-align: middle;
  font-size: 32px;
  font-family: Algerian;
  text-shadow: 2px 2px 1px #000;
  color: #ffffff;
}
#sub-notification .streamname {
  margin-right: 40px;
  padding-top: 20px;
  text-align: right;
  line-height: 45px;
  vertical-align: top;
  font-size: 55px;
  font-family: Algerian;
  text-shadow: 2px 2px 1px #000;
  color: transparent;
  visibility: hidden !important;
  text-shadow: 0 0 3px rgba(255,255,255,1);
}
#sub-notification .header {
  margin-right: 0px;
  padding-top: 10px;
  text-align: center;
  vertical-align: top;
  font-size: 32px;
  line-height: 26px;
  font-family: Algerian;
  text-shadow: 2px 2px 1px #CBC2FF;
  color: black;
  visibility: hidden !important;
}

14
Custom Notifications / Re: Changing Sub Image
« on: May 17, 2014, 01:05:23 AM »
Experts is the MAN!

We went on teamviewer, and he showed me how to do what i wanted. For sure an A+ service!

15
Custom Notifications / Re: Changing Sub Image
« on: May 16, 2014, 11:50:16 PM »
I see others questions were answered but mine isnt? If its too much work for me to figure out, thats ok you can tell me. I hope im not being ignored?

Im sure others at some point would like to know how to do this as well  ::)

Pages: [1] 2