Added option in AnsPress
This is great news for notifications. Did this notifications are in real time without a refresh a page? And did this notification have sound?
Disable akismet check in moderate.
Comment count has been added to profile.
Hello, No notification option the user please tell me he to add this Thanks Priyanka saini
As I seen you are using AskBug. Copy answer.php from wp-content\plugins\anspress-question-answer\theme\default\ to AskBug/anspress/ Now edit answer.php and go to line 16 and remove: <div class="ap-single-vote"><?php ap_answer_the_vote_button(); ?></div> Done.
Open default .pot file in poeditor and save it for en_US and edit.
Yes sure, is the second word that says “answers” PS: i write in another answer for add this image ↑
Disable akismet in AnsPress moderation.
Hello, you can translate this word in the follow folder: wp-content\plugins\anspress-question-answer\theme\default\answers.php you have that open file answers.php and go to the line 18 and there are something like this: <?php echo ‘<span data-view=”answer_count”>’.ap_answer_get_the_count().'</span> ‘ .sprintf(_n(‘answer’, ‘answers‘, ap_answer_get_the_count(), ‘anspress-question-answer’)); ?> the word marked in bold,italic and with underline is the that you must change to your language. This is an example: <?php echo ‘<span data-view=”answer_count”>’.ap_answer_get_the_count().'</span> ‘ .sprintf(_n(‘answer’, ‘Réponse‘, ap_answer_get_the_count(), ‘anspress-question-answer’)); ?>