Verfasst: 21.08.2006 19:32
Ganz schön zusammengeschrumpft dein Registrierungsforumular.
4 Pflichtfelder + Sprache / Zeitzone
Ist das alles? easy
4 Pflichtfelder + Sprache / Zeitzone
Ist das alles? easy
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Schon klar, aber an der Stelle endet mein Support hier. easyAndre.72 hat geschrieben:Wenn du alles sehen willst musste dich anmelden.
Bei der Masse ging das irgendwie unter.. easyAndre.72 hat geschrieben:Sieht jetzt so aus:Code: Alles auswählen
# #-----[ FIND ]------------------------------------------------ # 'OCCUPATION' => 'INTERESTS' => # #-----[ AFTER, ADD ]------------------------------------------ # // Start add - Birthday MOD 'S_BIRTHDAY' => $s_birthday, 'BIRTHDAY_REQUIRED' => ($board_config['birthday_required']) ? '*' : '', // End add - Birthday MOD
Code: Alles auswählen
'AIM' => $aim, 'OCCUPATION' => $occupation, 'INTERESTS' => $interests, // Start add - Birthday MOD 'L_BIRTHDAY' => $lang['Birthday'], // End add - Birthday MOD 'LOCATION' => $location,
Code: Alles auswählen
'OCCUPATION' => ( $profiledata['user_occ'] ) ? $profiledata['user_occ'] : ' ',
'INTERESTS' => ( $profiledata['user_interests'] ) ? $profiledata['user_interests'] : ' ',
// Start add - Birthday MOD
'S_BIRTHDAY' => $s_birthday,
'BIRTHDAY_REQUIRED' => ($board_config['birthday_required']) ? '*' : '',
// End add - Birthday MOD
'AVATAR_IMG' => $avatar_img,