The checkbox “This question ment to be private, only visible to admin and moderator.” remains visible in the “Ask a question” page if the “Allow private posts” is unchecked in the admin page.

After updating to commit 484932e05586180940ac7c7b9c0071ad1c548d83, the Ask Question page does not work properly anymore.
Well, you can still post questions, but after successfully posting a question, the page does not redirect anymore.
And when for example a required field is not filled, the error is not shown anymore.
The backend (php) still seems to work, I get the correct responses (HTTP 200 + json):

{"form":"ask_form","message_type":"error","message":"Check missing fields and then re-submit.","errors":{"title":"This field is required","description":"This field is required","tag":"This field is required"},"ap_responce":true,"is_ap_ajax":true}

but then I get

 Uncaught TypeError: Cannot read property 'setContent' of null             anspress_site.js?ver=1.4.3:169

Is this version 1.4.3 accurate?

I success install plugin Easy Social, but Plugin easysocial Error whet i active this plugin.
show error message like here

Fatal error: Cannot redeclare sanitize_comma_delimited() (previously declared in /home/xxx/public_html/wp-content/plugins/anspress-question-answer/includes/anspress-functions.php:674) in /home/xxx/public_html/wp-content/plugins/easysocial/inc/functions.php on line 259

Please help me

Hi Rahul,

I would like to know when we can expect a first Beta version of AnsPress 2.0?

This is not a criticism or anything, just for my plans. 🙂

Best regards
Manuel

If you enter a search term that results in no questions you get this message: “No question asked yet!, be the first to ask a question.”
This is rather confusing.
Can this message be changed to some dedicated message for search, such as “No questions match your search criteria” or so.
Thanks

Hi,

I still have this rather annoying issue: there is a #ap-notify div sitting at fixed upper left location with z-index 9999 which prevents clicking anything beneath it. See here:
https://www.dropbox.com/s/t0lrbfuqec8h7pi/ap-notify%20bug.png?dl=0

Can this div be hidden when no messages are being displayed?

Thanks

Hi,

In version 1.4.x there were admin pages to manage user-badges, -ranks and -points.
Will this be made available again with an extension?

Thanks

How can i let my website users to answer some questions for example as follows?

http://snowykyoko.com/caselaw/legal-answers-2/question/102/4th-amend/

In the latest update the styling has changed massively, is there a reason behind that? Personally i think the previous layout was a lot cleaner.

Hi,

I downloaded latest commit and found some unexpected changes to the layout of the question page.
(theme/default/question.php)
It now has a left-side region showing the participants, stats and subscribe button.
They do not seem to be optional/configurable.
Why are they at that location when we have the widgets to place them as we like?
Do I have to use another shortcode to have the question page without additional (widget) content and at full width (as asked and agreed here: http://anspress.io/questions/question/2400/layout-of-single-question-page/#comment-8244)