Replies
Marking resolved as per the other thread.
Regards
BrajeshYou are welcome.
- Brajesh Singh on July 15, 2019 at 10:02 am in reply to: [Resolved] Why does BP Members Directory reload every time? #24102
Hi Carsten,
Thank you for confirming. I hope the legacy suits your need.Regards
Brajesh - Brajesh Singh on July 15, 2019 at 10:00 am in reply to: Automated Cover Images per Member Type #24101
Hi Mike,
Thank you for the feedback.1. You are right, There is no button for removal under predefined badges(roles). We will add that it in next release.
For now, Please use the “Upload Image” button to assign new badge to it. It will work.(Please check if it saved).
2. The cover image will be available tomorrow.
3. For badge multisite compatibility(multi network active or multi blog mode) we are facing some issue. The roles are specific to a site and not the network. How do we handle roles badge on a site? Do we use the badge from the main site or we allow uploading on each site?
Please let me know your thought.
Thank you
Brajesh Hi,
Sure you can use the filter ‘bp_local_group_notifier_skip_notification’Based on current user, return true for everyone except Teachers.
It will skip the recording for them.
Regards
BrajeshYou are welcome 🙂
Hi Mike,
Yes, It is possible to post private replies.you may use this plugin
https://wordpress.org/plugins/bbpress-private-replies/
It has not been updated recently but it works.In my opinion, forum search is better as others may be able to search for their issues and the support load can be minimized.
Regards
Brajesh- Brajesh Singh on July 15, 2019 at 9:41 am in reply to: [Resolved] BuddyPress Auto Activate Auto Login – Cannot login #24095
Hi Chris,
Thank you.I am glad it worked.
Let us continue the discussion about profile field and search here
Regards
Brajesh Hi Axel,
Please put this in your bp-custom.php or your theme’s functions.php/** * Move friendship button to the end. */ add_action( 'bp_nouveau_return_members_buttons', function ( &$buttons ) { $button = isset( $buttons['member_friendship'] ) ? $buttons['member_friendship'] : ''; if ( empty( $button ) ) { return $buttons; } unset( $buttons['member_friendship'] ); $buttons['member_friendship'] = $button; } );That should do it.
Regards
Brajesh- Brajesh Singh on July 15, 2019 at 8:09 am in reply to: How to add fields other than the "base" group to the registration form? #24093
Hi,
No, The plugin does not support multiple grous currently.