Viewing 1 replies (of 1 total)
  • Thread Starter olegthered

    (@olegthered)

    I edited code and avatar is ok now. I use Social Login and it takes avatar from social networks.

    I changed:
    $avatar_options = array ( ‘item_id’ => $user_id, ‘object’ => ‘member’, ‘type’ => ‘full’, ‘width’ => 140, ‘height’ => 140 ,’id’ => ‘user-profile-image’,’class’ => ‘img-rounded profile-user-photo’);

    to:
    $avatar_options = array( ‘item_id’ => $members_template->member->id, ‘type’ => $type, ‘alt’ => $alt, ‘css_id’ => $id, ‘class’ => $class, ‘width’ => $width, ‘height’ => $height, ’email’ => $members_template->member->user_email );

Viewing 1 replies (of 1 total)
  • The topic ‘No avatar is shown’ is closed to new replies.