BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Daniel,
    Please check my reply again.

    The plugin does not stop user’s from deleting their own activity. A stream of user may contain activities by other users(hi network) and the user should not be able to delete other’s activity. That’s what this plugin does. It does not prevent users from deleting their own activity.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: How to remove following tab #46511

    Hi Tosin,
    I have checked it and it is working properly by removing the tab in Nouveau and legacy both.

    You probably have some other code causing it. I will suggest liming the custom code to above snippet and disabling all plugins except BuddyPress, BuddyPress Follow and trying with default WordPress theme.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Quint,
    Thank you for the suggestions.

    Please allow me to explore it for the custom fields plugin. I will let you know within 2 days.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Cristi,
    I am waiting to see if we need to make any more change sin BuddyBlog Pro 1.3.0 before Group Blog release. That’s why I haven’t released it. I will be available by the weekend.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Multiple profile types on one account #46506

    Hi Alex,
    Thank you for the question.
    At the moment, there does not seem to have any existing solution for this.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Activate registration by administrator #46505

    Hi Alex,
    Thank you for the question.

    Please take a look at
    https://wordpress.org/plugins/bp-registration-options/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Carsten,
    In BuddyPress, only the part after the username is called component. The part that comes after component is called action.

    In your examples, ‘edit’, ‘change-cover-image’ etc are actions not component. ‘profile’ is the component in this case. so, you will need to exclude ‘profile’ is using the above code.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Richard,
    Thank you for sharing.

    It looks good based on your use case. Earlier, I thought that you wanted users to accept the terms on a new page but I now see you wanted it differently.

    I think the approach in second step is erroneous as it will add anyone visiting that page as someone who has accepted the terms even if they did not.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: How to remove following tab #46494

    Have you put the code in bp-custom.php? It won’t work from your theme’s functions.php
    I will be testing later today after installing the plugin.

    Regards
    brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Carsten.
    The component is the slug that is being used after the user name. e.g ‘profile’, ‘groups’, ‘friends’ etc.

    Have you added change cover image as top level?

    You can put any slugs in this array in the above code

    
    array( 'activity', 'notifications', 'messages', 'settings' )
    

    as

    
    array( 'activity', 'notifications', 'messages', 'settings', 'some-slug-with-dashes-and-string', 'some-other-slug' )
    

    and so on.

    Regards
    Brajesh