Page Index Toggle Pages: 1 [2] 3  Send TopicPrint
Very Hot Topic (More than 25 Replies) [UPDATED] Shoutbox for SP 1.3.1/1.3.2/1.4! (Read 22975 times)
Carlos
Full Member
***
Offline


I love YaBB 1G - SP1.2!

Posts: 219
Joined: Aug 28th, 2004
Gender: Male
Re: [UPDATED] Shoutbox for SP 1.3.1/1.3.2/1.4!
Reply #15 - Jan 31st, 2005 at 11:18pm
Print Post  
Hi Xonder,

I've still not tried this version out. I'll be trying a few things out soon, so it's on my list.

One thing that I think should be changed is the shout's log. Can it be tweaked so that the log can run to pretty much any length you want, but only the last X number of shouts are displayed? I think this would be very useful if you need to settle any disputes that refer to what might well be overwritten with later shouts.

What do you think? It doesn't even need a special function, just so long as it exists in the log; the log can be downloaded.
  
Back to top
 
IP Logged
 
..:X.T.C:..
Forum Administrator
*****
Offline


I love YaBB Forum!

Posts: 656
Location: Spittal
Joined: Dec 22nd, 2002
Gender: Male
Re: [UPDATED] Shoutbox for SP 1.3.1/1.3.2/1.4!
Reply #16 - Feb 1st, 2005 at 4:17pm
Print Post  
Hi

Carlos wrote on Jan 31st, 2005 at 11:18pm:
What do you think?

I think it is a nice idea  Roll Eyes

lg XTC
  

Back to top
WWW  
IP Logged
 
Romplayer
Full Member
***
Offline


Do you know the Muffin
Man?

Posts: 216
Location: Augsburg
Joined: Oct 22nd, 2003
Gender: Male
Re: [UPDATED] Shoutbox for SP 1.3.1/1.3.2/1.4!
Reply #17 - Feb 1st, 2005 at 4:33pm
Print Post  
When will you finish it?
  
Back to top
WWWICQ  
IP Logged
 
Carlos
Full Member
***
Offline


I love YaBB 1G - SP1.2!

Posts: 219
Joined: Aug 28th, 2004
Gender: Male
Re: [UPDATED] Shoutbox for SP 1.3.1/1.3.2/1.4!
Reply #18 - Feb 2nd, 2005 at 3:28pm
Print Post  
..:X.T.C:.. wrote on Feb 1st, 2005 at 4:17pm:
Hi

I think it is a nice idea  Roll Eyes

lg XTC


Glad you like it, but I've thought of a complication: the wipe function. Will it wipe just the last X nimber of posts, and then the older ones are displayed, and they may also be a problem? - Or does wipe the lot, and you loose the log?

Is it possible for wipe to just insert some bit of code or instruction in the log which means earlier posts cannot be displayed? That way it will appear to be wiped, but you'll still have the full log.
  
Back to top
 
IP Logged
 
Silvi
Guest


Re: [UPDATED] Shoutbox for SP 1.3.1/1.3.2/1.4!
Reply #19 - Feb 2nd, 2005 at 5:50pm
Print Post  
Hi,

Great job this nice Shoutbox.

One Question, is ist possible to add also the Date before the Time ???

If Yes pleas let me know where I must changte the Code,

Thank you very much
Best wishes from Germany
Silvi
  
Back to top
 
IP Logged
 
herozup
Senior Member
****
Offline


I can't feel my legs!

Posts: 282
Location: Canton
Joined: Feb 9th, 2003
Gender: Male
Re: [UPDATED] Shoutbox for SP 1.3.1/1.3.2/1.4!
Reply #20 - Feb 4th, 2005 at 4:11am
Print Post  
Quote:
Hi Xonder! Happy New Year, everyone!

I've just installed this mod on my test board and found a couple of things. There is an error in Shoutbox.pl which causes the shoutbox to be blank when it is viewed for the first time on a page visit. I originally reported the problem  here. The solution is posted here.

Currently, Shoutbox.pl has this
Code
Select All
	$iframe = ($shout_add_to_top) ? qq~<iframe src="" name="chatout" width="100%" height="$shout_box_height" align="center" border="0" frameborder="0" leftmargin="0" topmargin="0" marginwidth="2" marginheight="2" scrolling="$scrolling"><font size="2" face="Verdana">Your browser does not support inline frames or is currently configured not to display inline frames.</font></iframe>~ : qq~<iframe src="$cgi;action=shoutboxdisplay" onload="window.chatout.scrollTo(0,99999);" name="chatout" width="100%" height="$shout_box_height" align="center" border="0" frameborder="0" leftmargin="0" topmargin="0" marginwidth="2" marginheight="2" scrolling="$scrolling"><font size="2" face="Verdana">Your browser does not support inline frames or is currently configured not to display inline frames.</font></iframe>~; 



When it should be this
Code
Select All
	$iframe = ($shout_add_to_top) ? qq~<iframe src="$cgi;action=shoutboxdisplay" name="chatout" width="100%" height="$shout_box_height" align="center" border="0" frameborder="0" leftmargin="0" topmargin="0" marginwidth="2" marginheight="2" scrolling="$scrolling"><font size="2" face="Verdana">Your browser does not support inline frames or is currently configured not to display inline frames.</font></iframe>~ : qq~<iframe src="$cgi;action=shoutboxdisplay" onload="window.chatout.scrollTo(0,99999);" name="chatout" width="100%" height="$shout_box_height" align="center" border="0" frameborder="0" leftmargin="0" topmargin="0" marginwidth="2" marginheight="2" scrolling="$scrolling"><font size="2" face="Verdana">Your browser does not support inline frames or is currently configured not to display inline frames.</font></iframe>~; 



After adding
Code
Select All
$cgi;action=shoutboxdisplay 

to the first iframe src, the shoutbox displays immediately on a page view without needing to refresh.


Another thing... When using SSI, the standard smiles do not appear in the text field when you click on them (vulcan and lol do appear). The standard smileys do appear when using the shoutbox displayed on the board index.


Thanks, Dam Yankee...exactly what I was looking for!
  

Learning Perl... one line of code at a time!
Back to top
 
IP Logged
 
Carlos
Full Member
***
Offline


I love YaBB 1G - SP1.2!

Posts: 219
Joined: Aug 28th, 2004
Gender: Male
Re: [UPDATED] Shoutbox for SP 1.3.1/1.3.2/1.4!
Reply #21 - Feb 14th, 2005 at 1:52am
Print Post  
I'm having problems with this. I've set up a new test forum, 1.3.2, and that appears to be working fine. I've installed Xonder's shoutbox and it appears fine, but posts are not appearing in the text box. I've tried varying the CHMOD permissions, but still no go. I've reinstalled it, making sure to upload in ASCII. I've refreshed the page (re: the bug Yankee found), still no good. I'm at a loss.

Any ideas?
  
Back to top
 
IP Logged
 
Romplayer
Full Member
***
Offline


Do you know the Muffin
Man?

Posts: 216
Location: Augsburg
Joined: Oct 22nd, 2003
Gender: Male
Re: [UPDATED] Shoutbox for SP 1.3.1/1.3.2/1.4!
Reply #22 - Feb 14th, 2005 at 12:51pm
Print Post  
@xonder: Perhaps you should finish it before YaBB 2 is released... Roll Eyes Wink
  
Back to top
WWWICQ  
IP Logged
 
Carlos
Full Member
***
Offline


I love YaBB 1G - SP1.2!

Posts: 219
Joined: Aug 28th, 2004
Gender: Male
Re: [UPDATED] Shoutbox for SP 1.3.1/1.3.2/1.4!
Reply #23 - Feb 15th, 2005 at 11:10pm
Print Post  
Just had another go at this, and still no joy. Can someone attach the previous beta so that I try that.

Thanks.
  
Back to top
 
IP Logged
 
..:X.T.C:..
Forum Administrator
*****
Offline


I love YaBB Forum!

Posts: 656
Location: Spittal
Joined: Dec 22nd, 2002
Gender: Male
Re: [UPDATED] Shoutbox for SP 1.3.1/1.3.2/1.4!
Reply #24 - Feb 16th, 2005 at 7:13am
Print Post  
Hi

@Carlos

Sorry my bad english  Undecided .... what to you mean?

@Romplayer

I will bring it out soon ..... but at this time i work on the expanded portal-version for the yabbserver

Test portal site >> here

lg XTC
  

Back to top
WWW  
IP Logged
 
Carlos
Full Member
***
Offline


I love YaBB 1G - SP1.2!

Posts: 219
Joined: Aug 28th, 2004
Gender: Male
Re: [UPDATED] Shoutbox for SP 1.3.1/1.3.2/1.4!
Reply #25 - Feb 16th, 2005 at 12:41pm
Print Post  
Hi Xonder,

Everything appears fine until I try a shout. It appears in the text entry box, but not the display box. I gave up and installed the old Shoutbox, and that works.

This is on an unmodded 1.3.2 forum.

Thanks.
  
Back to top
 
IP Logged
 
Griff
Guest


Re: [UPDATED] Shoutbox for SP 1.3.1/1.3.2/1.4!
Reply #26 - Feb 22nd, 2005 at 1:54pm
Print Post  
I recently installed this mod on my YaBB 1 Gold - SP 1.3.1!

Just one problem... I can not view the messages which have been entered on the board, but in the .txt file you can view the messages..



BTW: I have a no email needed for guests mod installed, if that makes a differance.

Please can anyone help me.

Thanks
  
Back to top
 
IP Logged
 
Griff
Guest


Re: [UPDATED] Shoutbox for SP 1.3.1/1.3.2/1.4!
Reply #27 - Feb 22nd, 2005 at 2:01pm
Print Post  
Also I am using the perl version of yabb not the cgi version
  
Back to top
 
IP Logged
 
..:X.T.C:..
Forum Administrator
*****
Offline


I love YaBB Forum!

Posts: 656
Location: Spittal
Joined: Dec 22nd, 2002
Gender: Male
Re: [UPDATED] Shoutbox for SP 1.3.1/1.3.2/1.4!
Reply #28 - Feb 22nd, 2005 at 2:39pm
Print Post  
Hello

@Griff

Give the "shoutbox_messages.txt" CHMOD 666 .... Check it out ....
... can youpost a link to your ShoutBox ..... so i can take a look of it  Roll Eyes

lg XTC
  

Back to top
WWW  
IP Logged
 
Griff
Guest


Re: [UPDATED] Shoutbox for SP 1.3.1/1.3.2/1.4!
Reply #29 - Feb 23rd, 2005 at 12:02am
Print Post  
Thanks for that idea Xonder. Didn't make it work already had it 777.

You can find the shoutbox at this link
http://forum.pornland.com.au/YaBB.pl
(It is not porn, it's a an Australian band..)

Thanks
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 3 
Send TopicPrint