Replies
- Brajesh Singh on January 18, 2022 at 11:11 am in reply to: [Resolved] BP Username Changer plugin & WordPress or BuddyBoss triggers in AutomatorWP #42661
You are welcome.
- Brajesh Singh on January 18, 2022 at 12:46 am in reply to: [Resolved] What is Expected Behavior when Adding New Groups to Existing Subsites? #42654
Hi Matt,
Thank you.Your steps are correct.
1. is bp-custom.php in wp-content/plugins directory?
2. Are you creating groups from front end or using some code?
3. Have you tried it with default WordPress theme and BuddyPress template pack? just to be sure that the theme is not interfering in case you are using a custom theme.Regards
Brajesh Thank you.
I am looking forward to their reply. It will be a pleasure to have it work with our plugin.Regards
Brajesh- This reply has been marked as private.
- Brajesh Singh on January 18, 2022 at 12:33 am in reply to: [Resolved] Can not cange profile image #42649
You are welcome.
- Brajesh Singh on January 18, 2022 at 12:33 am in reply to: [Resolved] BP Username Changer plugin & WordPress or BuddyBoss triggers in AutomatorWP #42648
Hi Mark,
1. That code is already part of the plugin.
2. Here is an example.add_action( 'bp_username_changed', function ( $new_username, $data, $user ) { $user_id = $user->ID; }, 10, 3 );Regards
Brajesh Hi John,
Probably the gesture differences.Please take a look on how to disable it(You can not do it on the website, you may disable it on your own mobile).
Regards
Brajesh- Brajesh Singh on January 18, 2022 at 12:23 am in reply to: [Resolved] What is Expected Behavior when Adding New Groups to Existing Subsites? #42646
Hi Matt,
Welcome to BuddyDev forums.1. If you have the multi network plugin enabled, all the groups on each of the sub site are separate.
This plugin adds sub site specific prefix to the BuddyPress tables. That means, each sub site have their own groups table and the groups are independent of other sub sites( and each sub site group start with id 1). The ids do not conflict.
If ids are conflicting, there is some issue with the configuration.Regards
Brajesh - Brajesh Singh on January 17, 2022 at 7:20 pm in reply to: [Resolved] Bigger text registation BuddyPress #42639
Hi Anders,
Please try adding the following css.buddypress-wrap .signup-form label, .buddypress-wrap .signup-form legend, .buddypress-wrap .signup-form p { font-size: 32px; }Please feel free to change the font size value to your needs.
Regards
Brajesh - Brajesh Singh on January 17, 2022 at 7:16 pm in reply to: Buddyboss show ‘user last login’ or ‘user last active’ in User Profile #42638
Hi Dale,
you will need a third party plugin for this. BuddyPress/BuddyBoss does not contain when a user last logged in.If you are using BuddyPress, It already shows the last active time for the user.
If you are using BuddyBoss, I will suggest contacting their support for the general questions as it is specific to their theme/platform.
Regards
Brajesh