MyBB Community Forums

Full Version: AJAX Chat - including MyBB integration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
^ I am referring to Ajax chat's myBB specific package available here ; it is ajax_chat-0.8.3_MyBB.zip
Thanks alot. I got it now.
Hi everyone,

I've installed ajax chat and got it working fine, the chat button shows the number of users in chat but!

I would also like to have a list of users who are currently in chat displayed somewhere on the forum, I know this is possible because I've seen it on SMF.

Any advice about this would be greatly appreciated.

This shows how to do it for PHPBB, but MyBB??

http://sourceforge.net/apps/mediawiki/aj...chat_users
wowww nice ,, i will downloading thanks
Trying to figure this out...

I'm getting an error because /chat/../global.php isn't there, and its required. (This is a fresh install)


I looked in the source code and in different versions of the chat, and I can't find global.php


Any suggestions?
^ assuming that you have chat files in a sub-directory of your forum directory ; open /chat/lib/custom.php file AND use correct paths
chdir(AJAX_CHAT_PATH.'../');
require(AJAX_CHAT_PATH.'../global.php');
Will look to use this one...
Is their a tut for how to set this up for MyBB? So users login with their forum user and pass?
(2012-02-21, 07:16 PM)Elitis Wrote: [ -> ]Is their a tut for how to set this up for MyBB? So users login with their forum user and pass?

I need the same, i have the ajax chat but i can't login.
It's possible the automatic login when user is logged to the board and choose to chat?

sorry for my english
^ no tutorial is required .. just use the referred package in above post (#311) also keep a note of post #316
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38