Was kann da für ein Fehler sein?
In der Map_Mod 2.0.1 steht in der Anleitung
Code: Alles auswählen
#
#-----[ FINDE ]------------------------------------------
#
$strip_var_list = array('username' => 'username',
#
#-----[ DANACH EINFUEGEN ]------------------------------------------
#
// Begin Map Mod
$strip_vars_mapmod = array('longitude' => 'longitude', 'latitude' => 'latitude');
$strip_var_list = array_merge ($strip_var_list, $strip_vars_mapmod);
// End Map Mod Code: Alles auswählen
$strip_var_list = array('username' > 'username', Code: Alles auswählen
'email', 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'occupation' => 'occupation', 'interests' => 'interests'); Wo soll das also eingefügt werden?
Ich habe es jetzt so gemacht, aber anscheinend hats jetzt einen Fehler:
Code: Alles auswählen
$strip_var_list = array('username' => 'username', 'email' => 'email', 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'occupation' => 'occupation', 'interests' => 'interests');
// Begin Map Mod
$strip_vars_mapmod = array('longitude' => 'longitude', 'latitude' => 'latitude');
$strip_var_list = array_merge ($strip_var_list, $strip_vars_mapmod);
// End Map Mod Um es nicht wo anders auch noch zu schreiben, hier noch eine Fehlermeldung nach Fertigstellung des Mods:
Parse error: parse error, unexpected \',\' in /home/.sites/21/site166/web/phpbb/phpBB2/includes/usercp_register.php on line 849
Das wäre ja diese Datei?
_________________
LG
TOM