*sighs* i'm only doing this for the better of man kind...
If (isset($post[field#]) && $post[field#] != "")
{
$post[customicon] = '<img src="'.$post[field#].'">';
}
else
{
$post[customicon] = '';
}
There, that will make it so that they don't have to type anything like "yes". it will automatically look for if something is entered in. also, all the "#"s should be replaced with the number of the profile where the link is. Just trying to make the world a better place... *blinks out*
|