Why can users see other users uploads

Hi the users who can see others posts have customer role with all anspress user rights. They can see the uploads by other users who have the contributor role.

How To change Ask page URL

Hello Rahul, Thanks for the attention. The problem is that this websites already have a lot question and answers (they are using and old version of Q&A from WPmudev). So the question page should be /forum and the slug for the questions /forum too, if we change we lose a lot of our SEO work. I tried changing the rewrite rules like you in an old post from 2015, but it didn’t work. How can I change so the ask page is simply /ask, and not /forum/ask? I sam that we have this on rewrite.php $new_rules[ $slug . ap_get_page_slug( ‘ask’ ) . ‘/([^/]+)/?’ ] = ‘index.php?page_id=’ . $base_page_id . ‘&ap_page=ask&parent=$matches[#]’; $new_rules[ $slug . ap_get_page_slug( ‘ask’ ) . ‘/?’ ] = ‘index.php?page_id=’ . $base_page_id . ‘&ap_page=ask’; But after changing nothing happens, if it is possible to implement a filter on functions.php it would be better so I dont change the plugin. You gave this solution 2 years ago: add_filter(‘ap_rewrite_rules’, ‘my_rewrite_rules_for_ap’); function my_rewrite_rules_for_ap($rules){ $rules[”ask/([^/]+)/?”] = “index.php?page_id=”.$base_page_id.”&ap_page=ask”; return $rules; } But I put it on the functions.php and it didnt work… If I have several sites, should I get the priority support for each one or just once for all?

How can I get the current Question Custom Post Type ID ?

It does not really matter as get_question_id() does not return anything right? So I tried but it does not work.

allowing the anonymous user to comment on questions and answers

Please check AnsPress options and enable anonymous posting.

AskBug Options main color

Please change it in Appearance -> Customize -> AskBug Options

Strange URL routing for AnsPress (with AskBug)

Hello, Its default WordPress behavior. Same thing will happen if you disable AnsPress.

avator in questions list page with mobile mode

Add this to your style.css: display: block !important;

Translation into Lithuanian

Hello Viktor, Install this plugin, https://wordpress.org/plugins/loco-translate/