Not sure if this is normal or not. I installed over v4b1.
WordPress database error Table ‘wp_ap_meta’ doesn’t exist for query SELECT SQL_CALC_FOUND_ROWS * FROM wp_ap_meta WHERE apmeta_type = ‘reputation’ LIMIT 50 made by do_action(‘wp_ajax_ap_migrator_4x’), WP_Hook->do_action, WP_Hook->apply_filters, AnsPress_Admin_Ajax::ap_migrator_4x, AP_Update_Helper->__construct, AP_Update_Helper->migrate_reputations
Hello Friends,
I have released 2nd beta of 4.0. You can easily upgrade from 3.x to 4.0.Please give it a try and let us know what you think about it.

Thanks.
Download link:
Hi there,
Not sure this is a question or it contains its answer.
Still working with Anspress Q&A 3.0, I noticed that the following strings are not translated although some seem presented in the po file:
In the comment form
- There aren’t any comment yet (not in po file)
- Your comment.. (in po file)
- Submit (in po file)
- Cancel (in po file)
These three strings are located in the plugins/anspress-question-answer/theme/default/js-template/comments.html. I made the change manually but I need to remember it at next update (unless sbd knows where/how to set the modified file in my child-theme)
In the answer display
- Posted (in po file)
This is coming from <?php ap_answer_the_time(); ?> located in answer.php… I took it off and set the reviewed answer.php in my theme/child-theme/anspress directory. It works but I d prefer to show the answer date, even better with the time (if anybody knows how to adapt the function, I ll be happy too)
I hope this will help newbies working with old APQA and developpers working on the new APQA.
Sincerely,
Thierry
Hi, thanks for your awesome plugin.
However When I add the shortcut to a page to use in multiple places, I get this error:
Warning: Illegal string offset ‘id’ in /home/savalan/public_html/blogunuekle.com/wp-content/plugins/anspress-question-answer/includes/shortcode-question.php on line 44
It works fine if you click directly on “ask question” within the list of the questions, but the shortcut has issues that i couldn’t solve. I’m trying to use the button at the right sidebar for that.
URL: http://blogunuekle.com/site-listesi/
Hello,
I would like to allow the user to enter Latex in their questions and answers
To get mathjax to compile Latex with the AskBug Theme, I’ve entered
function mathhead(){
echo <<<CSS
<script type=”text/x-mathjax-config”>
MathJax.Hub.Config({
tex2jax: {
inlineMath: [[”$”,”$”]]
}
});
</script>
<script type=”text/javascript”
src=”https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML-full”>
</script>
CSS;
}
add_action(‘wp_head’, ‘mathhead’);
in the functions.php file.
This works, but not all the way:
For some reason the character “\” is being removed when a user asks a question in the text editor. Why is this?
I can’t download my purchases. Please Fix This
Hi,
I would like to use AnsPress as a review platform for academic publications, where ‘question’ and ‘answer’ would be replaced by ‘publication’ and ‘comment’.
I would like the user to be able to click on the title of a publication (generated on my website), and have this action generate an AnsPress question with the publication title (link text) as the title of the question.
The body of the question should be set to the abstract of the publication (again, generate by my website).
How would I go about hijacking the question creation process in order to achieve this?
Thanks
Jake
Is it possible to display a form before the user is logged in?
We’ve tried to setup AnsPress with WPML. But there are issues concerning the translation in different languages.
We get a 404 error for Italian. Adding a translation for the anspress page creates a redirection loop (see here: https://www.praim.com/it/user/).
What is the correct setup when dealing with multilingual websites?
hi there. before I will buy the full theme. I want to know if I can change the language to hebrew – without to tuch the PHP editor.
I mean, the theme have a taxonomy changer buildin?