BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Thank you.
    I will update you on Monday.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Hi Alex,
    Thank you for your assistance with the detailed screenshots and steps to reproduce. I am glad you have found a custom solution too.

    This plugin only stores ‘_bppc_available_roles’ for the fields and nothing else.

    In case the restriction is applied on full name field, this plugin filters activity as well as activity display name of the user/comment. I am still not sure why that will cause activity as null.

    I will be writing back to you with a lot more details and clarification on Monday about it.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: How to hide group settings tab? #53210

    Hi George,
    BuddyPress extensions add their nav very differently(directly accessing globala nd won’t be available when teh above filter is used).

    Here is a temporary solution(It only hides nav links not the actual handler attached with the forum).

    
    add_action( 'bp_actions', function () {
    
    	$bp = buddypress();
    
    	if ( isset( $bp->groups->group_creation_steps ) ) {
    		unset( $bp->groups->group_creation_steps['forum'] );
    	}
    
    }, 10 );
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: How to hide group settings tab? #53208

    Hi George,
    Thank you.

    Do you want to remove it from group creation?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Hi Carsten,
    Welcome back.

    That is applicable to BuddyPress classic template pack.

    Are you using Nouveau or classic?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Hi Shaun,
    Thank you for teh question.

    I will suggest disabling the option “Strict filtering”.

    If you disable it, the profile filter will only match words ad not partial string.

    Please let me know if that works for you

    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Thank you Azra.
    I am glad you were able to resolve it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Hi Alex,
    Thank you.

    From your descriptions, what I understand is that when a profile is updated and incomplete activity is saved by BuddyPress if the profile data control is enabled for Full name(BuddyPress does not have a username field). The error does not go because the incomplete activity remains in the database(You can delete it from Dashboard->Activity).

    Which version of BuddyPress are you using. Are you using BP classic plugin with it. Which theme and template pack are you using.

    Please let me know and I will re-create it and debug.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Thank you Alex.
    I have tested it with latest BuddyPress 14.1 and I don’t see the issue.

    It is probably the profile data control settings/custom field types which is causing it. Do you have a staging site where I can take a look at the profile fields and their configuration(which is using data control)?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Hi Alex,
    I am sorry for the trouble.
    The error log does not directly link to profile data control. It is showing issue with activity(probably a side effect).

    Can you please tell me the step by step process to reproduce it(e.g log as xyz, visit profile->edit etc..).

    Thank you
    Brajesh