how to call avatar thumbnails
-
Hey. I’m relatively new to buddypress and php coding.
I am trying to call in the thumbnail versions of a user’s avatar in order to create a link to go back to that user’s profile to put at the top of the friends, group, blogs etc. pages (somewhat ala facebook).
this is the code i am toying with:
<a href="<?php bp_user_link() ?>"><?php bp_the_avatar() ?></a>
however, the “bp_the_avatar” calls in the full size version. i tried resizing to no avail. Does anyone know the call for the thumbnail version?
I just want to call the same thumbnail used for wire posts basically. thanks!!
- The topic ‘how to call avatar thumbnails’ is closed to new replies.