Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
303 views
in Q2A Core by
i installed the advanced version so i don't have, as far as i know, the admin panel, so i was wondering how can i configure all the options?

for instance how can i enable the CAPTCHA?

2 Answers

0 votes
by
All the options can be configured in the Admin interface. When you set up the script and you're logged in, there should be an "Admin" link at the top.

For the CAPTCHA, go to the Spam submenu and the options are in there. You need to register at http://www.google.com/recaptcha and get a public/private key.
0 votes
by
I'm not sure what you mean by "advanced" version. But if you're referring to integrating with an external user database, the Admin panel is still available. You just need to make sure that your qa_get_logged_in_user(...) function in qa-external-users.php returns QA_USER_LEVEL_ADMIN for the 'level' array element when your user is logged in.
...