Replies
- Brajesh Singh on January 6, 2023 at 2:11 pm in reply to: BuddyPress Auto Activate Auto Login and Nextend Social Login and Register #47846
Hi Cristi,
Thank you for the question.No, The auto activation plugin will not have any effect on user registered via social network. Their flow is controlled by the social login plugin.
Regards
Brajesh Hi Bilal,
Are you using community Builder theme?Regards
BrajeshYou are welcome.
- Brajesh Singh on January 4, 2023 at 4:32 pm in reply to: [Resolved] Buddyblog activity button #47838
Thank you.
That’s good to know.Regards
Brajesh Hi Carsten,
Thank you for the question.The BuddyPress Notification widget add the clear notification options for clearing the notifications.
Regards
BrajeshHi Jean,
Welcome to BuddyDev.
We do not disallow admin from reporting a group.Yes, admin user is whitelisted. If you want to avoid that, you can certainly do it.
Please put the following code in your bp-custom.php
add_filter( 'bpmts_is_user_whitelisted', function ( $is, $user_id ) { return bpmts_user_has_roles_in( $user_id, bpmts_get_option( 'whitelisted_roles', array() ) ); }, 10, 2 );Now, it only uses roles for comparison and does not skip the super admin users by default.
Regards
Brajesh- Brajesh Singh on January 4, 2023 at 3:43 pm in reply to: [Resolved] Badges shortcodes not working #47835
Hi Mendy,
It will be available in next 7 working days.Regards
Brajesh Hi David,
Thank you for the question.No, Our plugins do not use XML-RPC. Please feel free to disable it.
Regards
Brajesh- Brajesh Singh on January 3, 2023 at 1:24 am in reply to: Set default wordpress upload dir for Xprofile Custom Field Type #47822
Hi,
Thank you.
I will be adding a filter.For the entry part, your best solution is to create a new field type(attachment field type).
Regards
Brajesh - Brajesh Singh on January 3, 2023 at 1:21 am in reply to: [Resolved] Users are able to message blocked and suspended users if you have the direct URL #47821