[RC3]Ajax Shoutbox

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment! No new topics are allowed in this forum.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: MOD Development Forum rules

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Post by Paul »

Version 0.0.3 released, mod is now in BETA stage, for download see firstpost.
Changes:
## 2007-01-24 - Version 0.0.3
## -Added smilies button
## -Updated error handling a bit more
## -Size of input a little bit larger.
## -Some bugfixes.
## -Disallow usage of code and quote bbcode.
## -Fixed a bug with the date for guests.(Date wasn't showing up).
## -Added delete message feature.
## -Added View Ip feature.
## -Fixed a bug that when enter was pressed IE reloads the page.
## -Mod is now in BETA stage.
Still testers are needed with as much as possible browsers!
sonath
Registered User
Posts: 12
Joined: Tue Aug 08, 2006 2:16 am

Post by sonath »

0.0.3 works great for me (I'm using firefox 1.5, if that matters). The only issue I've seen is if users post using bbcode, the whole shoutbox breaks until I delete the shoutbox entry containing the bbcode.

Otherwise, the shoutbox is great! Fast and very efficient, no hassles, no nonsense. Keep it up!
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Post by Paul »

What bbcode do you use, and what style do you use?
User avatar
Duvaren
Registered User
Posts: 56
Joined: Mon Jan 22, 2007 8:50 am

Post by Duvaren »

This mod works nicely for me. Has a config area for the beta been added to the ACP yet?
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Post by Paul »

Duvaren wrote: This mod works nicely for me. Has a config area for the beta been added to the ACP yet?
No. And thats not planned to be added.
sonath
Registered User
Posts: 12
Joined: Tue Aug 08, 2006 2:16 am

Post by sonath »

paul999 wrote: What bbcode do you use, and what style do you use?


I'm using the subsilver theme, but was attempting to use the itemstats mod bbcode (http://itemstats.free.fr). If you'd like me to test things in any way, let me know.
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Post by Paul »

sonath wrote:
paul999 wrote:What bbcode do you use, and what style do you use?


I'm using the subsilver theme, but was attempting to use the itemstats mod bbcode (http://itemstats.free.fr). If you'd like me to test things in any way, let me know.
I think thats the problem. Some BBCODES (In vannile phpbb2 quote and code) causes to invalid XML, wich causes to a not working shoutbox.
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Post by Paul »

Version 0.1.0 released, first RC version. Changes:
## 2007-01-26 - Version 0.1.0
## -Added pagination
## -Fixed some small bugs.
## -Added append_sid to ajax urls, to be sure SID is added (If needed).
## -Added check if smilies/bbcode is enabled on the board.
## -Fixed bug that urls aren't urls (Function clickable(); )
## -More coding guidelines updates, braces on newlines and that kind of things.
## -Removed unused code
## -Support for [size] and [color] added
## -Added BBcode buttons.
## -Cleaned up bbcode.js, removed unused code in it.
## -Mod is now RC1.

For download and more information, see firstpost.
User avatar
Duvaren
Registered User
Posts: 56
Joined: Mon Jan 22, 2007 8:50 am

Post by Duvaren »

paul999 wrote:
Duvaren wrote:This mod works nicely for me. Has a config area for the beta been added to the ACP yet?
No. And thats not planned to be added.


That's too bad... I like this Ajax mod for its compact size and for its speed. However, I like the other Ajax mod for its ACP config and it has a link to its own window.
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Post by Paul »

There is nothing to configure, so a acp page isn't needed. Also, new window isn't also not a feature of this mod, it is only a small shoutbox for on the index, not more.
sonath
Registered User
Posts: 12
Joined: Tue Aug 08, 2006 2:16 am

Post by sonath »

With 0.1.0, no matter what I try to do, I get an error:

document.post contains no data
line 124 in bbcode.js

any ideas?
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Post by Paul »

Are you sure you uploaded bbcode.js when you are updating? In my bbcode.js i hasn't a document.post on that line.
sonath
Registered User
Posts: 12
Joined: Tue Aug 08, 2006 2:16 am

Post by sonath »

Ah yes, that was the problem. Sorry about that - works fine now with 0.1.0.
jberries
Registered User
Posts: 6
Joined: Tue Aug 22, 2006 11:52 pm

Post by jberries »

Hello
I was just testing it using IE6 on your demo site, seems to work fine. Only suggestion I would make is after you press Enter or Post message button, it would be nice to have the cursor placed back in the Post message field so you don't have to mouse click the field to type again.
Just a suggestion
Nice work
PS: I noticed hitting TAB works, instead of mouse click
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Post by Paul »

Still testers needed, please test this mod, I cannot test it on all platforms and browsers. You don't need to install it, just go to the demo set and try the features. If there are't any bugreports anymore, I will release 1 RC version, and after that submit it to the MODDB. Please reports bug ONLY in this topic, thanks.
jberries wrote: Hello
I was just testing it using IE6 on your demo site, seems to work fine. Only suggestion I would make is after you press Enter or Post message button, it would be nice to have the cursor placed back in the Post message field so you don't have to mouse click the field to type again.
Just a suggestion
Nice work
PS: I noticed hitting TAB works, instead of mouse click
Added to CVS.
Post Reply

Return to “[2.0.x] MODs in Development”