Such in der Datei nach
Code: Alles auswählen
display_avatar_gallery($mode, $avatar_category, $user_id, $email, $current_email, $coppa, $username, $email, &$new_password, &$cur_password, $password_confirm, $icq, $aim, $msn, $yim, $website, $location, $user_flag, $occupation, $interests, $signature, $viewemail, $notifypm, $popup_pm, $notifyreply, $attachsig, $allowhtml, $allowbbcode, $allowsmilies, $allowviewonline, $user_style, $user_lang, $user_timezone, $user_dateformat, $userdata['session_id'], $longitude, $latitude, $gender, $birthday);
und ersezte dies mit
Code: Alles auswählen
display_avatar_gallery($mode, $avatar_category, $user_id, $email, $current_email, $coppa, $username, $email, &$new_password, &$cur_password, $password_confirm, $icq, $aim, $msn, $yim, $website, $location, $user_flag, $occupation, $interests, $signature, $viewemail, $notifypm, $popup_pm, $notifyreply, $attachsig, $allowhtml, $allowbbcode, $allowsmilies, $allowviewonline, $user_style, $user_lang, $user_timezone, $user_dateformat, $userdata['session_id'], $longitude, $latitude, $birthday);
Das sollte dein Problem lösen, wenn ich jetzt nichts übersehen habe.
Ansonsten kann ich dir nur raten den Einbau des Gender Mods nochmal zu überprüfen, besonders in der profile_add_body.tpl
Sollte nach der Codeänderung immernoch die gleiche Fehlermeldung erscheinen, nimm nochmal die original usercp_register.php und profile_add_body.tpl und baue deine Mods (Gender, Flag, Map, Birthday) nochmal genau nach Anleitung ein.