Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author shanebp

    (@shanebp)

    I cannot duplicate your issue.

    In public function create,
    Change this:
    $url = $this->gravatar_url( $user_email, $dim, 'identicon', 'g' );

    To this:
    $url = $this->gravatar_url( $user_email, $dim, 'retro', 'g' );

    NOTE – there are TWO places to make that change in public function create – thumbnail and full size.

    You also need to make the same changes in public function group_create.

    More info: https://en.gravatar.com/site/implement/images/

    Also – it won’t change existing identicons to retro. It will only create retro avatars for those members and groups that do not already have an avatar.

    Thread Starter sdesign

    (@sdesign-1)

    okay I’ll try that thanks.

    Thread Starter sdesign

    (@sdesign-1)

    It worked, thank you for the fast support!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need help with supporting Retro (generated)?’ is closed to new replies.