Yup, I get ya. XD Replied above with a solution.
BTW, if you
do not want names to display for those without avatars, but instead a default image that you can choose, try this in the plugin instead:
PHP Code:
if ($loggedin['avatarpath'] || $loggedin['hascustomavatar']) {$loggedin['musername'] = 'Whatever you decided for the Image HTML Tag.';} else {$loggedin['musername'] = '<img src="/path/to/your/image" />';}
(Again, edit as necessary.)