BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25178
    Brajesh Singh on in reply to: [Resolved] BP Autologin on Activation #2903

    Hi Blade,
    Thank you.

    I am sure it will help others. Thank you for sharing 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25178
    Brajesh Singh on in reply to: [Resolved] BP Autologin on Activation #2898

    Hi Blade,
    My apologies for the delayed reply.
    Please use this code instead.

    
    add_filter( 'bpdev_autoactivate_redirect_url','redirect_to_edit_profile', 10, 2 );
    
    function redirect_to_edit_profile( $profile_url, $user_id  ) {
    	return $profile_url .'profile/edit/';
    }
    
    

    It will work. Please let me know if that works for you or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25178
    Brajesh Singh on in reply to: [Resolved] Delete image redirect #2897

    Thank you Jem 🙂
    Will post back here after the update.

  • Keymaster
    (BuddyDev Team)
    Posts: 25178

    Hi Jasmin,
    I am sorry for the inconvenience.

    Please make thi line

    
    'add_screen' => false
    

    to

    
    'add_screen' =>true
    

    In the custom code you are using for the image size. Please let me know if that works or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25178

    Hi Paul,
    You should most probably not use the component ‘sitewide’ .
    Your User gallery and media should use ‘members’ component.

    Can you please check with that(Please make sure to enable the members component in the backend to avoid any issue).

  • Keymaster
    (BuddyDev Team)
    Posts: 25178

    Hi Leo,
    Please keep it disabled for now.
    Here is what I am guessing is happening:-
    1. Assumption:- WPML is changing the slug of the various terms(Is that correct, does it translate the slugs of category etc?)

    2. MediaPress uses specific terms for status, type and component, It is not finding those terms. That leads to the invalid settings causing this.

    Can you please tell me if my assumption is correct or invalid? This seems to be the only logical explanation for what is happening there.

  • Keymaster
    (BuddyDev Team)
    Posts: 25178
    Brajesh Singh on in reply to: [Resolved] Delete image redirect #2892

    Hi Jem,
    I looked at it but the javascript methods that we use to enable the lightbox are private. So, I can not write an addon to enable it from outside. I will be releasing n update on coming Wednesday and that will allow you to enable lightbox directly.

    Sorry about the inconvenience.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25178

    Thank you Joost. That’s a good idea and will look at it in details.

  • Keymaster
    (BuddyDev Team)
    Posts: 25178
    Brajesh Singh on in reply to: Jetpack photon #2890

    Hi Joost,
    Welcome to BuddyDev forums.

    Thank you for the post.

    Can you please tell me a little detail about the issue. Is jJetpack photon is changing the size for MediaPress uploaded media?

  • Keymaster
    (BuddyDev Team)
    Posts: 25178

    Hi Leo,
    I checked and I am unable to see the buttons on the activity for the Spanish site. Is it disabled? Also, Can you please tell me if wpml modifies settings in some way? Since your original message was related to type, I am assuming that the settings are coming empty for the Spanish site.

    Thank you
    Brajesh