Forums

Join
bbPress Support ForumsPluginsNeed Beta Testers for Ajaxed Chat Plugin

Info

Need Beta Testers for Ajaxed Chat Plugin

  1. I have developed an ajaxed chat plugin, which uses phpfreechat.net script. That script has multiple themes, multiple languages, and multiple features.

    There is also a settings page in which you can save various parameters/config for the script.
    There can be 2 types of storages - mysql & file, default is mysql, it automatically uses the bbPress db you are using and makes tableprefixajaxed_chat table.

    You can see the various commands that can be used in chat, and the FAQ at phpfreechat.net

    There are 2 ways you can call the chat:
    http://yoursite.com/?chat
    or by placing this code anywhere in your template:
    <?php if (function_exists('ajaxed_chat_load')) ajaxed_chat_load(); ?>

    Live Demo (At my test forums): http://forum.gaut.am/ (inside template) or http://forum.gaut.am/?chat (full screen)

    Download Link - http://gaut.am/uploads/ajaxed-chat-1.0-beta.zip
    Note - It is beta version, not a release (for now)

    I still need to work on the admin settings page, but still its not too bad for now.

    Comments, feedback & suggestions are welcomed!

  2. Anyway to use the display name = name in chat automatically?

  3. that is already done in the plugin

  4. if you are logged in, then it will fetch the display name, else it will ask for nickname

    though, there is an option by which you can disable unregistered users from viewing the chat

  5. ah sorry! I went to your site and it for the nick and I assumed.

  6. Now you can download the plugin from here:
    http://bbpress.org/plugins/topic/ajaxed-chat/

    The above download link for beta version is now dead.

  7. You must log in to post.