Replies
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.
- Ravi on January 9, 2024 at 11:43 pm 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 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
RaviHello 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- Ravi on January 9, 2024 at 11:06 pm in reply to: [Resolved] Group Members Temporary Friendships #51324This reply has been marked as private.
- Ravi on January 6, 2024 at 10:03 am in reply to: [Resolved] Group Members Temporary Friendships #51297This reply has been marked as private.
- Ravi on January 6, 2024 at 9:57 am 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 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- Ravi on January 5, 2024 at 2:40 pm in reply to: [Resolved] Group Members Temporary Friendships #51289This reply has been marked as private.
- Ravi on January 4, 2024 at 6:21 pm in reply to: [Resolved] Group Members Temporary Friendships #51285This reply has been marked as private.