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

    Hi Elio,
    Welcome to BuddyDev.

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

    
    function buddydev_append_membertype_in_directory_title( $bp_title, $old_title ) {
    
    	$member_type = bp_get_current_member_type();
    
    	if ( ! $member_type ) {
    		return $bp_title;
    	}
    
    	$type_object = bp_get_member_type_object( $member_type );
    
    	$bp_title['title'] = $bp_title['title'] . ': ' . $type_object->labels['singular_name'] ;
    	return $bp_title;
    }
    add_filter( 'bp_modify_document_title_parts', 'buddydev_append_membertype_in_directory_title', 10, 2 );
    

    Hope that helps.
    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Please disable wp-socializer plugin and test again. The plugin is throwing a js error causing the other js to stop working.

    Please let me know if that works for you or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: [Resolved] Mediapress audio upload error #5263

    You are most welcome.

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Cody,
    Thank you for the details.
    Site link please.

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Mateo,
    Your settings are correct.
    Is the “Gallery” appearing in the User profile navigation tabs or not? If the Gallery is appearing in the navigation but the list of galleries are not shown, It is mot probably a plugin conflict. Can you please let me know what is happening?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Cody,
    My apologies for the inconvenience. It is most probably a javascript conflict/error.

    Can you please point me to your site with a temporary account. I will be able to help solve it quickly.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Simon,
    Sorry could not post yesterday. Will do it today.

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: [Resolved] Mediapress audio upload error #5256

    Hi Arvind,
    It is the php upload limit on your web server., Please ask your web server admin to update the

    upload_max_filesize
    post_max_size

    These two should be larger than the uploading file.

    Hope that helps.
    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: BP-Album Importer #5249

    After that, If I remember correctly, I sent @larsik78 a copy of the BP Gallery migrator.

    Also, I gave up my plans to write the migrator for BP Album, RT Media after looking at their code. The time needed was not justified.

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: [Resolved] Buddyblog Featured Image #5247

    Hi Arvind,
    I am sorry but that is not doable at the moment. Featured images are optional part and the post is already created before you even upload an image.