Replies
- 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 Hi Peter,
Welcome to BuddyDev support forums.Please visit your BuddyDev profile-> Memberships->Plugins
You will find the group blog plugin available there(Just below the BuddyBlog Pro). Once you activate it. you can mark a form for group type and setup the group posting.
Regards
Brajesh- Brajesh Singh on February 8, 2023 at 5:21 am in reply to: [Resolved] Removing the notifications tab #48319
Hi Carsten,
It is good to know.
I am glad it worked.
Regards
Brajesh