How to disable “comment approval” ?

I think selecting ‘Status of non-loggedin post’ from Moderate to Publish should do the magic. Please note that this setting will apply to all non-loggedin posts and Publish all questions/answers/comments without requiring moderation. You can see this setting under AnsPress Options -> User Access Control  -> Posting Permissions Section.

How can i change a categories urls?

Yes, it is possible. See the steps below: From the Admin Dashboard, select AnsPress -> Options. This will take you to AnsPress Options Page. Hit ‘Edit Page’ under Pages/’Categories page’ item. Now on the right side panel, you will see the Permalink option. Change the URL text from ‘categories’ to your custom text, and hit Update. Hit Preview, and you will see the URL for the page changed to your custom text. Let me know if you encounter issues or need additional clarification.

AskBug – WordPress theme released

hello there i have askbug theme buy before now i install my project but  i cant uptade themes

Is it possible to remove the Answer Block from being displayed if a user just want to post ideas?

First of all, Big Thanks to Rahul for putting together this great plugin. Really appreciate his efforts! Well, I figured out the customization and here is what I did to implement it. Posting this for the benefit of the wider AnsPress community: Added a custom checkbox that users are required to check when they post an idea. Added custom field using the hook as follows: add_filter( ‘ap_question_form_fields’, ‘my_function_name_with_custom_field_added’ ); Sample code on adding custom fields can be found at the link below: https://anspress.io/resources/faq/anspress-form-and-validation-api/ Added code to save the value from the custom checkbox field. The value will be saved in the meta_value column for the meta_key specified in your custom code, and saved to wp_postmeta table for the post_id. Added the following code: add_action( ‘ap_processed_new_question’, ‘my_custom_save_method’ , 10, 2 ); add_action( ‘ap_processed_update_question’, ‘my_custom_save_method’ , 10, 2 ); Used the update_post_meta method inside my custom save function (my_custom_save_method) and passed the post_id, meta_key and meta_value parameters as follows: update_post_meta($post_id, ‘meta_key_name’, ‘meta_key_value’); Changed the Ask Page title to ‘Ask Question / Post Idea’. Changed the Ask Page title to ‘Update Question’ or ‘Update Idea’ as applicable when user edits an existing question or idea. Made the button text on Ask Page as generic – ‘Submit’ (for new posts) and ‘Update’ (for updating existing posts). Appended the flag ‘[IDEA]’ to the question title for easy identification of ideas. See link below for guidance on how to implement this: https://anspress.io/resources/faq/how-to-add-solved-in-anspress-questions-title/ Modified the Ask Button text on the Anspress base page to ‘Ask Question / […]

Still this plugin is in development ?

I think not update, all question do not see admin answer 🙁 .

Warning: “Missing a QAPage markup item on page to which this item should be associated.”

What’s the status? I am facing the same issue.

Only shows Anonymus when using shortcode

The problem still persists. spanish dictionary

Remove category home page

Thanks, I have found it !

Ask page fields are tripling….Yoast plug in!

Any news? I have the same problem with Yoast.

UPCOMING FEATURES AND IMPROVEMENTS

Hi, when we will get new version? Thanx