For the names : anspress-question-answer-fr_FR.mo anspress-question-answer-fr_FR.po //I doing same thing for others modules i don’t have lost my language file when updrade (It’s localisation plugin who generate this files) For the theme, i have create an directory like that ? wp-content/theme/anspress/mytheme But in webUI for configuring anspress my theme doesn’t appear in theme’s select box ?
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.
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.
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)
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');