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: 25381
    Brajesh Singh on in reply to: BuddyPress Stealth Mode for Site Admin #8998

    Hi Lulu,
    Did you delete the old one? Also, is there any caching plugin active? if yes, Please clear it.

    And if that does not work too, Can you please link me to the screenshot of the screen?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25381
    Brajesh Singh on in reply to: [Resolved] Activity stream upload issue #8994

    Ok, I am able to upload audio from activity.

    Please try doing it with the tester account.

    I am using chrome 56 from Ubuntu.

  • Keymaster
    (BuddyDev Team)
    Posts: 25381
    Brajesh Singh on in reply to: [Resolved] Activity stream upload issue #8993

    Ok, Let me try the audio. As you might have seen from my profile, it was photo not audio. Just one moment and I will get back to you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25381
    Brajesh Singh on in reply to: [Resolved] Activity stream upload issue #8989

    Hi Randlel,
    I just checked your site and I was able to upload on activity stream. Please check.

    It seems you have the media types enabled now.

    Also, if you are writing a plugin, We will be happy to assist you to get it working.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25381
    Brajesh Singh on in reply to: Custom right/left panel sidebar #8987
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25381
    Brajesh Singh on in reply to: [Resolved] Email message #8980

    You are welcome.
    All the best with your project.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25381
    Brajesh Singh on in reply to: [Resolved] Email message #8978

    Hi Swati,
    I am sorry i could not reply earlier.

    Can you please remove the older code for Pm and try this

    
    
    function filter_message_button_link( $link ) {
    	$user_id = bp_get_member_user_id();
    
    	if ( ! $user_id ) {
    		return $link;
    	}
    
    	$link = wp_nonce_url( bp_loggedin_user_domain() . bp_get_messages_slug() . '/compose/?r=' . bp_get_member_user_login() );
    
    	return $link;
    }
    
    add_filter( 'bp_get_send_private_message_link', 'filter_message_button_link', 1, 1 );
    
    function display_private_message_button() {
    	if ( bp_get_member_user_id() != bp_loggedin_user_id() ) {
    		bp_send_message_button();
    	}
    }
    
    add_action( 'bp_directory_members_item', 'display_private_message_button' );
    
    

    It is working for me and should work for you too.

    Please check and let me know.

  • Keymaster
    (BuddyDev Team)
    Posts: 25381

    You are wecome!
    Have a great time building your social network 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25381
    Brajesh Singh on in reply to: Mediapress Title and Redis Object Cache #8973

    Hi Olivier,
    It seems to be a bug in BuddyPress core as the directory titles for all of these are handled by them. Which of the redis plugin are you using? wp-redis or redis-cache? I will try to recreate and then post on the BuddyPress trac

  • Keymaster
    (BuddyDev Team)
    Posts: 25381

    You are welcome!