Replies
Hi Hugo,
Thank you for the reply.1. The option is not available the in plugin. We plan to add it in the next update.
2. Please visit Dashboard->Settings->BuddyBlog and update the capability needed for backend editing. In future, we will remove it and replace with roles.Regards
Brajesh- Brajesh Singh on June 1, 2020 at 7:48 pm in reply to: [Resolved] Issue with Profile Completion #30377
Hi Rosa,
I have checked the plugin with BuddyBoss and I did not encounter the issue. I had 2 non required fields and all remaining required fields.I was able to delete values from the non required fields without any issue.
I have released an update of the plugin to force recheck of the completeness on profile update, avatar upload, cover upload. Earlier, if a profile was marked complete and even somehow they become incomplete(say admin marked another field as required), they kept being treated as complete.
I am planning to force recheck on login as well in future.
Please try the plugin and check again. It should work fine with BuddyBoss platform.
Regards
Brajesh - Brajesh Singh on June 1, 2020 at 7:41 pm in reply to: Choose Member Type when i create one user MEMBER TYPE PRO #30376
Hi Carlos,
Thank you for using BuddyPress Member Types Pro.The Member Type is a BuddyPress feature and offered from BuddyPress profile/registration screen.
If you are creating a user as admin, my suggestion is to map “Role to Member Type form Settings->Member Types”.
That way, when you create a user with role x, they will be assigned the associated member type.Regards
Brajesh - Brajesh Singh on June 1, 2020 at 5:59 pm in reply to: [Resolved] Disable Right and Left Panel on Community Builder #30375
Hi Eri,
Hope you are doing well.The option to control visibility of the left/right panels are only available in the Community Builder pro theme.
For the free theme, you can put the following code in your child theme’s functions.php
/** * Hide the right/left panels for Community Builder Free(In pro, you can control it from customize->Layout section). */ add_filter( 'cb_panel_visibility', function ( $visibility ) { return 'none'; } );and it will hide the panels.
Regards
Brajesh Hi Steven,
Thank you.It seems an issue in the Xprofile custom fields plugin not hiding tos.
Please install this tiny plugin
https://buddydev.com/plugins/bp-non-editable-profile-fields/and mark the terms fields non editable. Please let me know if it fixes the issue or not?
Regards
BrajeshThank you.
Please let me know which theme & Template pack you are using. I will be assisting with it quickly.Regards
BrajeshHi Steven,
My apologies for the delayed reply.We do have multiple plugins for restricting part of things(Like message privacy/restriction, activity rate limiting etc), we don’t have one solution for this.
We have been working on it since last month(Thanks to one of our members here who requested it). I am hoping for the release around last week of June.
Regards
BrajeshYou are welcome. I am glad it worked.
Regards
Brajesh- Brajesh Singh on May 31, 2020 at 11:00 pm in reply to: [Resolved] Can you help me with the small snippet #30364
Hi Kumar,
We do not offer community support on Weekends. We only provide support for critical issues for our pro members over the weekend.
@ravisharma will assist you with the code on Monday.Thank you for your patience.
Regards
Brajesh - Brajesh Singh on May 31, 2020 at 10:55 pm in reply to: Buddypress Group tab creator for existing tab modification #30363This reply has been marked as private.