BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25180

    Hi Francesco,
    Thank you for asking.
    yes, you can do that easily.

    
    add_filter( 'bpdev_autoactivate_redirect_url', 'redirect_to_edit_profile', 10, 2 );
    
    function redirect_to_edit_profile( $profile_url, $user_id  ) {
    	return  "http://yoursite.com/yourcustomurl";
    
    	//or you may use the $user_id to build a dynamic url
    }
    
    

    Please put the above code and change the url to anything.

    That will work.

  • Keymaster
    (BuddyDev Team)
    Posts: 25180

    Hi Leo,
    Thank you.
    Yes, I know, They are the invalid translations.

    Internally, we use taxonomy(say mpp-type) for media type and then we use terms “_photo”, “_audio”, “_video” to have galleries classified as photo/audio/video.
    Similarly, we use two other taxonomies (All the status are terms and so are the components).

    These are for internal use and are never available/visible to the user/siteadmin, so these should not be translated.

  • Keymaster
    (BuddyDev Team)
    Posts: 25180

    Hi Leo,
    The only thing we need is to disable translation for the three taxonomies used by MediaPress. They are for the internal purpose and will have no effect on overall translations.

    If you can get some idea from wpml team about it, I will be happy to add the support quickly.

  • Keymaster
    (BuddyDev Team)
    Posts: 25180
    Brajesh Singh on in reply to: My problem or a bug? Comments in lightbox #2923

    Hi,
    Thank you for the comment.

    Can you please enable the comment on gallery page? All the uploads from Activity are assumed as an activity of the gallery(wall gallery activity).
    Can you Please check that?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25180

    Hi Paul,
    I am sorry for the inconvenience.

    May I ask you for 2 more things:-

    1. Please visit the MediaPress->All Galleries in the dashboard and then click on edit Gallery for the gallery having issues

    2. Visit The edit Media tab, is it showing correct status? Status of the gallery?

    3. Try clicking save/update under the media list and does that make it visible on the front end?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25180

    Hi MC,
    I am glad you have got it but here is a solution if anyone needs it in future.

    1. Copy buddyblog/template/buddyblog/posts.php to yourtheme/buddyblog/posts.php then change this line

    
    'post_type'     => buddyblog_get_posttype(),
    

    to

    
    'post_type'     => array( buddyblog_get_posttype(), 'post-type-2', 'post-type-3'),
    

    That’s all it is required.

  • Keymaster
    (BuddyDev Team)
    Posts: 25180
    Brajesh Singh on in reply to: My problem or a bug? Comments in lightbox #2916

    Hi Again,
    I have fixed it in our development repository on github
    https://github.com/buddydev/mediapress/commit/33d2170903e08dc39ac89fc724aeae35ab4d1c94

    It was happening since BuddyPress was scoping the activity to the displayed user if we did not pass any user id.

    Please allow me to push a release on wp.org on Wednesday as I want to have a few enhancements and feature in the release.

    Thank you
    Brajesh

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

    Thank you for the kind words. I am glad it is working 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25180
    Brajesh Singh on in reply to: My problem or a bug? Comments in lightbox #2914

    Hi,
    Thank you for the post and you are right.
    There is an issue. I tested and can confirm it.

    Working on a fix and will update you soon about this.

    Thank you for letting me know about it.

    Brajesh

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

    Hi Joost,
    Thank you for the details.
    Please give me a day to look into it. We may have some solution.