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: 25485
    Brajesh Singh on in reply to: +Add document via link #24755

    Hi Terry,
    Thank you for using MediaPress.

    If the above message is coming, there are 2 possible reasons.

    The easy one is most probably oembed is enabled but remote is not enabled. Can you please visit MediaPress->Settings->General and check that both oembed and remote files are enabled?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: User Email Login #24754

    Hi Trev,
    Welcome to BuddyDev.

    1. You do not need this plugin to allow users login via email or user name. It is available out of the box for WordPress now.

    2. Please delete the bp-custom.php file or put the following before anything else in this file to make it work

    
    <?php
    // the code goes here
    
    

    There should not be any space before it.

    3. The code and filter ‘bp_autoactivate_use_email_login’ was used specifically for a plugin that used email for login. You do not need it.

    Now, my question:-

    A. Do you want to allow users to login via email? If yes, you do not need to do anything. It is available out of the box. If it is not working, Please check your login related or security related plugins.

    B> Or do you want to force users to login via email instead of username? If that is the case, Please let me know. I can point to 1or 2 available plugin that allows it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    You are welcome.

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Richard,
    I have found the issue. We are not saving media id with comment and that is leading to this issue. Please allow me 2 more days to put a solution.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi C,
    Thank you for using MediaPress.

    Please put this code in your bp-custom.php or your theme’s functions.php

    
    /**
     * Disable filtering of activity permalink by MediaPress.
     */
    add_action( 'mpp_init', function () {
    
    	if ( has_filter( 'bp_activity_get_permalink', 'mpp_filter_activity_permalink' ) ) {
    		remove_filter( 'bp_activity_get_permalink', 'mpp_filter_activity_permalink', 10 );
    	}
    
    } );
    
    

    That should remove the filtering of activity permalink and resolve the issue.

    Please do let me know if it works for you or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Reset Password #24742

    Hi Mike,
    I am sorry for the delayed reply.

    Please upgrade to 1.3.8
    https://buddydev.com/plugins/bp-branded-login/

    and then try resetting the password. Does it work?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Jeremy,
    Thank you for the details.

    The problem does not seems to come from MediaPress. It is something else on your site. try disabling MediaPress and posting to the feed. Does that work?

    Oembed is a native feature of WordPress
    https://wordpress.org/support/article/embeds/

    and BuddyPress supports it in the activity feed.

    MediaPress uses the WordPress oembed API to integrate the remote video. When I tried adding a video, I am getting the error “Sorry, can not add the url.”

    That means the oembed fetch is not returning result. My suggestion is to disable all plugins(including MediaPress) and start by verifying that Oembed works on your site.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Reset Password #24721

    Hi Mike,
    My mistake. I was confused by something else. I checked my own settings on a local site with the branded login and can see there is only one page.

    Please allow me couple of hours to test it and I will get back to you.

    Regards
    Brajesh