Forum Replies Created
Viewing 11 posts - 1 through 11 (of 11 total)
-
Author
-
humbledor
ParticipantAh you forgot to add back item_id to the image_args:
COPY CODE$image_args = array ( 'item_id' => $member-> ID, 'width' => 40, 'height' => 40 ); $image = kleo_get_avatar($image_args);
humbledor
Participant$image = kleo_get_avatar($image_args);
This seems to just get the avatar of the logged in user not the corresponding user that displays in the search result e.g. all user results have the logged in users avatar.
-
AuthorPosts
Viewing 11 posts - 1 through 11 (of 11 total)