Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Is it possible to get only the avatar-url ?


xavieremerson
Member

@xavieremerson

hi
here is the solution for getting the avatar image url
bp_core_fetch_avatar(array(‘item_id’ => $other_user, ‘type’ => ‘thumb’, ‘width’ => 32, ‘height’ => 32, ‘class’ => ‘friend-avatar’,’html’=>false));

html = false

Skip to toolbar