A plugin for Question2Answer that allows users to live-chat.
-
Download and extract the files to your plugins folder (e.g.
qa-plugins/chat
). -
Go to Admin > Plugin and click the link to set up the database tables.
-
Go to Admin > Pages and add a link to to the chat room in your menu.
-
By default the plugin uses the URL
example.com/chat
. You can change this to something else using Q2A's QA_CONST_PATH_MAP feature. First, change the "URL of link" field fromchat
to your preferred URL, e.g.chinwag
. Then add this to yourqa-config.php
file:$QA_CONST_PATH_MAP=array( 'chat' => 'chinwag', );
Most of my code is released under the open source GPL license, and provided with a 'Pay What You Like' approach. Feel free to download and modify the plugins/themes to suit your needs, and I hope you value them enough to donate a few dollars.