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 :
- only admin can post questions how can i allow all users to post questions also ?
- 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
Sync user from bbpress with anspress it would be very good.
Thank you.
I’m using anspress with buddypress but when user follows the question , user doesnt get any update in buddypress notification but they get notification in anspress . Is there any way you can solve this issue . thanks in advance it’ll very helpfull
http://joxi.ru/E2pdlxZhBqpMY2 – At what file I can translate this part?
Please help, conflict with plugin alphabetic-pagination, wenn I try to activate anspress plugin.
Fatal error: Cannot redeclare ap_pagination() (previously declared in /wp-content/plugins/alphabetic-pagination/inc/functions.php:647) in /wp-content/plugins/anspress-question-answer/includes/theme.php on line 300
This is the only main problem..needs to be fixed…it exist in latest beta version..i installed two wiglets at different theme locations..which shows different top user in both the widgets..but actual top user are not showing only based on reputation..i am waiting for your response on the same topic..don’t take it as bump as reported earlier just bcz we like anspress.
Hi, when I post a question on anspress the Avat is Over the words and no one can read it.
Then when i select ‘status’ of the question i can read only the lasts letter of the words .
Is it a theme problem? In which mode can I resolve it? Thanks to all
Hello,
How can I remove the “Please Login or Sign up ” box that automatically links to WP-login.php in my case? I would like to use only social authentication on my page. I have browsed the support forum quite some time and I can’t seem to find any pointers to guide me in the right direction.
Thanks in advance!