Zirus :: open register.php
find:
PHP Code:
if ($username=="" or $email=="" or $emailconfirm=="" or $password=="" or $passwordconfirm=="") {
eval("standarderror(\"".gettemplate("error_fieldmissing")."\");");
exit;
}
replace with:
PHP Code:
if ($username=="" or $email=="" or $emailconfirm=="" or $password=="" or $passwordconfirm=="" or $birthday=="") {
eval("standarderror(\"".gettemplate("error_fieldmissing")."\");");
exit;
}
btw it would be a good idea to edit the registercoppa and registeradult to put the birthday selection in to the section of required fields
regards
g-force2k2