Hi,
@Rahul , can I see demo of your Anspress with BuddyPress? I’m wondering how those two work together.

Thanks

Hi i hope you can help alle off us, who need a update.

So that the wordpress plugin automatically each time you make an improvement in this plugin update for us who use it.

It seems like that this 3.0 version all talking about, many have changed errors, so it was perhaps an idea to make it so all of us who use auto update in our plugins then get it sent.

All others who make plugin for wordpress, they updates several times a month, so it do not need to be 100% perfect with the solution.

Hope you understand how annoying it is to wait for a version that is still just geting tested by all, rather than to update the version that is on wordpress plugin, every month, with the small improvements that already works.

 

Hope you can make this improvement to all of us who use wordpress auto plugin.

Hi, is it possible to implement a notification system whereby previous Answerers get an email notification about new Questions posted in a specific category? For example, let’s say this user “John” has previously answered a question in the “Technology” category. When a new question is posted in “Technology” category, John will get an email notification saying something like:

Hi John! Someone has posted a new question in “Technology”! As you have answered in “Technology” before, perhaps you would like to help answer this question?

I know this is probably a long shot, but if not — how about having email notifications sent to people who have answered before, when new questions are posted ?

Hi, I just installed AnsPress and I found out that the number of comments in the user profile is wrong.

This is actualy due to a mistake in theme/default/user/user.php on line 64). Current code is :

printf(__('%d Comments', 'anspress-question-answer' ), ap_user_comment_count(ap_displayed_user_id() ) );

whereas it should be :

printf(__('%d Comments', 'anspress-question-answer' ), ap_user_comment_count(ap_get_displayed_user_id() ) );

I suggest that you include this fix in a next release.

Besides that, you obviously achieved a tremendous work on this plugin. Thanks and kudos !

Hello,

i just installed the plugin and got some problems :

  1. only admin can post questions how can i allow all users to post questions also ?
  2. when i write my question then click post question, it stay in the same question form , how can i let it go to show questions page ?

Thanks

We are having a problem with the Java component of Anspress on our site here >> http://caf-fca.org/skilled-trades-network/apprentice-resources/gaining-experience/

we were able to determine that’s is a js error on the page. The anspress plugin is using some component that does not work/is broken.

Error: anspress.min.js?ver=2.4.8:1 Uncaught TypeError: Cannot read property ‘length’ of null

This is WordPress 4.5.2 running a custom theme.

Any ideas how to fix? The site is stuck in a loading pattern…

 

Thanks