MyBB.de Forum
Ajax Chat unter MyBB 1.4 - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: Ajax Chat unter MyBB 1.4 (/thread-21015.html)

Seiten: Seiten: 1 2 3 4


Ajax Chat unter MyBB 1.4 - Falcao - 07.12.2008

Hallo,

weiß jemand, ob der Ajax Chat auch unter 1.4 funktioniert und falls ja, ob man hier irgendwelche zusätzliche Einstellungen machen muss ?

Mein Versuch der Installation ist bisher fehl geschlagen ("Error-Report: Database connection failed. Error-Code: ")


RE: Ajax Chat unter MyBB 1.4 - Lennart Sauter - 07.12.2008

Ich kenne einen AJAX-Chat, der mit MyBB funktioniert, der ET-Chat.
Link: http://www.zaiendo.de/board/showthread.php?tid=69


RE: Ajax Chat unter MyBB 1.4 - Falcao - 07.12.2008

Interessant, schaue ich mir mal an.

Ich hatte aber bis zuletzt unter 1.2.x folgenden Chat im Einsatz:
http://sourceforge.net/projects/ajax-chat/


RE: Ajax Chat unter MyBB 1.4 - problemkind - 07.12.2008

Für mich ist ganz klar SpiceFuse Shoutbox die beste Ajax Shoutbox :=)


RE: Ajax Chat unter MyBB 1.4 - Falcao - 07.12.2008

Kannst Du mir eine Seite nennen, auf der die SpiceFuse Shoutbox zum Einsatz kommt ?


RE: Ajax Chat unter MyBB 1.4 - problemkind - 07.12.2008

(07.12.2008, 11:20)Falcao schrieb: Kannst Du mir eine Seite nennen, auf der die SpiceFuse Shoutbox zum Einsatz kommt ?
Joa z.B: http://doskanonos.do.ohost.de/

Als Mod kannste auch die einzelnen Shouts löschen. Die Größe der Shoutbox ist Einstellbar.


RE: Ajax Chat unter MyBB 1.4 - ows - 07.12.2008

(07.12.2008, 00:12)Falcao schrieb: ... weiß jemand, ob der Ajax Chat auch unter 1.4 funktioniert ...

Ja, funktioniert bei mir problemlos. Wenn keine Verbindung aufgebaut wird, musst du die config des Chats anpassen.

Ein ausführliches Thema dazu findest du hier: http://community.mybboard.net/thread-24837.html

Die config-Einstellungen werden dort ab Seite 13 beschrieben.


RE: Ajax Chat unter MyBB 1.4 - Lennart Sauter - 07.12.2008

Chat und Shoutbox unterscheiden sich aber grundsätzlich etwas Smile


RE: Ajax Chat unter MyBB 1.4 - Falcao - 09.12.2008

Hallo,

die Installation war erfolgreich. Ich erhalte beim Aufruf jetzt aber folgende Fehlermeldung:

Query: SELECT userID, userName, userRole, channel, UNIX_TIMESTAMP(dateTime) AS timeStamp, ip FROM m5634-1.ajax_chat_online ORDER BY userName; Error-Report: 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 '-1.ajax_chat_online ORDER BY userName' at line 9 Error-Code: 1064

Kann mir jemand helfen ?


RE: Ajax Chat unter MyBB 1.4 - Falcao - 12.12.2008

Hallo,
wollte nochmal anfragen, ob jemand eine Idee hat ...

Ich bekomme immer folgende Fehlermeldung:
Query: SELECT userID, userName, userRole, channel, UNIX_TIMESTAMP(dateTime) AS timeStamp, ip FROM m5634-1.ajax_chat_online ORDER BY userName; Error-Report: 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 '-1.ajax_chat_online ORDER BY userName' at line 9 Error-Code: 1064


In der config.php habe ich folgendes eingetragen:
// Database connection values:
$config['dbConnection'] = array();
// Database hostname:
$config['dbConnection']['host'] = 'xxxxx';
// Database username:
$config['dbConnection']['user'] = 'xxxxx';
// Database password:
$config['dbConnection']['pass'] = 'xxxxx';
// Database name:
$config['dbConnection']['name'] = 'xxxxx';
// Database type:
$config['dbConnection']['type'] = 'MySQLi';
// Database link:
$config['dbConnection']['link'] = null;

Grüße
Falcao