mmmh are you sure that it’s defined in the theme? I can’t find any reference in the header.php or similar.. do you know where it’s defined exactly please?
I have some problems with avatars and comments posting on my site,
I have a WordPress + P2 Theme + Buddypress + BBpress combo
where I use the WordPress + P2 Theme for frontpage postings just by the users promoted as authors and I love the P2 commenting for the rest of the users..
the problem is that frequently the theme displays the wrong avatar for commenters.
I suspect the problem is in this P2 function:
function prologue_get_avatar( $user_id, $email, $size ) {
if ( $user_id )
return get_avatar( $user_id, $size );
else
return get_avatar( $email, $size );
}
Ho can I modify it to allow perfect buddypress integration??
Another problem I have is that sometimes users reports that the comment they just wront don’t show up like they logged out without notice..