Hey guys,
I’ve been putting the_permalink(); in a jQuery code, this one actually :
<script>
$(“.share”).functionshare({
shares: [”facebook”, “twitter”],
url: “<?php echo the_permalink();?>”,
text: “text to share”,
});
</script>And I put it in answer.php so that it triggers for every answer. I also added <?php echo the_permalink(); ?> to answer.php so see if it works, and it does, it echoes the content of each answer properly (http://mysite.com/q/question-title/?show_answer=1681#answer_1681, or http://mysite.com/q/question-title/?show_answer=1332#answer_1332 for instance).
The problem is that when put in the jQuery script, the url it takes is always the one from the last answer that appears on the page, http://mysite.com/q/question-title/?show_answer=718#answer_718 in this case, and not the correct ones being http://mysite.com/q/question-title/?show_answer=1681#answer_1681, or http://mysite.com/q/question-title/?show_answer=1332#answer_1332…)
The jQuery code works if I put another url (“http://test.com”) so it seems to be an issue with Anspress / WordPress… Could you please help ?
Thanks heaps guys !!!
Hi,
I’m user of anspress plugin on wordpress. Is it possible that when a user’s question is replied by someone, user will be notified by email?
Greatings,
I have an issue i’ve using .po edit to translate anspress to different language, SUCCESS I’ve done that. But 2 major issues and i want to fix.
1. Then you go to user panel and Activity Feed

I can’t translate this text in .po edit file no lines with that. I Changed all lines where was answes answered and etc but this line dont apear. In that file i can change this language “answered on”
2. Then i go to Notifications i see same issue with “answered on”
Help me, tell me in witch file i can edit this text input
merhaba,
WordPress Üzerinden anspress kullanıyorum. Kullanıcıların bulunduğu yapmasını sorularına ettik giriş Yanıt gelince Bildirim gitmesini istiyorum ancak bunu nasıl yapacağımı bulamadım. Konu Ile Ilgili destek olur musunuz?
Cannot add new questions:
“New Question” in wp-admin as well as “Ask Question” in the front end do not resolve to anything. One just times out and the other shows 404. I have a “Base page” set and I have refreshed my permalink settings multiple times with no affect.
How Do I completely remove AnsPress including all settings and table values and start from scratch? Checking the “Clean DB” check box does nothing, when I try to delete the plugin after selecting this option it gets stuck saying “Deleting….” with no action. I have to delete via SFTP and manually remove DB tables. I have tried that once and reinstalled with no luck (same problem arises). What tables other than theses are modified?
- _ap_activity
- _ap_activitymeta
- _ap_meta
- _ap_notifications
- _ap_subscribers
Last bit of relevant info: I am using this in a multisite environment with only one other site in the install and it is not leveraging anspress.
Thanks. Looking forward to 4.0

filters are floated left on mobile, and they cover the “Ask Question” button.