Replies
- Brajesh Singh on February 10, 2023 at 2:29 am in reply to: [Resolved] New users can not signup with BuddyBoss after installing conditional fields plug #48357
Hi Richard,
My apologies for the inconvenience.The issue arises if you put the condition on a required field and it gets hidden. Please make sure there is not required field which can be hidden by condition and It will work.
Regards
Brajesh Hi Emmanuel,
Thank you for the reply.If the change in quality parameter is not working, Your best bet is to report it on BuddyPress trac.
As a thirdparty developer, we have limited entry points to the behaviour.
Regards
Brajesh- Brajesh Singh on February 8, 2023 at 10:04 pm in reply to: Server Denied BuddyBlog Pro Installation #48343
Hi Renato,
You are welcome.
I am looking forward to hear your feedback.Regards
Brajesh Hi,
Thank you for the question.BuddyPress does set the quality to 90%. You can change that with the following code.
// update quality parameters for avatar upload. add_filter( 'attachment_avatar_edit_image', function ( $args ) { $args['quality'] = 100; return $args; } );Regards
Brajesh- Brajesh Singh on February 8, 2023 at 9:56 pm in reply to: [Resolved] Disable Specific Plugins and Load Specific css on Each Buddyboss Component #48341
You are welcome.
I am glad you found it.Regards
Brajesh - Brajesh Singh on February 8, 2023 at 9:55 pm in reply to: [Resolved] Buddypress register redirect url #48339
Hi Iain,
Please do let me know what was the issue.PS:- When I had logged to your site, I found that you had some of the fields from xprofile custom field types but the plugin was deactivated, so I activated that again.
Regards
Brajesh Hi Peter,
Thank you for the question.
We do not have any plan for adding a way to move posts from one group to another currently.Here are 2 meta fields that you can use to mark a post belonging to a group
1. _bblgroups_group_id , you will need to set it to specific group id. e.g 32
2. If you have scoped only posts created from front end to be visible in group, Please add another meta _is_buddyblog_post and set it to 1.That will make a post available to a group if the post type is enabled for the group.
Regards
Brajesh- Brajesh Singh on February 8, 2023 at 9:49 pm in reply to: Assiging Member Type Doesn’t Add User to Group #48337This reply has been marked as private.
- Brajesh Singh on February 8, 2023 at 9:43 pm in reply to: Server Denied BuddyBlog Pro Installation #48336
Hi Renato,
Thank you for using our plugins.The error seems to be server related. I will suggest re-trying the upload and checking again.
If you still get the issue, Please contact the server support. There is probably a limit on the size of uplodable files(BuddyBlog pro is approximately 300KB).
Please let me know how it goes.
Regards
Brajesh - Brajesh Singh on February 8, 2023 at 12:47 pm in reply to: [Resolved] Buddypress register redirect url #48325
Hi Iain,
On the staging site I just changed your theme to TwentyTwenty and deactivated BuddyForms plugin and the registration/activation is working.
My guess is either one of these 2 were causing the issue.I have left it with the current modified settings for you to test. Please take a look.
Regards
Brajesh