The text editor appeared for a while but it disappeared again. The case is worse on mobile devices where it does not load at all.

I wish you could give us an option of leaving the text editor open by default.

I have updated to the latest Anspress version.

 

Hi all!

I’ve been checking past translation issues discussions and it seems I have found new ones. For all of them, the string are translated in .po file but translation is not taken into account. Here they are:

“Posted” is translated fine in question but not in answer. There is only one string for “Posted” in the .po file.

All strings related to the “new” ajax form doesn’t seem to make it to the frontend while they are translated in the .po file.

I’ll add new ones if I found any. ?

Hi all!

I saw that 3.0.1 fixes a translation loading issue. AnsPress is perfectly loading them from its own “Languages” folder but it doesn’t load the one from wp-content/languages/plugins. It’s not a big deal but it used to work well and it allows to not lose custom translation every time you update the plugin.

Could this be fixed in a future release?

Thanks in advance!

Fred

PS: French translation is undergoing a complete rewrite with the help of fr.wordpress.org translators community. ?

now mention works but it doesn’t send notification to mentioned user

…and how do I manually remove them?

Removing the database stuff with the plugin files via the system didn’t work. I had to delete the plugin using FTP, but Anspress stuff still shows up in other plugins.

Where are the Anspress tables/entries in the database? I get nothing when I search on “Anspress” – that could be a problem with my phpmyadmin installation as well…

Are these all Anspress tables that I can safely remove?

wp_1_ap_activity

wp_1_ap_activitymeta

wp_1_ap_meta

wp_1_ap_notifications

wp_1_ap_subscribers

Hi,

I can’t write private answers and think it’s a bug.

I’ve had a look at the ap_save_answer  function and saw that ‘private_post’ is correctly set as value of the $status variable. Which is later used as default value for ‘post_status’ in wp_parse_args

if ( isset( $args['is_private'] ) && $args['is_private'] ) {
   $status = 'private_post';
}

$args = wp_parse_args( $args, array(
  'post_title' 		=> $question->post_title,
  'post_author' 	=> get_current_user_id(),
  'post_status' 	=> $status,
  'post_name' 		=> '',
  'comment_status' 	=> 'open',
  'attach_uploads' 	=> false,
) );

But it will never have a chance to get applied to the $args array because the ‘post_status’ is already set.

As I could see, ap_save_answer  is used only in process-form.php in both methods process_answer_form  and edit_answer. Both define ‘post_status’ before calling ap_save_answer 

 

$answer_array['post_status'] = ap_new_edit_post_status( $user_id, 'answer', false );

 

cheers,

Patrick

While Anspress works extremely well with my theme (100% responsive theme and Anspress), the font sizes and type is completely different.

How easy or hard is to make Anspress to use the default fonts and sizes ?

Thanks

Running Anspress latest from Github.

It seems that there is a problem with comments. Posted comments don’t show when posted or just enter to Pending queue and also don’t show ANYWHERE. So i can’t view them or can’t delete them.

But show (number) as Pending. But Pending page is empty. This could be related with some FALSE message i see in comment box.

What now ? I have a queue with 40+ pending comments that i can’t see or change.

Thanks