Ajaxed Chat Plugin for bbPress!

I am glad to announce my fourth plugin for bbPress called Ajaxed Chat. Ajaxed Chat adds a fast, customizable, multi-language Chat Room to your Forums and uses a simple file-system/mysql storage for messages and nicknames. The plugin uses PHPFreeChat Script as a base script to generate a chat room. It uses AJAX to smoothly refresh and display the chat zone and the nickname zone. It supports multiple rooms (`/join`), private messages, moderation (`/kick`, `/ban`) and many more commands!

Download: http://bbpress.org/plugins/topic/ajaxed-chat/

Usage

You can insert the chat box anywhere in your forums by adding this code in your template files:

php if (function_exists('ajaxed_chat_load')) ajaxed_chat_load(); ?>

You can also view full screen chat by going to http://example.com/?chat where example.com is your forum link.

Screenshots

Preview of the Final Outcome

Preview of the Final Outcome

Preview of the Admin Settings Page

Preview of the Admin Settings Page

(Click on images to see enlarged view)

If you have any questions, you can ask them below here or view Frequently Asked Questions.

Download: http://bbpress.org/plugins/topic/ajaxed-chat/