Quote:
Originally posted by freddie
Just look how the www or icq fields are handled.
|
That's the first thing I did, believe me. I opened member.php and looked at the routines for other fields...
PHP Code:
if ($userinfo[icq]!="") {
eval("\$userinfo[icqicon] = \"".gettemplate("icq")."\";");
} else {
$userinfo[icq]=" ";
}
With the added custom fields, I have no idea what to replace between the [ ] brackets. It's not based on an assigned number, but some sort of other value. Any ideas?