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: 25398
    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: 25398

    Marking it resolved as MediaPress 1.4.0 added support for it.

  • Keymaster
    (BuddyDev Team)
    Posts: 25398

    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: 25398
    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: 25398
    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: 25398

    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: 25398

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25398
    Brajesh Singh on in reply to: [Resolved] Extension .mpp is not allowed #16149

    Thank you.

    The settings are correct. I will test now and get back to you again today.

    Regards
    Brajesh

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

    Hi,
    Are you on a cpanel host? If you have never used the database queries earlier, I can do it for you. I will need temporary access to phpmyadmin though.

    Please do note that the above is only required for old galleries(to clear cache, we are planning to provide a time bound expiry in future). For new galleries, the new sizes will be in effect immediately.

    Regards
    Brajesh

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

    Hi,
    I am sorry for the inconvenience.

    There is an easy fix and CSS is not required at all.

    1. The screenshot is from single gallery page(media list). We use ‘mid’ size’s dimension for listing remote videos on that page. It seems in you settings, the mid size is set too large.

    Please change the size to say 300×200. Ut won’t fix the issue for existing videos(on the single gallery page). The reason is we are caching the oembed results using size name and change in size will not trigger(atleast for now ) any cache cleaning. You may want to search for “_mpp_oembed_content_mid” key in the posts meta table and delete it. That will force regenerate the media list.

    2. All the remote media(oembed) is always loaded inside iframe. This is due to security reasons.

    Please give the try to 1st and see if it works for you or not?

    Thank you
    Brajesh