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

    Hi Tosin,
    Please share a screenshot.

    I haven’t seen it earlier.
    Please also provide your BuddyPress version and which template pack you are using.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: [Resolved] Member type pro compatibilty Gwangi #26416

    Hi Johan,
    It is their loss. Like I pointed earlier, they lack the correct knowledge about member types.

    They do not need to add compatibility with my plugin, they need to do it for BuddyPress Member Types feature. It is core feature not enabled by default.

    You can use our plugin or a few lines of code to enable this feature.

    https://codex.buddypress.org/developer/member-types/

    I hope the right sense prevails, otherwise, It is their loss.

    I am sorry that I am unable to do much here, as the code is form the theme trowing issue.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347

    Hi John,
    May I suggest to download the full copy form the github and replace. Also, Please make sure to clear any css/js/browser cache(if you are using any caching plugin).

    It is working for me on Ubuntu/Chrome.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: Resent visitors counter does not update #26407
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: [Resolved] Email Notification for two role #26406

    Hi,
    BuddyPress does not provide this functionality.

    You put this code in your bp-custom.php and change the email addresses to be notified.

    
    
    // Add multiple emails for admin notification on new user registration.
    add_filter( 'wp_new_user_notification_email_admin',  function( $data ) {
    	$notifiable_emails = array('hello@example.com', 'abc@example.com');
    
    	$data['to'] = $data['to'] .','.join(',', $notifiable_emails);
    
    	return $data;
    } );
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: Resent visitors counter does not update #26403

    Hi Carsten,
    That is expected. If you want, Please feel free to hide it.

    It says Visit Count. It does not say recent visit count. What you are looking for is recent visit count and resets.

    We are unable to change this behaviour as it will break the expected result for at least 100+ sites where the plugin is being used.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: Resent visitors counter does not update #26397

    Hi Carsten,
    This is not how it works.

    Are you referring to the visit count in the directory/profile(members list page?)

    If User X is checking the recent visitor, The count against user Y shows how many times Y visited X.

    Isn’t that happening?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: Resent visitors counter does not update #26394

    Hi Carsten
    Thank you for the topic.

    The visit count is the number of users who visited that user. It is not how many other users he/she visited.

    I think that is the confusion here.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: MediaPress – Media Size settings – Crop Issue #26392

    Hi John,
    0 is an invalid value. Please use a different value. That shpoould work.

    Regards
    Brajesh

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