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: 25355
    Brajesh Singh on in reply to: Term translation in BuddyBlog #28320

    Hi,
    I am not sure. It could be a localization issue on our part. I will check and update tomorrow.

    Regards
    Brajesh

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

    Hi Manny,
    I have tested it.

    The multi member type is working fine bot for the multi select option as well as the checkbox selection.

    I tested by registering new account as well as updating profile.

    Can you please provide me steps to reproduce it? is there any chance you are using multiple member type fields(more than 1 field).

    Also, is there any chance you have some caching plugin enabled?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25355
    Brajesh Singh on in reply to: Accept activity wall to be read only #28309

    Thank you. I will post an exmaple today.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25355

    Hi Manny,
    Thank you for using the plugin.

    My apologies for the inconvenience.

    we are testing it today. Please allow us couple of hours to get back to you.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25355
    Brajesh Singh on in reply to: DISABLE HEARTBEAT API #28307

    Hi Tosin,
    Please use the following

    
    add_action( 'init', 'stop_heartbeat', 1 );
    function stop_heartbeat() {
    	if ( bp_is_activity_component() || bp_is_group_activity() ) {
    		return;
    	}
    	wp_deregister_script( 'heartbeat' );
    }
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25355
    Brajesh Singh on in reply to: cb_bp_account_menu #28306

    Hi Chrsitophe,
    Thank you for using Community Builder.

    It is intentional.

    If you need to add some header item, you can add using “cb_header_links”. With this action, you need to add list item(li).

    If you want to add to the drop down menu, you can add to WordPress adminbar (user account menu) and they will appear in the dropdown(It clones them from wp adminbar).

    Please let me know if the above information works for you or not?

    Regards
    Brajesh

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

    Hi Kristian,
    The force profile photo uses a different key.

    Please use the following code instead

    
    add_action( 'bp_after_has_members_parse_args', function ( $args ) {
    
    	$args['meta_key']   = 'has_avatar';
    	$args['meta_value'] = 1;
    	
    
    	return $args;
    } );
    
    

    Please let me know if that works or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25355

    🙂

    Have a great day to you too.

    Regards
    Brajesh