This is not exactly issue of AnsPress, but I believe it affects every AnsPress user, me included.

In frontend editor, when user logged in as AnsPress Participant, there is “insert a link” button. This button is fine, I want to allow users to insert links (it must be rel=nofollow links by default! but that’s another story)

When user press “add link” he see default wordpress insert link interface, where it’s possible to choose any existing page or post. I don’t want that. There are many “hidden” pages, technical pages. “Newsletter subscription complete” etc. This is not a page person should know of. This default interface should be replaced with something that is not showing all pages. He is just AnsPress Participant, he should not see all site internals.

What would be an easy way to achieve it?
(you probably want to have it in AnsPress by default)

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.