Page Index Toggle Pages: 1 ... 39 40 [41] 42  Send TopicPrint
Very Hot Topic (More than 25 Replies) Community Project -- Shoutbox Mod 2.3.1 RC3 (Read 152663 times)
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: Community Project -- Shoutbox Mod 2.3.1 RC3
Reply #600 - Mar 21st, 2009 at 10:49am
Print Post  
ThM wrote on Mar 21st, 2009 at 8:21am:
Can you attach these modifications please.....


If you have the following mods then the attached code replaces the entire INFO CENTER in your BoardIndex.template

1-Event Calendar / Birthday List V1.3
2- Last 5 Posts in Message View
3- Users Today
4- OnlineActivity 4 YaBB231
5- Recent User List

@batchman nope I cannot get on from home.  My IP still banned it would seem
  

INFOCENTER.zip ( 1 KB | Downloads )
Back to top
 
IP Logged
 
Unilat
Full Member
***
Offline



Posts: 164
Location: Making Stuff
Joined: Jun 26th, 2008
Gender: Male
Re: Community Project -- Shoutbox Mod 2.3.1 RC3
Reply #601 - Mar 21st, 2009 at 1:30pm
Print Post  
I still cannot reach it but I was able to upload a non-banning file to the server when I was at school with a different IP. IE probably generates errors but those ones are no the problem, they have to do with the javascript causing errors while Shoutbox.pl was causing the issues with FF. FF works without error, although it loads ALL the shouts because I commented out a line that skips past a certain amount. So you should be able to visit with FF, assuming you arent banned (you referring to anyone).

So whenever you find out what the issue is batchman just send me a PM. I've started to test a little on a site D0T-C0M let me use, although he doesnt have all the same changes so its not working properly yet  Wink
  
Back to top
WWWAIM  
IP Logged
 
Unilat
Full Member
***
Offline



Posts: 164
Location: Making Stuff
Joined: Jun 26th, 2008
Gender: Male
Re: Community Project -- Shoutbox Mod 2.3.1 RC3
Reply #602 - Mar 21st, 2009 at 3:38pm
Print Post  
Everything works in both IE and FF. Tell me if you find any issues. You can check it out at:

http://nbvrl.servebeer.com/~shoutbox/cgi-bin/yabb2/YaBB.pl

And D0T-C0M I'm not sure if you want that link there since what happened last time so if you dont feel comfortable just let me know and I'll remove it.
  
Back to top
WWWAIM  
IP Logged
 
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: Community Project -- Shoutbox Mod 2.3.1 RC3
Reply #603 - Mar 21st, 2009 at 3:50pm
Print Post  
No its alright. I fixed the problem I had before. This site will only be up for the duration of the testing.

@Unilat, Ok in Firefox I have the following issues.

1- timestamp shows one hour difference with the forum time at the top of the forum.

2- When you open the forum the shoutbox only shows the last 5 shouts with a large blank spot at the bottom.  It should should start at the bottom and work its way up I believe.

3- If I shout and delete a shout, then shout again I can no longer delete anymore shouts.

4- deleting a shout screws up the alternating backgrounds.

5- after shouting the cursor should re-focus itself on the text input box of the shoutbox eliminating the need to constantly reclick your mouse after each shout.  - seems to work now
  
Back to top
 
IP Logged
 
Unilat
Full Member
***
Offline



Posts: 164
Location: Making Stuff
Joined: Jun 26th, 2008
Gender: Male
Re: Community Project -- Shoutbox Mod 2.3.1 RC3
Reply #604 - Mar 21st, 2009 at 4:03pm
Print Post  
1 - That's because the forum is new and I havent set time offset in my profile  Wink

2 - That's because I set the limit to 5 to test to make sure it was displaying correctly. Instead of two giant forloops with the same code the code is now condensed with only one for loop for both showall and normal shouting.

3 - I don't have this issue.

4 - This may be a little while to fix, sort of difficult.

5 - My focus does stay on the textbox after I hit enter.
  
Back to top
WWWAIM  
IP Logged
 
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: Community Project -- Shoutbox Mod 2.3.1 RC3
Reply #605 - Mar 21st, 2009 at 6:18pm
Print Post  
Unilat wrote on Mar 21st, 2009 at 4:03pm:
2 - That's because I set the limit to 5 to test to make sure it was displaying correctly. Instead of two giant forloops with the same code the code is now condensed with only one for loop for both showall and normal shouting.

yes its set at 5 but when you shout it keeps showing all the shouts instead of limiting the displayed shouts at 5.   When you refresh the screen it will only show you the last 5 shouts like it should.  On the 6th shout the first shout should disappear as to maintain 5 displayed shouts. Maybe it won't matter if the max shouts is set to no less than 10.
  
Back to top
 
IP Logged
 
Unilat
Full Member
***
Offline



Posts: 164
Location: Making Stuff
Joined: Jun 26th, 2008
Gender: Male
Re: Community Project -- Shoutbox Mod 2.3.1 RC3
Reply #606 - Mar 21st, 2009 at 7:40pm
Print Post  
I like the fact that they stay, its like a history since you've been on the page. Plus its no more load on the server because they are never loaded again, they are put on the page then left there. So there's no reason to remove them.
  
Back to top
WWWAIM  
IP Logged
 
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: Community Project -- Shoutbox Mod 2.3.1 RC3
Reply #607 - Mar 21st, 2009 at 9:31pm
Print Post  
Unilat wrote on Mar 21st, 2009 at 7:40pm:
I like the fact that they stay, its like a history since you've been on the page.  


yes I agree but when you set the displayed shouts to less than 10 in the admin section and you load the forum, the layout is not shown properly. There's a large blank area below the shouts.  We can leave it like that and the admin can make sure to set it accordingly so that the layout shows correctly or we could have the shouts show from the bottom and work bumped upwards until it hits the top.

Also the shoutbox title bar should use the same class "titlebg" and be the same height as the INFO CENTER title bar.
  
Back to top
 
IP Logged
 
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: Community Project -- Shoutbox Mod 2.3.1 RC3
Reply #608 - Mar 21st, 2009 at 9:46pm
Print Post  
After more testing I have found the delete function unreliable.  I dont really know what would be causing this.  I deleted 4 or 5 posts and everything went fine. I refreshed the browser and I deleted 3 or 4 more posts and as I went to refresh the browser window I noticed a undefined error again.  Now as I delete shouts I get a bunch of undefined errors again and I am unable to shout.   I have to refresh the browser in order for the shoutbox to work normally. This is in FF

The first photo is a picture of the undefined text.  The second picture is the server 500 errors that I am getting each time I delete a shout.  You need the firebug addon in firefox if you want to see the error details. Get it here https://addons.mozilla.org/en-US/firefox/addon/1843

The server 500 error creates the following log entry in apache2 error.log:
Quote:
[Sat Mar 21 21:53:26 2009] [error] [client 192.168.x.x] Premature end of script headers: YaBB.pl, referer: http://nbvrl.servebeer.com/~shoutbox/cgi-bin/yabb2/YaBB.pl
[Sat Mar 21 21:54:56 2009] [error] [client 192.168.x.x] Premature end of script headers: YaBB.pl, referer: http://nbvrl.servebeer.com/~shoutbox/cgi-bin/yabb2/YaBB.pl


Also when you delete a shout you should also reset the refresh/request timer like you do when you post a shout.
« Last Edit: Mar 22nd, 2009 at 1:40am by D0T-C0M »  

shouterror4.JPG ( 57 KB | Downloads )
shouterror4.JPG
shouterror5.JPG ( 211 KB | Downloads )
shouterror5.JPG
Back to top
 
IP Logged
 
MasterKarman
Junior Member
**
Offline


YaBB 2.5.2

Posts: 90
Location: Karmanville
Joined: Feb 14th, 2009
Gender: Male
Re: Community Project -- Shoutbox Mod 2.3.1 RC3
Reply #609 - Mar 22nd, 2009 at 12:34am
Print Post  
Thanks for all the layout and other updates in RC5. It looks very nice in FF. I even have gotten it to auto expand in height to fit whatever height the rest of the infocenter is. However; that doesn't work in IE6 and looks like a pile of smeg so I leave it bottom aligned.

I still have this issue with a the giant blank space at the bottom in IE6 (see images). I've come to the conclusion that it can't be helped without messing everything up for IE7 and FF. Shrugs'. I can live with that. I'm learning that FF is much nicer to work with for aligning tables, etc.

Anyways, thanks again and the Ajax Shoutbox is looking very good too.

FireFox

IE6
  

Now using YaBB 2.5.2 with 40+mods
"The world is a dangerous place to live. Not because of the evil in it, but because of the people who don't do anything about it."


Back to top
IP Logged
 
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: Community Project -- Shoutbox Mod 2.3.1 RC3
Reply #610 - Mar 22nd, 2009 at 1:52am
Print Post  
Ok I was able to get a snapshot of shoutbox when the undefined error begins.  I was deleting shouts and all of a sudden I get the following over and over twice every 12 seconds and I cannot shout at all.  A browser refresh resets everything to normal.
Code
Select All
GET http://nbvrl.servebeer.com/~shoutbox/cgi-bin/yabb2/YaBB.pl?action=display_shouts;lastshouttime=%3C!DOCTYPE%20html%20PUBLIC%20%22-//W3C//DTD%20XHTML%201.0%20Transitional//EN%22%20%22http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd%22%3E%3Chtml%20xmlns=%22http://www.w3.org/1999/xhtml%22%20xml:lang=%22en%22%20lang=%22en%22%3E%3Chead%3E%3C!--%20YaBB%202.3.1%20$Revision:%201.18.2.4.2.13%20$%20--%3E%3Ctitle%3EShoutBox%20test%20-%20%3Cb%3EError%3C/b%3E%3C/title%3E%3Cmeta%20http-equiv=%22Content-Type%22%20content=%22text/html;%20charset=ISO-8859-1%22%20/%3E%3Clink%20rel=%22stylesheet%22%20href=%22http://nbvrl.servebeer.com/~shoutbox/yabbfiles/Templates/Forum/default.css%22%20type=%22text/css%22%20/%3E%3Cscript%20language=%22JavaScript1.2%22%20type=%22text/javascript%22%20src=%22http://nbvrl.servebeer.com/~shoutbox/yabbfiles/YaBB.js%22%3E%3C/script%3E%3Cscript%20language=%22JavaScript1.2%22%20type=%22text/javascript%22%20src=%22http://nbvrl.servebeer.com/~shoutbox/yabbfiles/shoutnew.js%22%3E%3C/script%3E%3Cscript%20language=%22JavaScript1.2%22%20type=%22text/javascript%22%20src=%22http://nbvrl.servebeer.com/~shoutbox/yabbfiles/ajax.js%22%3E%3C/script%3E%3Cscript%20language=%22JavaScript1.2%22%20type=%22text/javascript%22%3E%3C!--//force%20no%20cacheif%20((navigator.appVersion.substring(0,1)%20==%20%225%22%20&&%20navigator.userAgent.indexOf(%27Gecko%27)%20!=%20-1)%20;random=0.7939764579567333 

  

shouterror6.JPG ( 198 KB | Downloads )
shouterror6.JPG
Back to top
 
IP Logged
 
Unilat
Full Member
***
Offline



Posts: 164
Location: Making Stuff
Joined: Jun 26th, 2008
Gender: Male
Re: Community Project -- Shoutbox Mod 2.3.1 RC3
Reply #611 - Mar 22nd, 2009 at 2:44pm
Print Post  
The delete no longer causes internal server errors but I don't know why you are receiving undefined errors. I only got the same undefined error once and now I cannot recreate it.
  
Back to top
WWWAIM  
IP Logged
 
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: Community Project -- Shoutbox Mod 2.3.1 RC3
Reply #612 - Mar 22nd, 2009 at 6:58pm
Print Post  
Unilat wrote on Mar 22nd, 2009 at 2:44pm:
The delete no longer causes internal server errors

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



Posts: 585
Location: Germany, Nds.
Joined: May 21st, 2006
Gender: Male
Re: Community Project -- Shoutbox Mod 2.3.1 RC3
Reply #613 - Mar 23rd, 2009 at 11:19am
Print Post  
Hi guys, I'll worked for me again with the "Perl" version and i had some things added and changed and just want to let you imagine. Unfortunately, I cannot help you with your "Ajax" version.

Ok, whats new:

New:

- Language Bug fixed
- Online/offline indicator in the shoutbox
- Admin setting if it's allowed a Guest can read shouts
- Admin setting for iframe layout (border style, color, strength)
- Admin setting for pop-up layout "more options" and "past shouts" (removed also the scrollbars)

Changed:

- Change user mute reason field from textfield to textarea field
- Small layout changes

Some Screenshots:

Online/Offline Indicator



Admin setting for enable/disable guest reading



Guest display if it's not allowed to read shouts



New layout settings for the iframe and pop-up windows



If someone is interested on this version (5.2), or want to take a look on the new settings, let me know and send me a pn  Wink

Good luck continue with the ajax version. Looks good.....  Wink
  

Greeting ThM
Back to top
 
IP Logged
 
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: Community Project -- Shoutbox Mod 2.3.1 RC3
Reply #614 - Mar 23rd, 2009 at 1:12pm
Print Post  
I'd be interested in the code that enable the online/offline button but post RC5.  Some people might want it.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 ... 39 40 [41] 42 
Send TopicPrint