nun,
ich habe mal die install text gelesen.
da steht an der betreffenden stelle folgendendes
Code: Alles auswählen
#
#-----[ FINDE ]------------------------------------------
#
display_avatar_gallery
#
#-----[ IN DER ZEILE FINDE ]------------------------------------------
#
$userdata['session_id']
#
#-----[ IN DER ZEILE, DANACH EINFUEGEN ]------------------------------------------
#
, $longitude, $latitude
#
wenn ich nun die usercp_register.php durchsuche dann finde ich folgendes
Code: Alles auswählen
if( isset($HTTP_POST_VARS['avatargallery']) && !$error )
{
include($phpbb_root_path . 'includes/usercp_avatar.'.$phpEx);
$avatar_category = ( !empty($HTTP_POST_VARS['avatarcategory']) ) ? $HTTP_POST_VARS['avatarcategory'] : '';
$template->set_filenames(array(
'body' => 'profile_avatar_gallery.tpl')
);
$allowviewonline = !$allowviewonline;
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, $music, $signature, $viewemail, $notifypm, $popuppm, $notifyreply, $attachsig, $allowhtml, $allowbbcode, $allowsmilies, $allowviewonline, $user_style, $user_lang, $user_timezone, $user_dateformat);
}
else
............
jetzt steht da unter anderm in der install.txt
Code: Alles auswählen
#
#-----[ IN DER ZEILE, DANACH EINFUEGEN ]------------------------------------------
#
, $longitude, $latitude
#
was müsste denn nach deiner Meinung da stehen das es überhaupt eine Zeile danach gibt???
ist da vieleicht irgendetwas an der installationbeschreibung missverständlich ??
Denn auch manuel installiert würde ich jetzt sagen, es gibt doch überhaupt keine zeil danach, oder ????
Könnte man nicht easymod veranlassen diesen Schritt auszulassen??
wo müsst dann etwas verändert werden??
Im install_german.txt
laut Guido müsste das ja dann manuell so geändert werden
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, $music, $signature, $viewemail, $notifypm, $popuppm, $notifyreply, $attachsig, $allowhtml, $allowbbcode, $allowsmilies, $allowviewonline, $user_style, $user_lang, $user_timezone, $user_dateformat, $longitude, $latitude);