BuddyDev

Search

Replies

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Change BuddyPress Force Profile Photo plugin redirection #32589

    Hello Tosin,

    I am looking at it and will update you soon.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    Hello Carsten,

    Thank you for posting. Please check the following thread with similiar issue.

    https://buddydev.com/support/forums/topic/hide-register-text-in-bp-regsiter-form/

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Branded login error #32498

    Hello Tosin,

    PLease update the plugin. Notice is fixed now.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Hide Register text in BP Regsiter form #32463

    Hello Daniel,

    That was expected. You can not hide this message using css. Try the following code if you are using Nouveau template pack

    
    add_filter( 'bp_nouveau_feedback_messages', function ( $args ) {
    
    	if ( isset( $args['request-details'] ) ) {
    		unset( $args['request-details'] );
    	}
    
    	return $args;
    } );
    
    

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Hide Register text in BP Regsiter form #32459

    Hello Daniel,

    Thank you for posting. With BuddyPress Nouveau template it can be easily done as it provide a filter ‘bp_nouveau_feedback_messages’ so that you can use this and return empty string for the case. If you are using BuddyPress leagacy then it bit difficult using CSS as there is no specific id or class is added to the rendering element in that case you have to override the register.php into your active theme and remove that line.

    Please do let me know if you need further assistance.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Buddypress Group creation not available #32422

    Hello Ankit,

    Please try after disable all other plugins except BuddyPress and switch to default WordPress theme temporarily and check if the issue still persists or not.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Buddypress Group creation not available #32420

    Hello Ankit,

    Is there any plugin or custom code you are using that restrict group creation?. I am able to access group create menu with Whitedot theme.

    https://tinyurl.com/y3cdsca2

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Buddypress Group creation not available #32418

    Hello Ankit,

    Thank you for posting. To enable group creation you first need enabled group component. If you have already enabled this component please check setting with name “Group Creation” is enabled. you can find this under BuddyPress settings > Options Tab > Group Settings section.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: How to add BuddyCircles to navigation menu #32417

    Hello Ankit,

    Thank you for posting. Try the following

    In Top Level Component case:

    Create a custom link and add a link like “http://yourdomain.com/members/me/circle/” use this link if you have added circle tab as “Top level component”

    In Under Friends Tab case:

    Create a custom link and add a link like “http://yourdomain.com/members/me/friends/circle/” use this link if you have added circle tab as “Friends Tab”

    Please check

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: private account #32414

    Hello Ankit,

    Thank you for posting. Please do not create duplicate threads for the same issue. I am closing this in regards to the following.

    https://buddydev.com/support/forums/topic/private-account/

    Regards
    Ravi