• Resolved jillsays

    (@jillsays)


    Hi, amazing plugin.

    I’m having one issue: in my comments section, the anonymous avatar is the only pictire showing up — and not the photos uploaded by the users. I do have the options checked to “Replace Gravatars by user gallery avatar” and “Replace Gravatars by user gallery avatar.” But still, the user uploaded images are not showing up.

    I am bringing up the photo with this code. Is this incorrect?

    <?php echo get_avatar($user->ID, 32); ?>

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jillsays

    (@jillsays)

    Sorry – meant to say I have both of these options checked:

    Replace Gravatars by user gallery avatars.
    If not local avatar, look for it at Gravatar.

    Yet anonymous photos are still showing up.

    Thread Starter jillsays

    (@jillsays)

    Thread Starter jillsays

    (@jillsays)

    Figured this out myself, using this code. Hopefully it can help someone else someday.

    <?php echo get_avatar($comment,$size='35',$default='<path_to_url>' ); ?>
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Alkivia Open Community] Default Gravatar Pics Showing – Not User Uploaded Photos’ is closed to new replies.