Replies
- Brajesh Singh on June 17, 2022 at 8:23 am in reply to: Issues with registration member types. #45414
Hi Ethan,
Thank you for the patience.I have been able to troubleshoot and find the issues.
The problem is if you remove one of the tabs created by BP Custom Profile Menu via code, It breaks all of the tabs created by that plugin.
The reason is when you remove a nav item, BuddyPress unregisters the associated callback(screen function). The plugin uses same callback for all the tabs(which is correct way) but if you remove one of them via code, It will break all of the tabs registered via that plgin.
If you comment this line
bp_core_remove_nav_item( 'job-listings' );Like this
// bp_core_remove_nav_item( 'job-listings' );The other tabs removal will work fine.
PS:- We haven’t been able to reproduce the activation issue you were facing. Going to give it another try this weekend and will update you on that.
Regards
Brajesh - Brajesh Singh on June 16, 2022 at 12:03 am in reply to: [Resolved] Buddypress Emails Not Sending #45405
Thank you Tosin and Joseph.
It is good to know the solutions being used to overcome the issue.
Regards
Brajesh - Brajesh Singh on June 15, 2022 at 11:06 am in reply to: [Resolved] Buddypress Emails Not Sending #45399
Hi Tosin,
Thank you for the suggestion.I did not suggest this as this approach will force use of plain text email instead of the default BuddyPress HTML emails.
Regards
Brajesh - Brajesh Singh on June 15, 2022 at 12:40 am in reply to: [Resolved] Buddypress Emails Not Sending #45396
Hi Joseph,
Welcome to BuddyDev support forums.Your issue is not specific to your install. It is an issue with BuddyPress mailing system and the SMTP plugins.
BuddyPress does not uses wp_mail() and extend PHP Mailer to send email. This is not the standard way handled by WordPress(though WordPress does similar thing internally).
That’s why most of the smtp plugins are not compatible with BuddyPress. If an SMTP plugin needs to be compatible with BuddyPress, they will have to add some hooks/support specifically for BuddyPress.
Please contact the SMTP plugin authors and request them to support BuddyPress.
Regards
Brajesh - Brajesh Singh on June 15, 2022 at 12:37 am in reply to: Issues with registration member types. #45395
Hi Ethan,
Thank you.
I will be checking in the day and getting back to you.Regards
Brajesh Hi Daniel,
You are welcome.I am glad It is resolved.
Regards
BrajeshHi John,
Thank you for purchasing from us.Can you please tell me which theme you are using it with? Is it with BuddyPress or BuddyBoss? If BuddyPress, are you using Nouveau or Legacy template pack.
Regards
Brajesh- Brajesh Singh on June 15, 2022 at 12:28 am in reply to: [Resolved] How to Add Name on Registration #45392
Hi Lisa,
Thank you for the reply.The only plugin which could cause this is BP Better Experience.
The other reason could be some css hiding the field.
Can you please link me to your registration page? I can quickly check if the field is hidden via css?
Also, by Name, I am assuming that you are referring to default BuddyPress Full Name field.
Regards
Brajesh Hi Nik,
Thank you for the question.
At the moment, BuddyBlog Pro is not able to hadle content creation for groups.Regards
Brajesh- Brajesh Singh on June 15, 2022 at 12:25 am in reply to: [Resolved] Approval required prior to group creation #45390
You are welcome.
All the best.Regards
Brajesh