i’m sorry of course i have create a new folder for my theme… like that : /wp-content/plugins/anspress-question-answer/theme/mytheme and for the language : /wp-content/plugins/anspress-question-answer/languages/*.mo / *.po in fact my probleme is when i upgraded this module whole of directory /wp-content/plugins/anspress-question-answer was dropped.

Fixed and pushed

I don’t think its only happening in AnsPress, it happens everywhere. So I will recommend opening a ticket in track.wordpress.org. Cheers!

Hello Daniel. Its because your server does not support PHP namespace. Namespace is available php 5.3 and above. Just ask your provider to update your PHP and I am sure they will do it quick. And its good to have new PHP version cause 5.3 and below are too old.

I think you solved this, Now I can see ask page.

Some stuff is still missing/wrong: – Line breaks are not added: – The “quote” items is not marked as quote in editor mode… – If link title is missing, the link is not visible Just add the link itself into this field, if its empty… (e.g. url=www.google.com title=www.google.com)

Issue solved and pushed.

Here you go: function my_anspress_form_settings($settings){ $settings['quicktags'] = true; return $settings; } add_filter( 'ap_ask_form_editor_settings', 'my_anspress_form_settings'); add_filter( 'ap_answer_form_editor_settings', 'my_anspress_form_settings');

Hi, No, we will let you know once AnswerBox is ready. AnsPress is scheduled for 11 May, but may be online before too. 🙂

Please let me know what kind of help ? AnswerBox’s new version will release after making it compatible with current version of AnsPress.