After the new BP, sidebar Avatars vanish – please help.
-
This may not be exactly a BP problem but started after Buddypress.1.2.5.2. With prior versions there were no problem.
With WP3 ( as Multisite as subdirectory in a directory) and buddypress.1.2.5.2 (all fresh installs), Wizzart – Recent Comments – a sidebar widget that shows the users’ Avatars fail to show the avatar images, in fact, no images appear.
Someone suggested that the relevant code in the above mentioned widget be changed from
if($instance != '') {
$gravatar = get_avatar($comment->comment_author_email, $gravatar_size, $instance);
} else {
$gravatar = get_avatar($comment->comment_author_email, $gravatar_size);
}
to
$gravatar = get_avatar($comment, $gravatar_size
BUT this is not helping.A similar widget which DOES work has this piece of code
'
' . get_avatar($comment, (empty($options) ? 25 : $options)) . ' '
BUT I have no idea how this can be used in the Wizzart widget. Any idea top off the head ?Also, if someone knows how to send a polite buzz to Dominik Guzei ( dev of Wizzart ) it will be much appreciated. By any chance is he a member of the BP community?
- The topic ‘After the new BP, sidebar Avatars vanish – please help.’ is closed to new replies.