Set featured image does not work, when you click it, your media box opens but you cant set featured only insert to post
i modified the custom posts tab.php to include my own default image (but they are all the same) but it gets rid of silly avatars
// Set gravatar type
if ( empty( $bp->grav_default->{$object} ) )
$default_grav = '/images/gcalendar.png';
else if ( 'mystery' == $bp->grav_default->{$object} )
$default_grav = apply_filters( 'bp_core_mysteryman_src', BP_AVATAR_DEFAULT, $grav_size );
else
$default_grav = $bp->grav_default->{$object};
$email = "{$itemid}-{$object}@{$bp->root_domain}";
// Set host based on if using ssl
if ( is_ssl() )
else
// Filter gravatar vars
$gravatar = apply_filters( 'bp_gravatar_url', $host ) . $default_grav;