Seite 2 von 3

Verfasst: 08.03.2004 19:28
von King_S
Ich habe die usercp_register.php nun erneut aufgebaut mit allen Mods, trotzdem das Problem. Könnte es vielleicht am Server liegen?
Gruß
King_S

Verfasst: 09.03.2004 03:42
von Mister_X
ersetze mal die display_avatar_gallery(...) mit dieser hier:

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, $occupation, $interests, $signature, $viewemail, $notifypm, $popup_pm, $notifyreply, $attachsig, $allowhtml, $allowbbcode, $allowsmilies, $allowviewonline, $user_style, $user_lang, $user_timezone, $user_dateformat, $userdata['session_id']); 
Funktioniert es damit?

Verfasst: 09.03.2004 19:28
von King_S
auch net :(, dort fehlt ja auch $longitude, $latitude, $gender, $birthday....dass sind doch Felder, die ausgefüllt werden müssen, oder?

Verfasst: 09.03.2004 21:22
von Acid
Poste mal die display_avatar_gallery() Zeile aus der usercp_avatar.php.

Verfasst: 10.03.2004 07:53
von King_S
Hier die gewünschte Zeile:

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);
Gruß
King_S

[EDIT]
Der Browser ruft immer folgende Zeile auf, nach dem klick auf den 'GO' Button: http://www.nintendo-portals.de/profile. ... ditprofile und setzt dann die Variablen in die falschen Input Felder...

Verfasst: 11.03.2004 13:00
von Mister_X
wie Acid schon sagte:
die display_avatar_gallery aus der usercp_avatar.php ist interessant!

Verfasst: 11.03.2004 16:31
von King_S

Code: Alles auswählen

function display_avatar_gallery($mode, &$category, &$user_id, &$email, &$current_email, &$coppa, &$username, &$email, &$new_password, &$cur_password, &$password_confirm, &$icq, &$aim, &$msn, &$yim, &$website, &$location, &$occupation, &$interests, &$signature, &$viewemail, &$notifypm, &$popup_pm, &$notifyreply, &$attachsig, &$allowhtml, &$allowbbcode, &$allowsmilies, &$hideonline, &$style, &$language, &$timezone, &$dateformat, &$session_id, &$longitude, &$latitude, &$gender, &$birthday)
Habe ich überlesen, mit der usercp_avatar.php, sorry :oops:
Müsste aber nun das richtige sein ;)

Verfasst: 11.03.2004 16:40
von Mister_X
usercp_avatar.php
füge vor

Code: Alles auswählen

&$occupation
noch folgendes ein:

Code: Alles auswählen

&$user_flag, 
editiere bitte deine Beiträge, es war wirklich jeweils nur die display_avatar_gallery() Zeile interessant.

Verfasst: 11.03.2004 19:27
von King_S
Hat soweit geklappt, THX, aber nun setzt er immer das Geschlecht, Geburtsdatum und Land auf Standard zurück. Wenn ihr d´mir sagen könnt, wie ich das noch weg kriege, habe ich alle Fehler behoben ;0)
Gruß
King_S

Verfasst: 11.03.2004 22:33
von Mister_X
a) Also kannst du jetzt auch andere Avatargallerien aufrufen?
b) Wenn du Geschlecht, Geburtsdatum und Land eingestellt hast, dein Profil speicherst und dann die Profileinstellungen aufrufst stimmen dann die Einstellungen oder werden sie da auch zurückgesetzt?