there are hacks that will do this i think. if you cant find them use this.
frist go to the cp and make a new profile feild. you will need the number of this new feild. upload a blank image to your vB image folder. then
in fuctions.php find:
PHP Code:
if ($post[aim]!="") {
eval("\$post[aimicon] = \"".gettemplate("aim")."\";");
} else {
$post[aim]="";
}
under it add
PHP Code:
if ($post[field6]) {
$Avatar="$post[field6]<br>";
} else {
$Avatar="<img src="{ imagesfolder }/clear.gif" border="0" alt="No Avatar">";
}
this can also be done by a database query, but i do not edit the database if i can find a work around with the php files. so there ya have it