I didn't mean to put that there....however, I did do exactly what you put and I still get nothing when I login...
I also did this:
PHP Code:
if(!$vbulletin->options['avatarenabled']) {
echo "<center><br><a href=\"".$forumpath."profile.php?do=editprofile\"><img src=\"$file.$type\" border=\"0\" width = \"70\" height = \"70\" align=\"center\" title=\" Member Picture\" ></a><br>";
}else {
echo "<center><br><a href=\"".$forumpath."profile.php?do=editprofile\"><img src=\"This is where Default Avatar is\" border=\"0\" width = \"70\" height = \"70\" align=\"center\" title=\" Member Picture\" ></a><br>";
}