Why doesn't user photo work in sidebar-comments.php?
I just added this:
<?php
if(userphoto_exists($user))
userphoto($user);
else
echo get_avatar($comment, '50');
?>
Still doesn't work here, or in theme-comments.php
The user photo does override the avatar everywhere else on site.
WordPress › User Photo « WordPress Plugins