Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: buddypress + p2 theme


itomizer
Participant

@itomizer

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..

The website is

http://leganerd.com

thanks!

Skip to toolbar