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

    Hi Carsten,
    Thank you for the prompt reply.

    I am referring to another setting. Please see

    https://i.imgur.com/WGALnJP.png

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: FB like activity list + BP Reshare plugin #23680

    Hi Vivek,
    I am sorry, I am unable to undrstand it on your site.

    The only reason plugin may not be listing is the share activity is not appearing as a distinct activity(other than increasing the count).

    Please help me understand and I will assist,

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Carsten,
    1. Please check the setting for the visited user(whose profile is being visited). Your configuration only considers the setting of visited user(always). Please check that. I am assuming it is not set to recording.

    Once you enable it, It will start recording.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: two notifications when a user comments on post #23677

    Hi,
    Do you mean localize to your language? If yes, then you can.

    If you are running multilingual site, then no.

    P{lease do note that the above plugin does not add any notification. It lists the relevant activities. Also, if you are using a Activity wall plugin(not the default BuddyPress Activity), It may not work.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: [Resolved] French translation does not works #23676

    Hi Thierry,
    The correct file is bp-ajax-registration-fr_FR.mo and it should be in your wp-content/languages/plugins/ directory.

    Please give it a try.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Carsten,
    Thank you for using the plugin.

    It seems to me that both the images are same.

    Please do note that the count in the tab bar shows the Unique visit count(ho many people visited) and not how many times.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Philip,
    Thank you for using the plugin.
    Will it work if you can exclude the pages redirect by member types pro? That is the simplest thing.

    It is possible to count login but that will need a lot more customisation. Specially keeping track of the number of login after profile became incomplete.

    Please let me know if skipping member type reidirected page will work?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: FB like activity list + BP Reshare plugin #23658

    Hi Vivek,
    Please allow us to check it tomorrow and get back to you.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Daria,
    Please put this code in your bp-custom.php

    
    
    add_action( 'bp_template_redirect', function () {
    
    	// Do not lock if user is logged in or we are not on members directory.
    	if ( ! bp_is_members_directory() || is_user_logged_in() ) {
    		return;
    	}
    
    	// If PMPro does not exist or the directory is not locked, return.
    	if ( ! function_exists( 'pmpro_bp_is_member_directory_locked' ) || ! pmpro_bp_is_member_directory_locked() ) {
    		return;
    	}
    
    	// usr is not logged and directory is locked, redirect to login.
    	bp_core_redirect( wp_login_url( $_SERVER['REQUEST_URI'] ) );
    } );
    
    

    Is it working. I haven’t tested it though I hope it should work.

    Please let me know if it works or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: [Resolved] Buddypress and Woocommerce #23649

    For New members looking at this topic,
    We have released our own integration with WooCommerce & BuddyPress which provides a lot of flexibility in working with BuddyPress & WooCommerce.

    https://wordpress.org/plugins/buddycommerce/

    Regards
    Brajesh