Hi there, the Block user button are displayed in all Button locations, even if they are unmarked.
Friends List
Members Directory
Group Members List
Profile HeaderI have added these snippets to my functions.php which hides the Block button in those locations, but I wonder why the BP Block Users setting does not work?
If I need to continue to use the snippets to hide the Block buttons, I need the add_filter code for the Friends List also, thank you.
Regards
Carsten`
//BuddyDev Block Membersadd_filter( ‘bublock_show_button_in_profile_header’, ‘__return_false’ );
add_filter( ‘bublock_show_button_in_members_directory’, ‘__return_false’ );
Viewing 3 posts - 1 through 3 (of 3 total)
The topic ‘ [Resolved] Button locations in BP Block users Settings have no effect?’ is closed to new replies.
This topic is: resolved