BuddyDev

Search

Replies

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] WordPress User Login Notifier #51329

    Hello,

    Welcome to the BuddyDev forums. Please try the following way:

    
    
    // For filtering user email subject.
    add_filter( 'wpuln_successful_login_user_email_subject', function ( $subject, $user ) {
    	return $subject;
    }, 10, 2 );
    // For filtering user email message.
    add_filter( 'wpuln_successful_login_user_email_message', function ( $message, $user ) {
    	return $message;
    }, 10, 2 );
    
    

    please let me know if it helps.

    Regards
    Ravi

    • This reply was modified 10 months, 2 weeks ago by Ravi.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Getting started / hide the @username #51328

    Hello Giesela,

    Thank you for sharing the acknowledgement. I am glad that You have resolved the issue on your own


    @tosin
    , Thank you for helping.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Lost members #51327

    Hello Gisela,

    Sorry for the inconvenience. Please let me know how you have created an invisible user i.e. If you have created and new user from the dashboard then there might be chances that the user has empty last active details to fix this at least try after logging in once with the user account. If this is not the case please share your setting so that I can help.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Sticky Members in BuddyPress #51326

    Hello Tosin,

    Thank you for sharing your interest in it. You can use the filter ‘bp_core_get_users’ to parse the loop and sort results based on featured members. As in the following manner, WordPress handles sticky posts. It simply checks sticky posts for the current result set and pushes sticky posts at the start of the result. You can try to do it in the same way.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Group Members Temporary Friendships #51324
    This reply has been marked as private.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Group Members Temporary Friendships #51297
    This reply has been marked as private.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Buddypress Activity plus post limit #51296

    Hello,

    Feel free to jump in and out as you please and Yes, you can create a topic there is no issue with that.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Member Gallery Names #51291

    Hello,

    Thank you for your acknowledgement. MediaPress plugin is not compatible with BuddyPress 12 so to make it work please use the BP Classic plugin. You can check it here:

    https://wordpress.org/plugins/bp-classic/

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Group Members Temporary Friendships #51289
    This reply has been marked as private.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Group Members Temporary Friendships #51285
    This reply has been marked as private.