ich habe ein Problem mit dem Profil bei neuen Usern nach Update auf 2.0.19.
Ich habe im Profil einige zusätzliche Angaben drin, wovon bei neuen Usern nur noch die letzten Angaben übernommen werden. Bei den vorhandenen Usern wird alles normal angezeigt.
Profil eines neuen Test-Users:
Code: Alles auswählen
Anmeldungsdatum: 17.04.2006
Beiträge insgesamt: 0
[0.00% aller Beiträge / 0.00 Beiträge pro Tag]
Alle Beiträge von test anzeigen
Wohnort:
Bundesland:
Telefon:
Geburtstag:
Website: http://www.skoliose-op.info
Beruf: xxx
Interessen: xxx
Diagnose: xxx
Therapie: xxx
Kann es mit der Datei "usercp_register.php" zusammen hängen?
In der Anleitung stand folgender Code:
Code: Alles auswählen
#
#-----[ OPEN ]---------------------------------------------
#
includes/usercp_register.php
#
#-----[ FIND ]---------------------------------------------
# Line 110
$strip_var_list = array('username' => 'username', 'email' => 'email', 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'occupation' => 'occupation', 'interests' => 'interests');
$strip_var_list['confirm_code'] = 'confirm_code';
#
#-----[ REPLACE WITH ]---------------------------------------------
#
$strip_var_list = array('email' => 'email', 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'occupation' => 'occupation', 'interests' => 'interests', 'confirm_code' => 'confirm_code');
Code: Alles auswählen
$strip_var_list = array('username' => 'username', 'email' => 'email', 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'bundesland' => 'bundesland', 'telefon' => 'telefon', 'birthday' => 'birthday', 'occupation' => 'occupation', 'interests' => 'interests', 'diagnose' => 'diagnose', 'therapie' => 'therapie', );
$strip_var_list['confirm_code'] = 'confirm_code';
Code: Alles auswählen
$strip_var_list = array('email' => 'email', 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'bundesland' => 'bundesland', 'telefon' => 'telefon', 'birthday' => 'birthday', 'occupation' => 'occupation', 'interests' => 'interests', 'diagnose' => 'diagnose', 'therapie' => 'therapie', 'confirm_code' => 'confirm_code');
Gruß
Carsten