I would like to require anonymous user fills out the Name field before question or anwer. Is this possible? Would you add setting?
Thanks!
Hello, is Anypress available in spanish?
When I tick “Clean DB” does it remove just entered content ~ questions and answers ~ or does it also remove all the taxonomy structure I created, as well? I have 142 tags and 14 categories I would like to keep when I clean house.
Hello my Friends,
great plugin there thanks.
I have own profiles on my site and DW Q&A used theme, but anspress is using their own profile. How could I change that?
I also have seen there is a possibility to use wordpress social login, but is it possible to use woocommerce social login too? or could i somehow redirect “register” and “login” to my links?
Is there a german translation?
Thank you
Hello,
I am working with Askbug theme. I have read all the documentation and also try to find answer to my question in this web but I couldn’t.
I would like to change the permalinks for the following pages created by the plugin (or by the theme, I am not sure) and change the english words for spanish ones.
/questions/categories/ for Category page
/questions/category/category_name/ for Category name page
/questions/tags/ for Tags page
/questions/tag/tag_name/ for Tag item page
/questions/usuarios/ –> THIS IS ALREADY IN SPANISH!
Is is possible to remove the /questions/ base permalink? How can I change the other slugs?
Thank you for your help and best regards
Hello,
I am using Loco Translate Plugin to translate the Askbug theme, Anspress plugin and Anspress Category plugin because not everything is already translated. When I finish everything I will send you the files.
The problem is that I found some strings that cannot be translated. Below you will find a screenshot of some strings. Could you please include these strings in a future update?

Hello,
I’m testing the latest beta version of anspress. And I have a problem. All my website works with https, but when I upload an avatar, this continues with http.
Also, I’m using Amazon S3 and CloudFront to store and serve images, and works well on images uploaded in question, but not for avatar images that remain stored on my server.
I found the same thing with both previous 2.4 beta and RC ~ I can no longer edit my navigation.
If I add a page to the primary menu, it doesn’t show.
If I try to delete a page from the menu, it won’t go.
Here’s what I mean ~ http://screencast.com/t/trxKecMB
I have to go back to 2.3.8 to edit my menus.
10 minutes later I found the problem.
I removed this code from functions.php and the problem went away.
function my_remove_more_filter($args){
foreach($args['description']['sanitize'] as $k => $s){
if($s == 'remove_more'){
unset($args['description']['sanitize'][$k]);
}
}
}
add_filter('ap_ask_fields_validation', 'my_remove_more_filter');Sorry, I was too quick to ascribe.
Most awaited mention functionality is now available in 2.4-beta2. Download master branch for testing: https://github.com/anspress/anspress/archive/master.zip
NOTICE: this release should not be used in production site.

Hi there, I am using stockholm theme by select and php 5.4.
I have also used plugin organizer to turn off any plugins that may conflict. I have trialled everything and the phenomona keeps happening.
My issue is this:
AnsPress base page loads but when i try to answer question or ask a question, the page does not load. However, when I hit browser refresh button, then it loads to the proper page. Can you help me resolve this?