Hi,
I have problem with notification content. Please look on this short screnncast: http://share.what.ovh/r8Gk
How can I add spacing (entery) between each line?
Thanks for your help and sorry for my english.
I use this addon with askbug theme.
Below is my anspress_email.php file.
Hello All,
Could you answer what do “Set as featured” and “Flag this post” mean?
What is the meaning of these functions?
Thank you!
If a anonymous post user ask a and later he want to register himself for answer then your login buttons are not working anymore why ?
log these buttons are not working just a showing alt text.
when will the next update of answerbox be released?
I want to replace those login text and also want to change forms. I don’t want old way of login style for my website. please tell me i will be appreciated. I’m running a tech website and i’m currently working hard to make it more professional. 
I want to remove/edit/replace this tell me how can i do it. I already edit that file login-signup.php file in your plugin folder but i edit everything didn’t change anything.

which text or code should i remove or replace ?
hi when i click to answer box to replay it doesnt open
is there any options for beter answer boxes ?
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?