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: 25485
    Brajesh Singh on in reply to: Mediapress Members gallery page not working #22649

    Hi Audiomonk,
    No problem.

    I am glad that the shortcodes are working.

    For troubleshooting the directory page, Please provide me access to your site and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Buddypress Friend Suggestions #22646

    Hi Daria,
    I did an experimental implementation and with a few 100 users it took the site down. The xprofile_query is not very efficient specially when more than one xprofile field is involved.

    That’s why this idea never became part of the plugin.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Tosin,
    The simplest way to do it will be to edit the email template.

    Copy the single email template from your current template pack to your theme/child theme.

    It is in [current-template-pack]/buddypress/assets/email/single-bp-email.php to yourtheme/buddypress/assets/emails/single-bp-email.php and remove that snippet.

    The [current-template-pack] is either bp-nouveau or bp-legacy depending on which one is active.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Add category to corresponding group #22640

    Hi,
    Thank you for confirming.

    For now, I will suggest using css to hide it from he view. Not the bets approach but will work for now.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: How to change the buddypress email reply to #22639

    Hi Tosin,
    That code seems correct to me. Are you using any mail transport plugin like wp smtp etc?

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] BP Multi Network #22638

    Hi Pat,
    It is supported. It is not a priority but we have been working on to cleanup the code and there will be new release soon.

    For now, if you plan to use it, Use it from github.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Add category to corresponding group #22635

    Thank you for confirming.
    What I suggest is keep the category/groups association mutually exclusive to avoid this issue.

    For limiting the posting to group members only, Please open blog-categories-for-groups/core/bcg-actions.php and replace the function

    
    on_activity_publish
    

    and its code with the following code

    https://pastebin.com/HeTG6xsZ
    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Add category to corresponding group #22630

    Hi,
    I was testing again.

    When a category is associated with multiple groups, The published posts activity is pushed to one of the groups randomly.

    Can you please verify if it not appearing in all groups? It should appear in one of the groups randomly.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Add category to corresponding group #22628

    Hi,
    Thank you.

    1. I consider issue related to selection of multiple category and activity stream a bug and will be pushing a fix today.

    2. I do not consider a user not belonging to group getting their post recorded as a bug. This happens as we record all activities for posts where the associated terms are part f a group to the group(as per your earlier requirement).
    This is not the behaviour of the plugin by default as we expect people to use our front end editor for posting.
    Will be glad to push a fix for this case in future but not now.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Add category to corresponding group #22626

    Hi,
    Please have patience. This is low on priority(It is our last working day of the week) and there are other works I am involved right now. So, it may take a few hours sometimes in my reply.

    I will test the multi category issue and will be posting an update in next couple of hours.

    Also, The last reply is expected behaviour. We do not check for who posts it. The moment you allow it from dashboard, we have no idea if a user is a member or not and will be beyond the scope for this plugin.
    If you want, I can point you to test for membership for groups.

    Thank you
    Brajesh