BuddyDev

Search

Replies

  • Participant
    Level: Guru
    Posts: 907
    Tosin on in reply to: BuddyPress Branded Login shortcode #33884

    Hello Brajesh,

    Please how is progress on this i’m really waiting patiently for this feature

    Thank you for considering this request

  • Participant
    Level: Guru
    Posts: 907
    Tosin on 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

  • Participant
    Level: Guru
    Posts: 907

    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

  • Participant
    Level: Guru
    Posts: 907

    This also did not work

  • Participant
    Level: Guru
    Posts: 907

    The code did not work for legacy template

  • Participant
    Level: Guru
    Posts: 907

    Thanks for the feedback but im using the legacy template

  • Participant
    Level: Guru
    Posts: 907
    Tosin on in reply to: BuddyPress Branded Login shortcode #33676

    Hello,

    Please I just want to remind you about this

    Thank you

  • Participant
    Level: Guru
    Posts: 907
    Tosin on 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

  • Participant
    Level: Guru
    Posts: 907
    Tosin on 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

  • Participant
    Level: Guru
    Posts: 907
    Tosin on 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