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

    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: 25494
    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: 25494
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25494

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

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Comments in activity stream #24720

    Hi P,
    Thank you for the question.

    Are you using anyplugin/code to exclude activity types? I don’t see any other reason for the same.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] @mention with full name #24719

    Hi,
    Thank you for the question.

    Even though it is doable, It will need extra efforts from you.

    1. A plain text area can not have a different content presentation than the content view. What you want if you use contenteditable div or rich text area. They can have 2 different views. This will need rewriting the part of theme that provides interface for posting content(and related js)

    2. Filtering the displayable content:- Filtering @ mentioned username at the time of display of activity content is inefficient as you will need to use regular expression to achieve the same for each entry. You can hook to activity saving action and update content to use the display name for mentioned users. Make sure to hook a bit late to allow the activity mention notificationss work.

    Regards
    Brajesh

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

    Hi Mike,
    It seems to me the issue is your Forget Password and reset password are set to the same page.

    Please visit Settings->BuddyPress->Pages and check if that is the case? If that is, Please set them to different pages and it will be fixed.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Mike,
    There seems to be 2-3 plugins available for bbPress. I don’t use any, so unable to say which one is better.

    Do you need integration with BuddyPress? Allowing users to update signature from BuddyPress profile? IF you are able to find one, it will be good. If not, Please let me know. Our team will be glad to create one for allowing signature update from profile.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Dave,
    No issue. I am glad it was not an issue.

    Regards
    Brajesh