Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Friendship restriction #29599

    Hi Clea,
    Thank you for confirming the fix. I will check the issue on profile and get back to you in couple of hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Buddyblog error #29598

    Hi Hugo,
    I am sorry for the trouble.

    Please visit Dashboard->settings->BuddyBlog and make sure that a post type is selected and some taxonomy is selected.

    Please save and it will go away.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Laurent,
    Thank you for the patience.

    Please upgrade to 1.6.2.

    It will cleanup visits for any user who get deleted in future. For already deleted users, It will not show them in the list but the count will be different.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Sotiris,

    Thank you for confirming.

    The suggestion is a service provided by BuddyPress and only client side is enabled by the theme.

    It is possible to make it friends only but that will make the suggestions at other places friends only too.

    Here is a couple of line you can put in bp-custom.php or your child theme’s function.php

    
    
    /**
     * Make suggestions friends only.
     */
    add_filter( 'bp_members_suggestions_args', function ( $args ) {
    	$args['only_friends'] = true;
    
    	return $args;
    } );
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Friendship restriction #29580

    Hi Clea,
    Thank you for the patience.

    Please upgrade to 1.1.1 and let me know if that resolves your issue or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Friendship restriction #29578

    Hi Clea,
    Thank you for the patience and your help.

    I am able to see the issue now. I will be fixing and releasing an update within 24 hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Carsten,
    if you are seeing syntax error, you have mostly nested it in another php block. Please share complete code from the file on pastebin and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Sotiris,
    Thank you for the patience.

    Please upgrade to 2.0.8
    It fixes the dependency issue causing it.

    Please let me know if that works for you or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Carsten,
    That last part(the numeric value) are the field group ids.

    You can always use bp_is_my_profile() to check if it is current user’s own profile.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    You are welcome 🙂