Hi ....
suche in der usercp_register.php
Code: Alles auswählen
validate_optional_fields($icq, $aim, $msn, $yim, $website, $location, $occupation, $interests, $signature, $skype);
ersetze mit:
Code: Alles auswählen
validate_optional_fields($icq, $aim, $msn, $yim, $website, $location, $occupation, $interests, $info, $signature, $skype);
suche:
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, $skype, $yim, $website, $location, $occupation, $interests, $info, $signature, $viewemail, $notifypm, $allow_mass_pm, $popuppm, $notifyreply, $attachsig, $allowhtml, $allowbbcode, $allowsmilies, $allowviewonline, $user_style, $user_lang, $user_timezone, $user_dateformat, $gender, $birthday);
ersetze 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, $skype, $yim, $website, $location, $occupation, $interests, $info, $signature, $viewemail, $notifypm, $allow_mass_pm, $popuppm, $notifyreply, $attachsig, $allowhtml, $allowbbcode, $allowsmilies, $allowviewonline, $user_style, $user_lang, $user_timezone, $user_dateformat, $info, $gender, $birthday);
Wenn es jetzt immer noch nicht funktioniert weiss ich echt keinen Rat mehr ...
Markus