Hallo
Kannst du mir nun auch noch sagen wie ich eine verknüpfung zu den Sprachdateien bekomme?
Schau mal hier
http://wiki.phpbb.com/User.setup
// trick/tip
// load mods/mylangfile.php language file board-wide in a shot..
// you'll simply use "user->setup()" there in the files where it is not defined, if needed.
// (suggested in the case your language file involves quite the entire board, IMHO)
//
// open includes/sessions.php
// FIND
$this->add_lang($lang_set);
unset($lang_set);
// AFTER, ADD
$this->add_lang('mods/mylangfile');
Grüße: Mahony