Replies
- Ravi on January 25, 2024 at 12:46 pm in reply to: [Resolved] Any chance of adding a redirect option to the profile completion plugin? #51532
Hello Lesbos,
Sorry for the inconvenience. This plugin is hosted only on ‘WordPres.org’. You can find the settings under Settings > BuddyPress Profile Completion. There might be chances that the settings link with the plugin on the plugins page is missing. If not there we will add this in future releases.
Please point me to the forum link so I can tell you whether it is the latest version.
Regards
Ravi - Ravi on January 17, 2024 at 12:08 pm in reply to: [Resolved] Group Members Temporary Friendships #51396This reply has been marked as private.
You are welcome.
- Ravi on January 15, 2024 at 10:19 am in reply to: Buddypress Member types pro photo issue with buddypress profile completion #51381
Hello Tosin,
Thank you for the acknowledgement. Please let me know if there is any issue.
Regards
Ravi - Ravi on January 15, 2024 at 10:15 am in reply to: [Resolved] Group Members Temporary Friendships #51380This reply has been marked as private.
- Ravi on January 15, 2024 at 9:17 am in reply to: Buddypress Member types pro photo issue with buddypress profile completion #51378
Hello Tosin,
I have checked the code and it is working except in admin it does not show the default member type photo on the user list table screen. To fix this you can use the following code:
add_filter( 'bp_core_default_avatar_user', function ( $avatar_url, $params ) { if ( ! is_admin() && function_exists( 'bpmtp_get_option' ) && bpmtp_get_option( 'override_member_avatar', 0 ) ) { $avatar_url = bp_core_avatar_default( 'local', $params ); } return $avatar_url; }, 105, 2 );
Please give it a try with this. If it still does not work please disable other custom code and then try.
Regards
Ravi Hello Meet,
Please try the following to send custom headers:
add_filter( 'wpuln_successful_login_admin_email_headers', function ( $headers ) { $headers[] = 'Content-Type: text/html; charset=UTF-8'; return $headers; } );
Please let me know if it helps or not.
Regards
RaviHello Gisela,
Thank you for the acknowledgement. I am glad that I could help.
Regards
Ravi- Ravi on January 12, 2024 at 2:03 pm in reply to: Buddypress Member types pro photo issue with buddypress profile completion #51367
Hello Tosin,
Thank you for the acknowledgement. I will check with member types pro and will let you know.
Regards
Ravi Hello Gisela,
Please take a look at the following plugin:
https://buddydev.com/plugins/bp-stealth-mode-for-site-admin/
It allows site admins to act in hidden mode on the site.
Regards
Ravi