Hello,
Please can you add support for this plugin https://wordpress.org/plugins/leira-letter-avatar/, This plugin supports buddypress but while its activated, the BuddyPress Profile Completion and BuddyPress Force profile photo detect users as having uploaded their profile photo can you add support to bypass this.
I know the BuddyPress Force profile photo has been replaced with the BuddyPress Profile Completion plugin but for some weird reason the BuddyPress Profile Completion does not work at all for me, it does not force redirect users only the BuddyPress Force profile photo works effectively.
Thanks
Hi Tosin,
Thank you for the suggestion.Do you want me to test for letter avatar and if this is enabled, we should still force users for avatar?
Please let me know and I will check their plugin/code to see if this is doable.
Regards
BrajeshThank you.
Can you please help me understand, should we restrict a user who has letter avatar or allow them?Thank you. I or @ravisharma will update you in next 2 days.
Regards
BrajeshHi Tosin,
If you are using the Force Profile Photo plugin, please comment this line
https://github.com/buddydev/bp-force-profile-photo/blob/master/bp-force-profile-photo.php#L190You can change that to
// $has_avatar = bp_get_user_has_avatar( $user_id );// fallback.
That will do it.
Regards
BrajeshHi Tosin,
That will only happen for users who had uploaded avatar before you activated force profile photo plugin.The Force profile photo stores a meta on new profile photo upload.
We are unable to differentiate past avatars form letter avatars as the letter avatar plugin filters on default avatar.
Regards
Brajesh
You must be logged in to reply to this topic.