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: 25358

    Hi Chris,
    Thank you for joining our membership.

    The BuddyPress Auto Friendship Pro addd the new User to a list of predefined users. In other words, the list of users who will be added is preset.

    What you are looking for is finding a match between the users and add them as friend. The plugin does not do that.

    Yes, It is doable with some code(will that work for you?). If I put the custom code, It will only apply to new users.

    If you need it for existing users, it will need searching all users and managing a queue for adding friendship relationship(which will be ajax based to avoid timeouts). This will be beyond the scope and will need custom service.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: Hide a member type in Profile Search Forms #31498

    Hi Ramon,
    Sure. I will share the activity code in next 1-2 days.

    The code for form was shared by @ravisharma and I am going to ask him to support you with that.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358

    Hi Alya,
    Thank you for the update. It is good to know.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: [Resolved] Hide Logged In User Member Card #31494

    Hi Steven,
    I am sorry for the inconvenience.

    Did you put it in your bp-custom.php.

    if yes, did that file started with
    <?php
    tag.

    If possible, Please share the complete code from that file on pastebin.com and link me.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: Hide a member type in Profile Search Forms #31493

    Hi Ramon,
    I am referring to the code for hiding activity.

    Hiding from the form should be simple.

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: BuddyPress Moderations Tools #31489

    Hi Manuel,
    I am sorry for the inconvenience.

    1. Are you using BuddyDev dashboard for update? If yes, Please make sure to verify the keys are configured correctly.

    I have seen this issue only with incorrect keys in past.

    PS:- You can delete and re upload. That will not cause any loss of data or setting.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: Excluding a role from all BuddyPress listings #31483

    Hi Jemima,
    I am sorry for the delayed reply. I wanted to take a look at the invite code before replying.

    To achieve this in nouveau is not simple. The developers have made sure to use every bad trick available in the book.

    The seems to be only possible strategy that you add an ajax handler which has higher priority and hook to ‘wp_ajax_groups_get_group_potential_invites’

    The handler needs to copy code from the function ‘bp_nouveau_ajax_get_users_to_invite’ and exclude users there.

    It seems like a not so well thought implementation for now.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: buddycircle #31482

    Hi,
    Thank you for the question.

    There is no option available currently. We are adding it in our next release.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    Brajesh Singh on in reply to: Hide a member type in Profile Search Forms #31481

    Hi Ramon,
    Thank you for the reply.


    @ravisharma
    will be assisting you with it tomorrow.

    About activity stream:- The plugin doe snot hide any user from activity stream as there is no efficient way to do it.

    If you still want to do it, Ravi or I may be able to put some code in couple of days. Please let me know if you want to proceed with it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25358
    This reply has been marked as private.