Re: BP core functions in bbpress?
Just an update … the header was displaying the bbpress avatar because I re-copied the BuddyPress folder and forgot to re-edit the bp-core-avatar.php.
I still can’t call bp-core directly but I DID get bp avatars to work inside bbpress by using a different buddy press function.
I simply edited post.php in my bbpress theme directory, Replaced <?php post_author_avatar_link(); ?> with <?php bp_loggedin_user_avatar( ‘width=48&height=48’ ) ?>
Works perfectly.