Find Answers and Get Support › Forums › MatchPress – Let’s Swipe Your BuddyPress Community › Settings › hide user from directory also hides user from friends list
Tagged: Waiting for Themosaurus
- This topic has 6 replies, 2 voices, and was last updated 2 years, 4 months ago by Manathan.
-
AuthorPosts
-
@themodactyl
- 0 Topics
- 6587 Posts
Hi Mirabel,
Thank you for buying our plugin. We hope MatchPress will meet all your expectations! 🙂
Thank you for your precious feedback. There is definitely an issue in our plugin which will be fixed in the next update.
We’ll be back to you as soon as the update is available.
Thank you for your patience.
Best,
April 15, 2022 at 12:21 #39856MirabelParticipant@milawson101- 4 Topics
- 7 Posts
and do you propose an alternative solution for now? because it can be annoying to customers to have to scroll through members they’ve already matched or skipped to be able to see the members they havent made a decision on yet
April 15, 2022 at 13:19 #39871@themodactyl- 0 Topics
- 6587 Posts
Unfortunately, no release date can be disclosed at the moment as we have a lot to work on.
Waiting the update, simply add the following code snippet to your website:
/** * FIX: Display Matched Users in Profile */ add_action( 'bp_ajax_querystring', function ( $querystring ) { if ( bp_is_user_friends() ) { global $matchpress; remove_filter( 'bp_ajax_querystring', array( $matchpress, 'exclude_members_from_loop' ), 100 ); } return $querystring; }, 20 );
To add this code snippet to your site, we recommend that you use the Code Snippets plugin (https://wordpress.org/plugins/code-snippets/). If you have never activated this plugin, please read the following post: Adding Custom PHP Without Changing Your Child Theme.
Please also note that we don’t provide any theme customization. So, you shouldn’t expect other snippets from us unless it’s to fix an issue stemming from our own codebase. We always try our best to help theme users whenever we can and only provide code snippets out of courtesy to prevent them from waiting for the next update.
Regards,
April 15, 2022 at 16:25 #39894 -
AuthorPosts
You must be logged in to reply to this topic.