Replies
- Brajesh Singh on August 30, 2020 at 4:55 pm in reply to: [Resolved] Community Builder PRO – Buddypress Group Image Avatar Upload Error #32851
Hi Christopher,
I have tried it on the Apache now and it is working(avatar/cover upload).I am going to try on nginx in 1-2 hours and will be reporting back. If you can provide us the WordPress/BuddyPress version and other details from my previous reply, It will help a lot.
Thank you
Brajesh - Brajesh Singh on August 30, 2020 at 4:44 pm in reply to: [Resolved] Community Builder PRO – Buddypress Group Image Avatar Upload Error #32850
Hi Christopher,
I am sorry for the issue.Are you using WordPress 5.5 and BuddyPress 6.2? Is there any plugin specific to BuddyPress groups enabled? Also, are you on multisite or normal WordPress.
I am checking it now, Will be getting back within 1 hour.
Regards
Brajesh - Brajesh Singh on August 30, 2020 at 10:41 am in reply to: [Resolved] BuddyPress User Contact Form #32841
Hi Rami,
Thank you for the patience.We have added this option to the plugin 1.1.3.
Please upgrade. Let me know if it works for you or not?
Regards
Brajesh Welcome to BuddyDev forums. I hope you have a great time 🙂
- Brajesh Singh on August 29, 2020 at 8:07 pm in reply to: [Resolved] Can not add new blogpost in BuddyPress #32838
If you are using one of our plugins(BuddyBlog or blog categories for groups) for the posting, you will need to install
https://buddydev.com/plugins/bp-simple-front-end-post/Regards
Brajesh - Brajesh Singh on August 29, 2020 at 8:06 pm in reply to: Custom Profile Tabs – new subnav button is not responding #32837
Hi,
Select 2 is a library for enhancing selectbox experience. It seems one of the plugins is loading it and inappropriate applying it on all the select boxes.We do not use select2 for this plugin. It is coming from another plugin. If you can share the list of active plugins, I may be able to guess which one is doing it.
Regards
Brajesh - Brajesh Singh on August 29, 2020 at 7:42 pm in reply to: [Resolved] Member Types Pro – validation of group registrations #32836
Hi Olivier,
Thank you for the patience.Please upgrade to 1.4.5 and put this code in your bp-custom.php
// enable private group joining request by Member Types pro(instead of auto joining user to the group). add_filter( 'bpmtp_enable_group_join_as_request', '__return_true' );It will send the group join request for private groups instead of auto joining them. Please note that only Private groups support request. Hidden/public groups do not support request.
Regards
Brajesh - Brajesh Singh on August 29, 2020 at 7:03 pm in reply to: Restrict Email Domains – Limit to only one signup form? #32835
Hi David,
Thank you for the reply.Please upgrade to 1.1.3 and put this code in your theme’s functions.php
// Disable WP restrict email domains for all plugins except ultimate member. add_filter( 'wp_restrict_email_domains_integration_enabled', function ( $enabled, $plugin_id ) { if ( 'um' !== $plugin_id ) { $enabled = false; } return $enabled; }, 10, 2 );That will make sure that it is only active for ultimate member.
Regards
Brajesh - Brajesh Singh on August 29, 2020 at 6:14 pm in reply to: [Resolved] Hide Core Tabs using BuddyPress User Profile Tabs Creator Pro #32827
You are welcome.
- Brajesh Singh on August 29, 2020 at 6:14 pm in reply to: Custom Profile Tabs – new subnav button is not responding #32826
Hi,
It seems to be a javascript conflict.Please open the browser console on the new/edit tab page( if you are using chrome, you can press ctrl+shift+I) and check the “Console” tab. Please post me the error message you see there.
Regards
Brajesh