[Add-on] AJAX Chat 2.0.0 Beta

Misc MOD Downloads for phpBB3 -- Any MOD that does not fit into any other category
Forum rules
Image Please feel free to download any MOD's here, support for each MOD is located it's own thread.

To post your own MOD, please first read the MOD Guidelines

How would you rate this mod?

Excellent!
301
67%
Very good
79
18%
Good
34
8%
Fair
12
3%
Poor
20
4%
 
Total votes : 446

Re: [Add-on] AJAX Chat 2.0.0 Beta 3

Postby Daan » 01 Feb 2007, 08:31

when do you think you'll releasi it?
I'm Dutch, so my English is not so good.
Daan    
Cadet IV
Cadet IV
 
Posts: 43
Joined: 29 Jan 2007, 11:37
Gender: Male
phpBB Knowledge: 8




phpBB Academy at StarTrekGuide
Support STG
Using PayPal Donate

Re: [Add-on] AJAX Chat 2.0.0 Beta 3

Postby Highway of Life » 01 Feb 2007, 09:14

I think he said Sunday... Wink
Watch out! I might do a code wheelie!

User avatar
Highway of Life    
STG Jedi Master
STG Jedi Master
 
Posts: 10458
Joined: 08 May 2006, 05:23
Location: Beware of Programmers carrying screwdrivers
Gender: Male
phpBB Knowledge: 10

Re: [Add-on] AJAX Chat 2.0.0 Beta 3

Postby bare cd4 » 02 Feb 2007, 11:03

ok, i will help wait for sunday Grin

have the same problem...... Bye
using: phpbb3b5, submerged skin.
have a look at: http://www.scubaduiker.nl

to make a mistake is uman, but to make a big mess you need a computer (or me)
bare cd4
Cadet IV
Cadet IV
 
Posts: 40
Joined: 04 Dec 2006, 10:44
Location: Nederland
Favorite Team: STG Team
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0 Beta 3

Postby Handyman » 02 Feb 2007, 11:36

Ok... I downloaded Beta 5 so I can test it and fix any issues with Beta 5
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7457
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0 Beta 3

Postby GroovePlugs » 04 Feb 2007, 17:08

Handyman, how about making scripts for the chat mod similar to Adium Scripts?
I'm specifically thinking of the brb script! If you don't know what I'm talking about, I'll explain further
Bahh! I doubt the Luftwaffe could scrape up enough airplanes to bomb your airbase anyvays.
-Major Hochstetter
User avatar
GroovePlugs
Cadet I
Cadet I
 
Posts: 12
Joined: 14 May 2006, 01:45

Re: [Add-on] AJAX Chat 2.0.0 Beta 3

Postby bare cd4 » 05 Feb 2007, 10:54

@ handyman,

I have installed youre updated scripr for the chatmod, but still no luck.
chatbox apears but I am still not able to enter txt.
do you have anny idee what i'm doing wrong???
cleared cache and all but nothing helps Bye

running phpbb 3b5
using: phpbb3b5, submerged skin.
have a look at: http://www.scubaduiker.nl

to make a mistake is uman, but to make a big mess you need a computer (or me)
bare cd4
Cadet IV
Cadet IV
 
Posts: 40
Joined: 04 Dec 2006, 10:44
Location: Nederland
Favorite Team: STG Team
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0 Beta 3

Postby Handyman » 05 Feb 2007, 13:56

I'll have to test this on Beta 5... I'll see if I can do it today.
That is the second report of it not working on Beta 5.

I'll let you know when I have it together... I was hoping I would get it done yesterday... but deadlines got in the way.

@Major Hochstetter
I know exactly what you are talking about... I'll add that feature, but not until much later in development.
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7457
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0 Beta 3

Postby Highway of Life » 05 Feb 2007, 14:59

Handyman... STG is Beta5.
Watch out! I might do a code wheelie!

User avatar
Highway of Life    
STG Jedi Master
STG Jedi Master
 
Posts: 10458
Joined: 08 May 2006, 05:23
Location: Beware of Programmers carrying screwdrivers
Gender: Male
phpBB Knowledge: 10

Re: [Add-on] AJAX Chat 2.0.0 Beta 3

Postby Handyman » 05 Feb 2007, 15:10

OH! I seemed to have missed that tiny detail.
It's working perfectly on the index page.
I'm gonna do a fresh install on a fresh Beta 5... then package it, just to make sure it's all good.
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7457
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0 Beta 3

Postby maveric » 06 Feb 2007, 04:24

Hello all,

i get this sql error message when installing the chat ...

Mysql Message:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'collate utf8_bin NOT NULL default '',
message text collate u


this is the code
Code: Select all
CREATE TABLE phpbb_chat(
message_id int( 11 ) unsigned NOT NULL AUTO_INCREMENT ,
chat_id int( 11 ) unsigned NOT NULL default '0',
user_id int( 11 ) unsigned NOT NULL default '0',
user_name varchar( 255 ) COLLATE utf8_bin NOT NULL default '',
message text COLLATE utf8_bin NOT NULL ,
bbcode_bitfield varchar( 255 ) COLLATE utf8_bin NOT NULL default '',
bbcode_uid varchar( 5 ) COLLATE utf8_bin NOT NULL default '',
bbcode_options tinyint( 1 ) unsigned NOT NULL default '7',
post_time int( 11 ) unsigned NOT NULL default '0',
PRIMARY KEY ( `message_id` )
)


mysql version: MySQL 4.0.24-Max-log
phpmyadmin: 2.6.4-pl3

Beg Help ...

Thanks Maveric

EDIT:
i found the answer ...

the new code for my version
Code: Select all
CREATE TABLE phpbb_chat(
message_id int( 11 ) unsigned NOT NULL AUTO_INCREMENT ,
chat_id int( 11 ) unsigned NOT NULL default '0',
user_id int( 11 ) unsigned NOT NULL default '0',
user_name varchar( 255 ) NOT NULL default '',
message text NOT NULL ,
bbcode_bitfield varchar( 255 ) NOT NULL default '',
bbcode_uid varchar( 5 ) NOT NULL default '',
bbcode_options tinyint( 1 ) unsigned NOT NULL default '7',
post_time int( 11 ) unsigned NOT NULL default '0',
PRIMARY KEY ( `message_id` )
)
maveric
Crewman
Crewman
 
Posts: 1
Joined: 06 Feb 2007, 03:38
Gender: Male

PreviousNext

Return to Miscellaneous MODs, Hacks and Downloads

Who is online

Users browsing this forum: No registered users and 10 guests