[BETA] AJAX Chat MOD

MODs and Styles for phpBB3.

To post your MOD or style, go to the STG MOD Manager
Forum rules
Go to http://startrekguide.com/mods to submit your MOD or style

Re: [BETA] AJAX Chat MOD

Postby nicholasalipaz » 15 Dec 2008, 03:38

Yuki wrote:for my last post for help
here the error when i try to install the ajax chat

Code: Select all
General Error
SQL ERROR [ sqlite ]

SQL logic error or missing database [1]

SQL

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', username varchar(255) NOT NULL default '', user_colour varchar(6) NOT NULL default '', message text NOT NULL, bbcode_bitfield varchar(255) NOT NULL default '', bbcode_uid varchar(8) NOT NULL default '', bbcode_options tinyint(1) unsigned NOT NULL default '7', time int(11) unsigned NOT NULL default '0', PRIMARY KEY (message_id) )

BACKTRACE

FILE: includes/db/sqlite.php
LINE: 123
CALL: dbal->sql_error()

FILE: chat_install.php
LINE: 88
CALL: dbal_sqlite->sql_query()


can some one help me with this issue

thanks

did you follow all instructions and make sure to browse to chat_install.php?mode=install to install the chat database? If not then your database doesn't contain the chat table.
nicholasalipaz    
Supporter
Supporter
 
Posts: 110
Joined: 28 Jun 2007, 18:23
Location: Los Angeles, CA
Gender: Male
phpBB Knowledge: 8




phpBB Academy at StarTrekGuide
Support STG
Using PayPal Donate

Re: [BETA] AJAX Chat MOD

Postby acidrain » 15 Dec 2008, 04:01

There used to be a error in this Chat Mod. The people that selected to stay hidded and not display their online status were also shown in the chat list, this lead to people being able to know whos online or not.. Has this been fixed on this new release yet ? :hello:
User avatar
acidrain
Lt. Jr Grade
Lt. Jr Grade
 
Posts: 173
Joined: 08 Oct 2008, 10:59
Gender: Male
phpBB Knowledge: 4

Re: [BETA] AJAX Chat MOD

Postby nicholasalipaz » 15 Dec 2008, 05:29

I don't think the hidden user's thing was ever fixed.
nicholasalipaz    
Supporter
Supporter
 
Posts: 110
Joined: 28 Jun 2007, 18:23
Location: Los Angeles, CA
Gender: Male
phpBB Knowledge: 8

Re: [BETA] AJAX Chat MOD

Postby acidrain » 15 Dec 2008, 07:01

nicholasalipaz wrote:I don't think the hidden user's thing was ever fixed.


Then Somebody (handy man) gotta really look into this and fix it because its annoying for people like us.. others think we are always online while we are out of the house and the Pc is logged on :cray:
User avatar
acidrain
Lt. Jr Grade
Lt. Jr Grade
 
Posts: 173
Joined: 08 Oct 2008, 10:59
Gender: Male
phpBB Knowledge: 4

Re: [BETA] AJAX Chat MOD

Postby spaceace » 15 Dec 2008, 07:47

acidrain wrote:There used to be a error in this Chat Mod. The people that selected to stay hidded and not display their online status were also shown in the chat list, this lead to people being able to know whos online or not.. Has this been fixed on this new release yet ? :hello:


as nicholasalipaz stated, it has not been fixed yet.

acidrain wrote:Then Somebody (handy man) gotta really look into this and fix it because its annoying for people like us.. others think we are always online while we are out of the house and the Pc is logged on :cray:


Handyman has stated that there will be a fix for this in the next release. just have to wait for it.

also, the mod in this topic is NOT new. it has just been moved over to the MODDB so it can be managed better ;)
User avatar
spaceace
Supporter
Supporter
 
Posts: 263
Joined: 14 Feb 2008, 20:44
Location: Ontario, Canada
Gender: Male
phpBB Knowledge: 5

Re: [BETA] AJAX Chat MOD

Postby yais » 15 Dec 2008, 15:13

Does anyone know how I can make the height of each message smaller, so i can have more messages visible without having to scroll down...if you get what i mean.
yais
Lt. Jr Grade
Lt. Jr Grade
 
Posts: 129
Joined: 20 Jan 2008, 09:05
Gender: Male
phpBB Knowledge: 3

Re: [BETA] AJAX Chat MOD

Postby Sniper_E » 15 Dec 2008, 19:49

The latest, smallest it can get in prosilver, chat_body.html template is posted here: viewtopic.php?p=92509#p92509
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!
User avatar
Sniper_E    
STG Jedi Master
STG Jedi Master
 
Posts: 6991
Joined: 31 May 2006, 06:29
Location: Shreveport, LA
Favorite Team: The STG Team
Gender: Male
phpBB Knowledge: 6

Re: [BETA] AJAX Chat MOD

Postby mjochagavia » 15 Dec 2008, 20:22

Can someone help me to fix the problem with IE? What I need to change to make refresh more slow?

Thanks :thumbsup:
mjochagavia
Crewman
Crewman
 
Posts: 5
Joined: 09 Dec 2008, 20:39
Gender: Male
phpBB Knowledge: 6

Re: [BETA] AJAX Chat MOD

Postby locoloco » 15 Dec 2008, 20:27

nicholasalipaz wrote:
locoloco wrote:[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3761: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3763: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3764: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3765: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)


i tried to install the chat... but a got this error ?


i dont know how to fix it


When editing language files, such as common.php:

Make sure, if you edit the language file, that your text editor saves the language file as Unicode (UTF8) and WITHOUT a BOM signature.
If your text editor saves the language file with a BOM signature, you will see an error on your forums.

List of text editors that are capable of saving without BOM signature (this list is small since I just started compiling it)
note: if you are using a Mac, you can use almost any file editor available to you.

1. ZEND
2. Dreamweaver
3. Rapid PHP 2007
4. Notepad++


I'm still have the same problem, i used ZEND and notepad already. :cry:
locoloco    
Crewman
Crewman
 
Posts: 5
Joined: 14 Dec 2008, 16:11
Gender: Male

Re: [BETA] AJAX Chat MOD

Postby nicholasalipaz » 16 Dec 2008, 02:19

locoloco wrote:...
I'm still have the same problem, i used ZEND and notepad already. :cry:

Not "notepad," Notepad++

if using Notepad++ to do the file edit, then select from the menu "Format -> Encode in UTF-8 without BOM" then save and upload to your server.
Last edited by nicholasalipaz on 16 Dec 2008, 04:52, edited 1 time in total.
nicholasalipaz    
Supporter
Supporter
 
Posts: 110
Joined: 28 Jun 2007, 18:23
Location: Los Angeles, CA
Gender: Male
phpBB Knowledge: 8

PreviousNext

Return to phpBB3 Customizations

Who is online

Users browsing this forum: Sosospider and 8 guests