Ajaxed Chat (1.0)
- Upload the extracted
ajaxed-chat folder to the /my-plugins/ directory
- Activate the plugin through the 'Plugins' menu in bbPress
- In the admin menu, go to
Settings -> Ajaxed Chat and adjust the settings to your liking.
- To refresh your settings after making changes, change your name to admin with the command /nick admin and type /identify the password being the one you set in options, then type /help to get a list of commands, /rehash resets all the settings to what was changed in the settings page.
- Put
<?php if (function_exists('ajaxed_chat_load')) ajaxed_chat_load(); ?> anywhere in your template to show the chat.
- Enjoy Chatting!