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

    Hi Tony,
    Thank you for the question.

    The current BuddyPress implementation sends html emails.
    You can force it to send the plain text message by adding

    
    
    add_filter( 'bp_email_use_wp_mail', '__return_true' );
    
    

    Regards
    Brajesh

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

    Hi Kristin,
    Thank you for using the plugin.

    It seems to me that even though you have purchased the pro, you are currently usign free plugin. Please delete “BuddyPress member Types Generator” and install “BuddyPress Member Types Pro”

    The BuddyPress Member Types pro was last updated 10 days ago on 10th of August, 2020 and is compatible with BuddyPress 6.2/WordPress 5.5.

    Please let me know if you are already doing it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Sotiris,
    Thank you for letting me know.

    It seems BuddyBoss Platform/BuddyPress is not understanding that users should be only on a sub site and should not show others.

    My code does not deal with the registration aspect. It will work if you add a user from back end to one of the sub sites.

    For front end registration and user being shown everywhere, I will suggest contacting the author of Network Subsite User Registration plugin or you may contact BuddyBoss team for the same.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Sotiris ,
    Thank you.

    How are you forcing signup on the sub site. On multisite, there is no concept of sub site registration.

    Are you using any plugin for that? Otherwise, all the users who register there are network users(and belong to main site).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi,
    Welcome to Buddydev.

    If you are using Nouveau, It is doable.

    Please take a look at the function

    bp_nouveau_ajax_get_users_to_invite
    

    You need to hook to ‘wp_ajax_groups_get_group_potential_invites’ and make sure to handle the requests at higher priority than ‘bp_nouveau_ajax_get_users_to_invite’

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Disabling Activity "tab" in BuddyPress Profiles #32606

    Hi Chelle,
    Are you using a plugin for redirecting to profile? Seems an issue with that plugin or code for redirect.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: header navi background design #32604

    Hi Sunny,
    Thank you for the question.

    You can do it by using some extra css. It will need a lot of changes for colors etc.

    The basic Idea is
    1. Make header absolutely positioned and add a margin to body and set header background transparent
    2. On scroll, when sticky-header class is added, set header background to some translucent color.

    That does it.

    The challenges you will face is related to the visibility/readability of the navigation links.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Andres,
    Thank you for the question.

    The Full Name field is core BuddyPress field and not offered by “BuddyPress Xprofile Custom field types” plugin.
    Also, It is feasible to delete that field technically but it will break your BuddyPress site. It is a required field in BuddyPress.

    so, avoid deleting that.

    Regards
    Brajesh