Not sure what caused it, but all the icons in Anspress on my website are gone. Now all I get are tiny boxes.
https://www.dropbox.com/s/yqd4xy6nk0k0ydj/Screenshot%202017-12-10%2013.59.47.png?dl=0
I would upload the image, but every time I do that, then click on submit, nothing happens, just a spinning thingie on the button.
if a user posts his query? does it notify all the registered users through email? i tried but only admin is notified how can i enable notify all? any plugin or any tweak?
thanks in advance..
Hi Rahul,
I have been testing a new version 4.1.5 and it feels like this plugin is premium quality! Thanks for your work and time.
Issue: If a non existing (new) TAG is added all the existing tags will be added automatically (but it does not show on the front end), the error “Maximum values allowed in field Tags is 5” is displayed. I have tested this on my site and the demo site.

Please let me know than you push a fix.
Best regards
Hello @Rahul,
I download new version 4.1.5 from https://github.com/anspress/anspress. here are two error report:
1# It will show error at backend, please check the screenshot:
http://prntscr.com/hllf11
2#I can not activate the buddypress add-on, there is no response after push “Enable add on”
Thanks.
Alex
@Rahul,
This line is hardcoded in answers.php
<?php echo _n( ‘Answer’, ‘Answers’, $count, ‘anspress-question-answer’ ); ?>
This prevents it from being translated, so for now I’ve hardcoded it (v 4.1.5)
Thanks
Hi all!
By default, “question” and “answer” post types are excluded from search (set to “true” in includes/post-types.php) and I’m trying to override the exclude_from_search argument. From what I understood, I just need to register again the post type in my functions.php and change the argument to what I want. So I tried this but it doesn’t seem to work:
function update_question_init() {
$args = array(
‘exclude_from_search’ => false,
);register_post_type( ‘question’, $args );
}add_action( ‘init’, ‘update_question_init’ );
I also tried to delay the init by using add_action( ‘init’, ‘update_question_init’, 1000 ); but no luck either…
Any idea on what I’m doing wrong?
Hi,
Is it possible to remove the “order by” function and just have the questions sorted by recently posted?
Thanks
Dear support.
I still use POEDIT for translation (anspress-question-answer-en_us.po in lanspress-question-answer-en_us.mo )
How to translate the buttons, which were not translated into Russian language?
your name
Prove that you are a man
Question name
& other
Hi
Is it possible to have no date or time at all appearing on the q and a’s?
Thanks
Having looked at several plugins for a Q and A platform, I finally settled on AnsPress (DWQA came very close, believe me, but didn’t have the extensive modelling I wanted, unlike AnsPress). After a bit of an issue getting the X Pro theme to work, I almost abandoned AnsPress in favour of DWQA, but came back – and even changed my theme as I liked this project so much.
Firstly, I’m a developer, so extending the plugin base was a simple enough effort – as was changing a lot of the core functionality to give me the experience I wanted from the language perspective to function modification to make my platform more “bespoke”. Here’s the point. Despite everyone complaining about features being removed, and stuff that no longer works, these changes to AnsPress were critical. Critical in the sense that without adopting the WordPress templating system, further growth and expansion of the plugin would have effectively stopped. With this new model, there is so much than can be achieved with a little imagination. Want an example ?
My site here uses a modified version of AnsPress. I have renamed “Questions” to “Discussions” and “Answers” to “Responses” and changed several lines within the PO language file to make this possible. I also use snippets, which allow me to alter the functionality by leveraging filters and hooks to get the design I have in mind. It’s taken several months, but I’m *almost* there.
Want to see more ?




I’m still a little way of completion, but working on this when time permits.
I’ve had a lot of positive feedback from my community concerning AnsPress and the modifications that have been made. Remember, the next time you complain that something doesn’t work, just consider how much time and effort has gone into the development of this incredible free plugin, and also that people like me exist here to help out if that’s needed.
Enjoy AnsPress !
PS: I have no affiliation with AnsPress or Rahul, but know a well written plugin when I see it.