the_permalink(); returns last loaded answer on the page

Thanks for your help. I actually bypassed the issue by assigning an id based on the_permalink instead of the class $(“.share”), and it works… I don’t understand why this bug but anyway, problem fixed so it’s all good  !  🙂

Problem with AnsPress email addon and notification

Hello Tomasz, Look like a bug. Please try \n\n for line break instead of enter.

List of websites using Anspress

@rahul make a featured sites page!

Comments,

Made by my self ! Lock

Translation – Reputation and Posted…ago

Greatings, m8! You can change Posted – includes/answer-loop.php 486line printf( 'Posted %s', ap_human_time( ap_answer_get_the_time( $answer_id, $format ) ) );

Comments, “posted” language not working in other locale

And this

og: description issue

this is a big issue

Translation – Reputation and Posted…ago

I asked that to@rahul – he sad that this is bug and you need to change manually in mysql string.. 😀

Does the latest beta include the ability to upload a cover image / featured image

You can modify “question CPT arguments” in post_type.php path:  anspress-question-answer\includes\post_types.php about line 69 $args = array( 'label' => __( 'question', 'anspress-question-answer' ), 'description' => __( 'Question', 'anspress-question-answer' ), 'labels' => $labels, 'supports' => array( 'title', 'editor', 'author', 'thumbnail', //add this thumbnail 'comments', 'trackbacks', 'revisions', 'custom-fields', 'buddypress-activity', ),   and you can upload thumbnail at wp-admin new question page.

“New Question” and “Ask” do not resolve to anything

thanks for the response @Cagliostro ! Garbage collector doesn’t seem to like multisite so I will have to do it manually. Is there anywhere that I can find a exhaustive list of all of the places Anspress writes data? Removing the tables leaves some settings intact when I reinstall which leads me to belive there is some data saved to the _options table.   Other than the below tables, where else are settings saved? _ap_activity _ap_activitymeta _ap_meta _ap_notifications _ap_subscribers Thanks everyone!!