AHP Sitewide Recent Posts and BuddyPress repeat gravatars
-
Hi again,
I was searching for this issue but haven’t found any solution. The combination BuddyPress and AHP plugin repeat the first gravatar of a user and display for other users as well. I’ve tried to use function bp_blog_avatar but it doesn’t work. The function which I am talking about is this:
// get gravatar
if ($use_grav) {$grav_img = get_avatar( $thispost[0]->user_email, ’70’);
$thisgravatar = ‘‘.$grav_img.’‘;
} else { $thisgravatar = ”; }Any ideas? Thank you.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘AHP Sitewide Recent Posts and BuddyPress repeat gravatars’ is closed to new replies.