MyBB Community Forums

Full Version: How to integrate AJAX Chat with your MyBB theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
I'm getting a bunch of errors about other plugins after I installed the Chat! Undefined constant, index, etc on various other plugins files.
Open up index.php for your chat, then add the following line at the top.

error_reporting(0);

That should solve your problem.
(2014-10-11, 06:57 PM)Darth Apple Wrote: [ -> ]Open up index.php for your chat, then add the following line at the top.


error_reporting(0);

That should solve your problem.

Worked. Thanks!
how can I change the name of the chatroom from AJAX CHAT to my chat
^ look for related variable in the language file - /chat/lib/lang/en.php
$lang['title'] = 'AJAX Chat';
thanks

its working but no sound
^ if you mean voice chat then its better to not use this ajax chat as it is heavy on resources.

one may try using discord server for voice chatting facility ..
no not for voice chat just the sounds that come with the chat
got it working
^ good to know it. somehow I forgot looking at this thread ..
anyway, can you tell us what was the cause for not getting sound earlier ...
Pages: 1 2 3 4