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: 25333
    Brajesh Singh on in reply to: Mediapress Members gallery page not working #22659
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25333
    Brajesh Singh on in reply to: [Resolved] Buddypress Anonymous Activity #22658

    Hi Nicola,
    Welcome to BuddyDev forums.

    Thank you for the questions.

    1. Limiting to certain groups:- We can help you with it. By default, It makes posting all site Activity updates anonymous.

    2. It does not make the bbPress topic notifications anonymous and we do not enable bbPress support out of the box.If you need it, we have this functionality in the plugin(can be triggered via code). We do not recommend as the notification mails for forum topics are not anonymous.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25333

    Hi Mic,
    We don’t know about the compatibility and based on your topic we assume it is not compatible.

    It seems they have their own custom handler for registration. If you can ask them how can we hook into their validation process for registration, I can add the support for it.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25333

    Hi Heiko,
    Thank you for using the plugin.

    I am sorry for the inconvenience.
    Is there anything special about those roles? Are these roles assignable from User screen? Are they added via some role manager? We use ‘get_editable_roles()’ to get the list of editable roles.

    If they are assignable on User edit screen, They should be available to the settings page too.

    Please let me know which plugins and how are you adding the role and I will assist.

    Regards
    Brajesh

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

    This will work fine if you do not need the “Blogs” tab on the group page.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25333
    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: 25333
    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: 25333

    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: 25333
    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: 25333
    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?