So if I want to change avatar and add avatar from avatar generator I must setup avatar and than again birthday and gender (because ti was reased) and then submit changes.
what could be wrong that avatar generator erase birthday and gender?
I notice in code this!
In file was this line
Code: Alles auswählen
$params = array('coppa', 'user_id', 'username', 'email', 'current_email', 'cur_password', 'new_password', 'password_confirm', 'icq', 'aim', 'msn', 'skype', 'yim', 'website', 'location', 'user_flag', 'occupation', 'interests', 'signature', 'viewemail', 'notifypm', 'allow_mass_pm', 'popup_pm', 'slidemenue', 'notifyreply', 'attachsig', 'setbm', 'allowhtml', 'allowbbcode', 'allowsmilies', 'hideonline', 'style', 'language', 'timezone', 'rankset', 'dateformat', 'user_allow_mass_email', 'user_absence_mode', 'user_absence', 'user_absence_text', 'birthday', 'gender');Code: Alles auswählen
$params = array('coppa', 'user_id', 'username', 'email', 'current_email', 'cur_password', 'new_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');
Code: Alles auswählen
function display_avatar_generator($mode, &$avatar_filename, &$avatar_image, &$avatar_text, &$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, &$birthday, &$gender, &$session_id)like
Code: Alles auswählen
user_allow_mass_email', 'user_absence_mode', 'user_absence', 'user_absence_text', 'birthday', 'gender')Code: Alles auswählen
&$user_allow_mass_email, &$user_absence_mode, &$user_absence, &$user_absence_text, &$birthday, &$gender)