Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Ahh I see it now,
    Ignore my last reply. It’s good to go and will work. This filter fires way before we test for sorted gallery and sorted gallery will automatically override it.

    Thank you Ravi.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    It’s a bad idea. Will break the order for sorted gallery.

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Beuza,
    happy new year to you too.

    Let us keep this discussion on the new topic

    https://buddydev.com/support/forums/topic/mediapress-and-wpml/#post-12953

    Marking this as resolved/closed.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] Mediapress and wpml #12953

    Hi Beuza,

    Happy New Year.

    At the moment, MediaPress is not compatible with WPML.

    Most probably wpml have their own way of editing the string.

    Please check if you can edit the label in wpml(I haven’t used it).

    I will also get in touch with WPML team and see if we can make the things better.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Thank you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] BuddyBlog privacy (not) #12949

    🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: How can I add a message after upload completes? #12948

    Hi Audiomonk,

    yes, It is possible to attach js function with the upload complete action but I don’t think that is any good adea.

    We do have a progress indicator(loader) and that should be enough.

    At the moment, the js event handling is a bit complex in the plugin, so I will like to avoid providing a solution here(Since it won’t work in our future updates).

    Please do post back here for a hook after our next update.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Move media between albums #12947

    Hi Richard,
    The UI is not available for moving a media from one gallery to another.

    We do have the support in code though.

    
     mpp_move_media( $media_id, $gallery_id );
    

    That will move a media to the given gallery(including the updating of component, moving file physically and all).

    I do suggest clearing media cache after moving

    		
    // clear media cache(details have changed).
    mpp_clean_media_cache( $media_id );
    
    

    We don’t have plans to provide any UI in core for moving the media as it seems too complex for core(and offers little functionality).

    I hope that either our team or someone form the community provides it as an addon using the underlying function.

    Best regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] Recent Visitors For BuddyPress Profile #12946

    Hi,
    Like Ravi Said, Please point to the site with a temporary account. It will most probably need a css update(1-2 lines).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Julia,
    The plugin does not support any other post type except the ‘post’. You will need to modify the plugin to accomplish what you are looking for.

    Regards
    Brajesh