Page Index Toggle Pages: 1 2 3 [4] 5 6 7 Send TopicPrint
Very Hot Topic (More than 25 Replies) Shoutbox 5.5 for YaBB 2.4 (Read 79915 times)
ThM
God Member
*****
Offline



Posts: 585
Location: Germany, Nds.
Joined: May 21st, 2006
Gender: Male
Re: Shoutbox 5.5 for YaBB 2.4
Reply #45 - Sep 2nd, 2009 at 10:57am
Print Post  
Same errors as you postet on reply #41 ?
No other Mods installed ?


If you want PN me. I need ftp and admin acces
  

Greeting ThM
Back to top
 
IP Logged
 
FrAnKy
New Member
*
Offline


I Love YaBB 2!

Posts: 5
Joined: Aug 31st, 2009
Re: Shoutbox 5.5 for YaBB 2.4
Reply #46 - Sep 3rd, 2009 at 5:50am
Print Post  
ThM wrote on Sep 2nd, 2009 at 10:57am:
Same errors as you postet on reply #41 ? YES
No other Mods installed ? NO


If you want PN me. I need ftp and admin acces - OK

  
Back to top
 
IP Logged
 
ThM
God Member
*****
Offline



Posts: 585
Location: Germany, Nds.
Joined: May 21st, 2006
Gender: Male
Re: Shoutbox 5.5 for YaBB 2.4
Reply #47 - Sep 4th, 2009 at 7:44am
Print Post  
Runs now.
Have fun with your new Shoutbox.  Wink
  

Greeting ThM
Back to top
 
IP Logged
 
FrAnKy
New Member
*
Offline


I Love YaBB 2!

Posts: 5
Joined: Aug 31st, 2009
Re: Shoutbox 5.5 for YaBB 2.4
Reply #48 - Sep 4th, 2009 at 8:37am
Print Post  
Thank you very much, works great
  
Back to top
 
IP Logged
 
tonyvic
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 47
Location: Brighton, Sussex
Joined: Dec 12th, 2007
Gender: Male
Re: Shoutbox 5.5 for YaBB 2.4
Reply #49 - Oct 25th, 2009 at 12:10pm
Print Post  
I'm running 5.4.1 and since our clocks went back 1 hour today, the shoutbox timestamps are still 1 hour ahead although the forum time is correct.

Is there an easy way to rectify this, & would 5.5 automatically adjust to the Forum time?

Tony
  
Back to top
WWW  
IP Logged
 
ThM
God Member
*****
Offline



Posts: 585
Location: Germany, Nds.
Joined: May 21st, 2006
Gender: Male
Re: Shoutbox 5.5 for YaBB 2.4
Reply #50 - Oct 27th, 2009 at 8:00am
Print Post  
At this moment i haven't a idea why the time displayed not correct in 5.4.1. I test it with 5.5 and it seems it works here.
  

Greeting ThM
Back to top
 
IP Logged
 
tonyvic
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 47
Location: Brighton, Sussex
Joined: Dec 12th, 2007
Gender: Male
Re: Shoutbox 5.5 for YaBB 2.4
Reply #51 - Oct 27th, 2009 at 11:41am
Print Post  
Thanks for looking ThM,
I will force myself to do some work & upgrade. Huh Smiley

Tony
  
Back to top
WWW  
IP Logged
 
THEWISEOLDOWL
New Member
*
Offline


I Love YaBB 2!

Posts: 23
Joined: Dec 28th, 2009
Color Change
Reply #52 - Dec 28th, 2009 at 3:12am
Print Post  
In the shoutbox mod, how do you change either the text or background colors in the main box, i use a black background so the black text don't work. and i don't see a color option for the background or text. am i missing something?
                      * THEWISEOLDOWL
  
Back to top
 
IP Logged
 
ThM
God Member
*****
Offline



Posts: 585
Location: Germany, Nds.
Joined: May 21st, 2006
Gender: Male
Re: Shoutbox 5.5 for YaBB 2.4
Reply #53 - Dec 28th, 2009 at 12:54pm
Print Post  
Change the colors in the css part from your template.

Code
Select All
/* Start Shoutbox Mod CSS */

.shout_windowbg {
        background-color: #DEE4EC;
        padding: 3px;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-family: Verdana, Sans-Serif;
        color: #000000;
}

.shout_windowbg2 {
        background-color: #FEFEFE;
        padding: 3px;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-family: Verdana, Sans-Serif;
        color: #000000;
}

.tdmouseover {
        background-color: #ffff00;
        padding: 3px;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-family: Verdana, Sans-Serif;
        color: #000000;
}

.shoutbox-username-style {
        color: #000000;
}

.shoutbox-post-style {
        font-size: 11px;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        font-family: Verdana, Helvetica, Arial, Sans-Serif;
        color: #FFFFFF;
        background-color: #9CB9F3;
}

.yabb-main-contain {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 12px;
    bottom: 0px;
    padding: 0px;
        width: 75%;
        float: left;
}

.shoutbox-out-style {
        float: right;
    padding: 1px;
        z-index: 1;
        width: 24%;
}

.shoutbox-in-style {
    padding: 0px;
        background-color: #FEFEFE;
        border-width: 1px;
        border-style: solid;
        border-color: #666666;
        z-index: 2;
}

.shout_postarea {
        position : fixed;
        left: 0px;
        bottom : 0px;
        width : 100%;
        text-align : center;
        background-color : #88ACD4;
        border-top : 1px #666666 solid;
}

/* End Shoutbox Mod CSS */ 

  

Greeting ThM
Back to top
 
IP Logged
 
THEWISEOLDOWL
New Member
*
Offline


I Love YaBB 2!

Posts: 23
Joined: Dec 28th, 2009
Re: Shoutbox 5.5 for YaBB 2.4
Reply #54 - Dec 28th, 2009 at 6:10pm
Print Post  
Thanks i'll check this out.
  
Back to top
 
IP Logged
 
THEWISEOLDOWL
New Member
*
Offline


I Love YaBB 2!

Posts: 23
Joined: Dec 28th, 2009
Re: Shoutbox 5.5 for YaBB 2.4
Reply #55 - Dec 28th, 2009 at 7:04pm
Print Post  
i've changed every setting 1 at a time and nothing changes on my board, do i need to change things in the 2.1 css as well.
  
Back to top
 
IP Logged
 
mick
Senior Member
****
Offline


I love YaBB

Posts: 345
Location: Dorsten
Joined: Nov 29th, 2005
Gender: Male
Re: Shoutbox 5.5 for YaBB 2.4
Reply #56 - Dec 28th, 2009 at 8:40pm
Print Post  
Hi,
did You delete the browser-cache?
  
Back to top
WWW  
IP Logged
 
THEWISEOLDOWL
New Member
*
Offline


I Love YaBB 2!

Posts: 23
Joined: Dec 28th, 2009
Re: Shoutbox 5.5 for YaBB 2.4
Reply #57 - Dec 28th, 2009 at 8:42pm
Print Post  
please explain.
  
Back to top
 
IP Logged
 
mick
Senior Member
****
Offline


I love YaBB

Posts: 345
Location: Dorsten
Joined: Nov 29th, 2005
Gender: Male
Re: Shoutbox 5.5 for YaBB 2.4
Reply #58 - Dec 28th, 2009 at 8:44pm
Print Post  
Press CTRL + F5 when your Browser is open.
  
Back to top
WWW  
IP Logged
 
THEWISEOLDOWL
New Member
*
Offline


I Love YaBB 2!

Posts: 23
Joined: Dec 28th, 2009
Re: Shoutbox 5.5 for YaBB 2.4
Reply #59 - Dec 28th, 2009 at 8:54pm
Print Post  
ok nothing changed
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 2 3 [4] 5 6 7
Send TopicPrint