Publish Q/A of a non-login user without any moderation.

Thanks@rahul . Keep up the good work. 🙂

Customize users frontend forms messages

Oh sorry, this is not for translating the form success/errors messages. I want to append another box on top of the form after the Ajax is finish. I need to have an event when Ajax is finish and get the success or the error message to append it in this new box. Example : $(document).on('ap_after_ajax', function(e, data) {   var message = data; $('#ap_user_profile_form').prepend('<div class="msg">'+message+'</div>'); }); How could achieve this ? Thanks! 🙂

User don’t be subscribed question after answer

isnt there any way to allow the people who answer automatically subscribe to that post or question?

Reuse Dropdown CSS

Since 3.0.0 we are using JS template to load user dropdown menu. But you can get inspired. Also you can inspect source in browser for more detail

Publish Q/A of a non-login user without any moderation.

Disable Akismet check in AnsPress option->moderation