Replies
Hello Brajesh,
Please how is progress on this i’m really waiting patiently for this feature
Thank you for considering this request
- Tosin on October 11, 2020 at 4:57 pm in reply to: Branded login and force login with email support #33834
Thanks for the feedback, for further clarification
Do you mean that plugin will not conflict with this filter
/** * Email login support for bp-branded-login plugin */ add_filter( 'wp_authenticate_user', function( $user ) { if ( isset( $_POST['log'] ) && ! is_email( trim( $_POST['log'] ) ) ) { return new WP_Error( 'invalid_email', __( 'Please provide a valid email' ) ); } return $user; }, 10 );
Thanks
- Tosin on October 8, 2020 at 3:55 am in reply to: [Resolved] How to add custom buttons to buddypress profile page #33787
YES YES YES It worked perfectly there was a caching problem with my site so that’s why the changes did not reflect before.
Thank you so much
- Tosin on October 7, 2020 at 3:36 pm in reply to: [Resolved] How to add custom buttons to buddypress profile page #33779
This also did not work
- Tosin on October 7, 2020 at 2:21 pm in reply to: [Resolved] How to add custom buttons to buddypress profile page #33771
The code did not work for legacy template
- Tosin on October 7, 2020 at 12:59 pm in reply to: [Resolved] How to add custom buttons to buddypress profile page #33768
Thanks for the feedback but im using the legacy template
Hello,
Please I just want to remind you about this
Thank you
- Tosin on September 24, 2020 at 12:16 pm in reply to: BuddyPress Activity Privacy follow support #33424
Hello Brajesh,
Thanks for the new update I would suggest that you change the text (Persons I follow) to (Members I follow) since using member types, I have custom member types called business, organization and brand. I think using the world (Persons) would not represent or fit properly with this custom member types, but using the word (Members) is more generic.
What are your thoughts if you think otherwise.
Thanks
- Tosin on September 20, 2020 at 5:27 pm in reply to: BuddyPress Activity Privacy follow support #33326
Thanks for the feedback but I also think the (All members) privacy option should also be disabled while using the follow plugin or what do you think?
so while follow plugin is activated
privacy option (My friends) and (All members) should be disabled - Tosin on September 20, 2020 at 12:49 pm in reply to: BuddyPress Activity Privacy follow support #33320
I just noticed that I don’t use the friendship component but the privacy option (My Friends) is being displayed, this privacy option is meant to be disabled since I don’t use friend component but follow plugin.
Thanks