View Full Version : Avatar as URL link, which hack is best?
Teknoscape
06-19-2002, 12:24 PM
Hi,
I've have come from IB recently and would like to have my users only use URL linking to avatars, which hack do you guys recommend for this?
Thanks in advance.
Regards,
Petar
:smoke:
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:
if ($post[aim]!="") {
eval("\$post[aimicon] = \"".gettemplate("aim")."\";");
} else {
$post[aim]="";
}
under it add
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
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.