Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
608 views
in Plugins by

Kindly help me to set up the chat rooms with the question2answer set up.
Steps followed :
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',
        );

But no help !

 

After following all the 4 steps, it gives me a error:

Not Found

The requested URL /edhoot.qa/chat was not found on this server.

 

Kindly help

Q2A version: 1.5.4
by
What URL structure do you have set up on your site? (The option in Admin > General.)

Please log in or register to answer this question.

...