Topic: Want to show my users' uploaded avatar(photo) beside the display name

Hi, the link to my page is  http://sfacoaa.com/panel/  . I want to show the avatars of the users beside the display name in this list. But I am very confused about the line to be modified. The users in my website is uploading their own avatar but it is not displayed in the list beside the display name. When I click image info, it showing me "http://1.gravatar.com/avatar/1dabb21780 … mp;amp;r=G"

Please help me and tell me the process of how to show the avatars of the users beside their name. I don't want to use gravatar. Please help me.

Re: Want to show my users' uploaded avatar(photo) beside the display name

The line you're looking for that you'll want to change is:

Line 369 of /core/members.php:
$s .= '<a class="tern_wp_member_gravatar" href="'.get_author_posts_url($u->ID).'">'."\n        ".get_avatar($u->ID,60)."\n    ".'</a>'."\n    ";

Re: Want to show my users' uploaded avatar(photo) beside the display name

Saif,

I saw your site and how you successfully managed to get the profile image to pull into the gravatar on the member list view.  Would you mind sharing your script so we can see how you succeeded in making it work?

Thanks!

Re: Want to show my users' uploaded avatar(photo) beside the display name

pvpdesign, are you using a plugin to add a user photo?