For the avatar in the functions.php just place this where you want it to show up.
Code:
$row = $GLOBALS['adopts']->select("users_profile", array(), "username='{$loggedinname}'")->fetchObject();
$sidebar .= "<img src='{$row->avatar}' border='0' width='100px' height='100px'><br><br>";