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

    Hi Audiomonk,

    That is a generated file input.

    Can you please provide me a temporary login(normal subscriber user) and link me to the page having issue.

    I can check and should be able to help.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Need API Rest for MediaPress #16173

    Hi Yoser,
    Welcome to BuddyDev.

    I am sorry but the REST API is not available for MediaPress.

    Creating the REST API will need significant commitment of time and at the moment, the number of active installs does not justify that.

    We hope to work on it once the active install reaches 5000.

    There are two other possibilities before that:-

    1. Either Someone contributes the code on our github repo
    2. Or someone sponsors around 20 hours of time.

    We do have a long term commitment to MediaPress but the planned features are based on how the plugin grows.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Problems When Viewing Gallery #16172

    Thank you for the details.
    I am sorry, I had assumed that you were using one of the oembed providers.

    Since you are using

    
    streamable.com
    

    I can see that it does not support oembed.

    I am not sure how this service works but it seems they link to direct url. I will give it a try next week and let you know the results.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Like button #16169

    Hi Oscar,
    Thank you.

    We have our own likes coming, so we won’t be going for a deep integration with WP Ulike. If the plugin developers add it, we will be glad to promote it as a compatible option.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Marking it resolved as MediaPress 1.4.0 added support for it.

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Marking resolved as MediaPress 1.4.0 added support for Youtube as well as other oembed providers. It also added support for direct link to raw file.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: mediapress upload only if gallery exist #16160

    Hi Andrea,
    Glad you did it. There are other ways to auto create galleries if needed too. You may search our forum for mpp_create_gallery and you will find the topics.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Like button #16159

    Hi Oscar,
    I did provide a tutorial 3 years ago for the same.
    Please see
    https://buddydev.com/mediapress-like-unlike-button-for-photos-videos-etc-with-wp-ulike-plugin/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Tosin,
    Please upgrade to 1.4.7
    https://buddydev.com/plugins/bp-auto-activate-auto-login/

    After that, please put this in in your bp-custom.php

    
    add_filter( 'bp_autoactivate_use_email_login', '__return_true' );
    
    

    That will do it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Audiomonk,

    The problem is not related to MediaPress.

    The cover/profile images are part of BuddyPress core. It was for clarification.

    Now, coming to the issue, I don’t see “bp-screen-reader-text” as a reason of problem. If it is, It is very strange.

    Here is how template overrides work in BuddyPress

    Copy xyz.php from buddypress/bp-templates/{template-pack-name}/buddypress to yourchildtheme/buddypress/xyz.php

    You have to maintain the hierarchy here. For example, buddypress/bp-templates/{template-pack-name}/buddypress/members/index.php goes to yourchild theme/buddypress/members/index.php

    Where the templates packs available with BuddyPress are ‘bp-legacy’ or ‘bp-nouveau’

    Now, for the avatar/coverimages, you will need to override assets/_attachments/cover-images or avatars.

    Regards
    Brajesh