I have 2.0, but it only creates usuall fields, not drop down menus, that is what i want.
I've added this in member.php, all i did was copy quires for icq and changed them to civil
1.
$civil=intval($civil);
if ($civil==0) {
$civil="";
}
2.
civil='".addslashes(htmlspecialchars($civil))."'
3.
if ($userinfo[civil]!="") {
eval("\$userinfo[civil] = \"".gettemplate("civil")."\";");
} else {
$userinfo[civil]=" ";
}
|