Plugin Support
Youzify
(@kainelabsteam)
Hello @jaroslawistok
Thanks for reaching us
Youzify has it’s ow avatar system and it will replace any other avatar system including Gravatar. Do you mean you want to use Gravatar instead of using the upload avatar feature?
Best Regards, KaineLabs Team.
I just want both as in standard buddypress 🙂
I mean, I have even read somewhere that youzify does’t it so. Where is no Gravatar takes generic or uploaded.
Plugin Support
Youzify
(@kainelabsteam)
Hello @jaroslawistok
If you want to disable Gravatar, you can use this snippet
add_filter( 'bp_core_fetch_avatar_no_grav', '__return_true', 9999999 );
but if you want to keep it active, please just change the
__return_true
with
__return_false
Kindly check this article to find where you put the snippet
https://kainelabs.ticksy.com/article/17309/
Best Regards, KaineLabs Team.