ich arbeite grade mit der MLE Edition und habe das Selfregistration Modul für die Frontend Users installiert. Es funktioniert auch soweit gut, ich bin fast zufrieden.
Mein Problem das ich grade nicht zu lösen weiß: Wie bau ich eine Sprachweiche ein? Die ganzen Bestätigungsschritte vom System sind in einer Sprache formuliert, a la:
Code: Select all
Greetings {$name} welcome to the site. This email is being sent because, although you have already registered with {$sitename}, there was an error in your input. The administrator has done his best to correct this data, and you are now being sent an updated registration form. Please click on the following link and enter your username, password, and the unique code below
Follow this link: {$url}
or this link: {$smallurl}</p>
Password: {$password}
Code: {$code}
Vielen Dank!
echo
edit: klar, es geht auch mit ner if else abfrage, aber da ich nicht weiß ob ich irgendwo einen $lang array bekomme, mit allen sprachen drin, muss ich fragen, wie ich das automatisch mache.