• Resolved sdesign

    (@sdesign-1)


    Does it support Retro (generated)?

    I tried adjusting the calls in ‘public function create()’ as mentioned in the FAQ but couldn’t get it to work. It still call the identicons.

    Could you provide better instructions for me on how to use your plugin with Retro?

    Thanks,
    Alex

    https://ww.wp.xz.cn/plugins/bp-local-avatars/

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: http://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.