[MODDB]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!
Scam Warning
Locked
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28654
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: [RC2]Ajax Shoutbox

Post by Paul »

Version 0.0.9 is just released. This is again a bugfix release that fixes several issues. For information about upgrading, see this.
Changelog:
  • Bug #8:   causes to invalid xml.
  • Bug #10: Fixed a typo in subsilver install file
  • Bug #12: RC7 compitable, bbcode field should be 8 chars instead of 5
  • Bug #20: Fixed a bug when the shoutbox was displayed at the posting page
  • Bug #24: Let html work in dates
  • Bug #25: typo in lang file
  • Moved the prosilver changes to the main install file to prevent support questions
  • Changed way of inserting bbcode, related to bug #20. This means bbcode.js is not longer needed, and the default phpBB bbcode functions are used.
Please upgrade asap.
Download: http://sourceforge.net/project/showfile ... _id=551658

EDIT: The download package has been updated to fix a critical bug that means that posting wasnt working, If you downloaded the MOD before 0.10 GMT+1, please reupload js.php and static.js.
A1 Alex
Registered User
Posts: 29
Joined: Tue May 29, 2007 7:52 pm

Re: [RC2]Ajax Shoutbox

Post by A1 Alex »

Paul,

Ive just installved version 0.0.9 on my new forum and it all shows up OK but when i write a message it doesnt send and produces an error form name is underfined.

Where have I gone wrong

Thanks
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28654
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: [RC2]Ajax Shoutbox

Post by Paul »

Download it again and reupload ajax.php and static.js :)
A1 Alex
Registered User
Posts: 29
Joined: Tue May 29, 2007 7:52 pm

Re: [RC2]Ajax Shoutbox

Post by A1 Alex »

OK great now i can post but why do i have a [*] after each post?
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28654
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: [RC2]Ajax Shoutbox

Post by Paul »

Argh, that should also be fixed in that package. Even, find in js.php this, and remove it:

Code: Select all

				var tfn = form_name;
				form_name = 'chat_form';
				var ttn = text_name;
				text_name = 'chat_message';
				bbstyle(-1);
				form_name = tfn;
				text_name = ttn;
sotis
Registered User
Posts: 294
Joined: Tue Oct 17, 2006 4:56 pm
Location: Bulgaria
Contact:

Re: [RC2]Ajax Shoutbox

Post by sotis »

After upgrade to 0.0.9a

[IMG] and [URL] BBcodes don't work for me, nothing appears in the line when I click on them

And can I use the custom BB codes?
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28654
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: [RC2]Ajax Shoutbox

Post by Paul »

sotis wrote:After upgrade to 0.0.9a

[IMG] and [URL] BBcodes don't work for me, nothing appears in the line when I click on them

And can I use the custom BB codes?
Only the bbcode buttons dont work, if you type it, it works as expected. I fixed the buttons in SVN.

And yes, you can use custom bbcode, just type the bbcode directly. There isnt a button for it.
sotis
Registered User
Posts: 294
Joined: Tue Oct 17, 2006 4:56 pm
Location: Bulgaria
Contact:

Re: [RC2]Ajax Shoutbox

Post by sotis »

[IMG] and [URL] codes work fine but custom BB codes don't
I recieve this message:
"This should never happen, invalid block element.div"

and can I use

Code: Select all

 and [quote]
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28654
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: [RC2]Ajax Shoutbox

Post by Paul »

sotis wrote:[IMG] and [URL] codes work fine but custom BB codes don't
I recieve this message:
"This should never happen, invalid block element.div"

and can I use

Code: Select all

 and [quote][/quote][/quote]
Then it contains html that isnt supported.
code and quote are disabled, because these mostly generate invalid xml.
sotis
Registered User
Posts: 294
Joined: Tue Oct 17, 2006 4:56 pm
Location: Bulgaria
Contact:

Re: [RC2]Ajax Shoutbox

Post by sotis »

Then it contains html that isnt supported.
Are you gonna fix this or not
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28654
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: [RC2]Ajax Shoutbox

Post by Paul »

It will be changed in the next version.
joebart72
Registered User
Posts: 743
Joined: Thu Feb 01, 2007 5:54 am

Re: [RC2]Ajax Shoutbox

Post by joebart72 »

Thanks Paul for the fix #8 :) I've also got the probleme with bbcode buttons. None is working... Only the smilies button ;)
I learn English with phpbb.com :)
User avatar
PSPDM
Registered User
Posts: 72
Joined: Sun Oct 07, 2007 12:40 am
Contact:

Re: [RC2]Ajax Shoutbox

Post by PSPDM »

hello i installed the shoutbox and it works fine on prosilver but when i try to put it in another style it comes out like this

Image

the style is MG Autumn
Image
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28654
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: [RC2]Ajax Shoutbox

Post by Paul »

Thats a known bug with subsilver2 based tpls and there isnt yet a fix for.
joebart72
Registered User
Posts: 743
Joined: Thu Feb 01, 2007 5:54 am

Re: [RC2]Ajax Shoutbox

Post by joebart72 »

Maybe I missed something but what about the bbcodes ? Thanks
I learn English with phpbb.com :)
Locked

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