I have IPB and I am not having any Avatar images show up from my users. It just has the default image.
define('DB_USERTABLE_AVATAR','pp_thumb_photo');
This is the config.php file for the avatar
function getAvatar($image, $user_id) {
global $INFO;
if (is_file(dirname(dirname(__FILE__)).'/uploads/'.$image)) { if ($image) {if (empty($image)) {