Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svivian/q2a-chat-room
Chat room plugin for Question2Answer
https://github.com/svivian/q2a-chat-room
chat-room javascript php question2answer question2answer-plugin
Last synced: about 1 month ago
JSON representation
Chat room plugin for Question2Answer
- Host: GitHub
- URL: https://github.com/svivian/q2a-chat-room
- Owner: svivian
- Created: 2012-06-16T17:43:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T21:15:36.000Z (about 7 years ago)
- Last Synced: 2023-03-12T06:12:08.976Z (over 1 year ago)
- Topics: chat-room, javascript, php, question2answer, question2answer-plugin
- Language: PHP
- Size: 27.3 KB
- Stars: 10
- Watchers: 5
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chat Room (Question2Answer plugin)
=================================================A plugin for [Question2Answer](http://www.question2answer.org) that allows users to live-chat.
Installation & Usage
-------------------------------------------------1. Download and extract the files to your plugins folder (e.g. `qa-plugins/chat`).
2. Go to Admin > Plugin and click the link to set up the database tables.
3. Go to Admin > Pages and add a link to to the chat room in your menu.
4. 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 from `chat` to your preferred URL, e.g. `chinwag`. Then add this to your `qa-config.php` file:
$QA_CONST_PATH_MAP=array(
'chat' => 'chinwag',
);Pay What You Like
-------------------------------------------------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.
### [Donate here](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4R5SHBNM3UDLU)