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 John,
    Please give a try to our demo here
    https://buddydev.com/themes/community-builder/

    It has BuddyBlog active. Are you able to reproduce the issue here?

    Thank you
    Brajesh

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

    Hi Tosin,
    yes, It will affect that plugin.

    I am sorry, but there is no alternative. The live notification needs heartbat to work.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Tosin,
    Thank you for the question..
    What is external link in activity(It is normal link added as text or added via some plugin?)

    Regards
    Brajesh

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

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

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