BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25206

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: Poor Profile Avatar Quality #48352

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: Server Denied BuddyBlog Pro Installation #48343

    Hi Renato,
    You are welcome.
    I am looking forward to hear your feedback.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: Poor Profile Avatar Quality #48342

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25206

    You are welcome.
    I am glad you found it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: Buddyblog Pro Groups Integration #48338

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: Assiging Member Type Doesn’t Add User to Group #48337
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on 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