Replies
- Brajesh Singh on August 20, 2020 at 7:31 pm in reply to: HTML email field – lots of HTML stuff in DB – how to go to text #32626
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 addingadd_filter( 'bp_email_use_wp_mail', '__return_true' );Regards
Brajesh - Brajesh Singh on August 20, 2020 at 7:29 pm in reply to: [Resolved] Member Types Pro – Not showing List in Directory check box #32625This reply has been marked as private.
- Brajesh Singh on August 20, 2020 at 7:28 pm in reply to: [Resolved] Member Types Pro – Not showing List in Directory check box #32624This reply has been marked as private.
- Brajesh Singh on August 20, 2020 at 7:01 pm in reply to: [Resolved] Member Types Pro – Not showing List in Directory check box #32620
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 - Brajesh Singh on August 20, 2020 at 12:17 pm in reply to: [Resolved] BuddyPress Multi Network – Main site users have access to all subsites #32614
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 - Brajesh Singh on August 20, 2020 at 11:15 am in reply to: [Resolved] BuddyPress Multi Network – Main site users have access to all subsites #32611
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 - Brajesh Singh on August 20, 2020 at 8:12 am in reply to: Only allow group invitations by searching for user's email #32607
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_inviteYou 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 - Brajesh Singh on August 20, 2020 at 7:57 am 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 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- Brajesh Singh on August 20, 2020 at 7:08 am in reply to: [Resolved] How change BuddyPress Xprofile Custom Field Types #32603
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