Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to definitively display Buddypress avatars in BBPress???

Ok, i’ve managed to do it with:
global $bp;
bp_core_fetch_avatar( array( ‘item_id’ => $id, ‘type’ => ‘full’, ‘width’ => ’75’, ‘height’ => ’75’, ‘html’ => ‘false’ ) )

If somebody needs the same thing he can try this lines, maybe it will help. :)

Skip to toolbar