• Resolved jaroslawistok

    (@jaroslawistok)


    Why, when enabling Youzify, the practical Gravatar user pictures disappear?
    I see no settings for accept gravatar which are default by buddypress.

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    Thread Starter jaroslawistok

    (@jaroslawistok)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Gravatar fuctionality’ is closed to new replies.