Replies
- Brajesh Singh on August 20, 2020 at 7:52 pm in reply to: Member Types Pro Not Working (Field Missing on profiles) #32633
Hi Rami,
We are in the final stage of testing. It should be fully tested by tomorrow. The only thing remaining will be documentation. If that gets delayed, I will share a link with you for the plugin to use by Saturday.Regards
Brajesh - Brajesh Singh on August 20, 2020 at 7:50 pm in reply to: [Resolved] BuddyPress not sending email activation to hotmail #32632
Hi,
You may want to add this in bp-custom.phpadd_filter( 'bp_email_get_headers', function ( $headers ) { unset( $headers['List-Unsubscribe'] ); return $headers; }, 10 );and check if it works. It also removes the list header without modifying the code manually.
Regards
Brajesh - Brajesh Singh on August 20, 2020 at 7:44 pm in reply to: [Resolved] Member Types Pro – Not showing List in Directory check box #32631This reply has been marked as private.
- Brajesh Singh on August 20, 2020 at 7:33 pm in reply to: [Resolved] BuddyPress Multi Network – Main site users have access to all subsites #32628
You are welcome.
- Brajesh Singh on August 20, 2020 at 7:33 pm in reply to: BuddyPress Xprofile Custom Field Types – Select 2 Drag and Drop? #32627
Hi Anna,
Welcome to BuddyDev.Thank you for the question.
At the moment, there is no reliable way to manage sorting of the entries with select 2. There are some coding doing round as suggested here
https://github.com/select2/select2/issues/3004I am unable to use it in the plugin as it may break the current implementation. Please give the try from last 2 post and see if that works for you.
Regards
Brajesh - 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