👻 Halloween Treat: Our biggest-ever 25% OFF memberships — use SPOOKYSOCIAL before Nov 3! 🎃

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25203

    Hi Chris,
    Welcome to BuddyDev forums.

    You can use the following code in your bp-custom.php to do that

    
    
    function buddydev_setup_dummy_nav() {
    
        $friends_slug = bp_get_friends_slug();
    
        bp_core_new_subnav_item( array(
            'name'          => 'Invite',
            'slug'          => 'do-invite',
            'parent_slug'   => $friends_slug,
            'parent_url'    => trailingslashit( bp_loggedin_user_domain() . $friends_slug )  ,
            'link'          => get_permalink( buddypress()->pages->members->id ), //where the Link should pint to for this sub nav?
            'screen_function' => function () {}
        ));
    }
    
    add_action( 'bp_setup_nav', 'buddydev_setup_dummy_nav' );
    
    

    Hope it helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203

    Hi Javier,
    Thank you for the details.
    1. yes, It will be extendable in future.

    2. You can use the hook ‘bp_before_activate_content’ or ‘bp_before_activate_content’ to add extra content/terms

    I or Ravi will work on this on the weekend and provide you the code.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203

    Thank you for the links. The links are correct. Please contact the theme author and let them know the issue. They should be able to fix it.

  • Keymaster
    (BuddyDev Team)
    Posts: 25203

    Hi Javier,
    Thank you for posting and I am sorry i could not follow up on the mail due to some personal things.

    A few things to note:-
    1. User are sitewide and they will appear in the members directory
    2. A group admin will not be able to delete/edit user

    Questons:-
    1. Do you want the users to manually activate their account or automatically set to be active ?

    If these two things are ok, @ravisharma or I will assist you with it.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203

    Hi Luca,
    Thank you for the details. I mean the url. It is definitely a theme issue if you are on the update. I will need to check the theme.

  • Keymaster
    (BuddyDev Team)
    Posts: 25203

    Hi Jonas,
    Deleting notification was my idea. I will update to mark as read and will post back.

    About the custom development, Do you have time to allow us to work on it after the coming Monday?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    Brajesh Singh on in reply to: [Resolved] (BuddyDev) BP Poke #3955

    Hi Keith,
    Can you please post me a screenshot of the page?

    It should say that you poked the user.

  • Keymaster
    (BuddyDev Team)
    Posts: 25203

    Hi Jonas,
    1. Did you download the updates from github?

    We tested it again and It is working.
    Can you please tell us how are you testing it?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    Brajesh Singh on in reply to: Buddypress and Yoast #3915

    Hi Alexandra,
    I just tested it again.

    I am on multisite and I tested with Latest WordPress, BuddyPress and Yoast SEO. The code works great.

    Are you using any specific setting in yoast seo or any 3rd party redirection plugin?

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    Brajesh Singh on in reply to: [Resolved] (BuddyDev) BP Poke #3914

    Hi Keith,
    Welcome to BuddyDev Forums.

    The poke button will appear on your friends profile and not on your profile. Can you please visit your friends profile and check?

    Thank you
    Brajesh