Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How do I get the big avatar from the 2 we have?

With the latest revision (r595+)

Thumbnail:

<?php bp_core_get_avatar( $user_id, 1 ) ?>

Full Size:

<?php bp_core_get_avatar( $user_id, 2 ) ?>

Custom Size:

<?php bp_core_get_avatar( $user_id, 2, $width, $height ) ?>

Skip to toolbar