NOTE:
To use swedish: (First of all; download the swedish language-pack and install it) Download the file I have attached in this post and put it in:
Code: Select all
root/language/sv/mods
It's highly recommended that you install both english and swedish.
Trouble Shooting:
Q: When I create a user and send login details, the email comes with no password. What shall I do?
A: Apparently, in the swedish translation they have forgotten the {PASSWORD} filed or something so you could manually insert it into the file
Here is how the english looks like:
Code: Select all
Subject: Welcome to "{SITENAME}"
{WELCOME_MSG}
Please keep this e-mail for your records. Your account information is as follows:
----------------------------
Username: {USERNAME}
Password: {PASSWORD}
Board URL: {U_BOARD}
----------------------------
Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as this account.
Thank you for registering.
{EMAIL_SIG}
and this is how the swedish looks like (originally):
Code: Select all
Subject: Välkommen till "{SITENAME}"
{WELCOME_MSG}
Spara detta e-postmeddelande för framtida bruk. Dina kontouppgifter:
----------------------------
Användarnamn: {USERNAME}
Forumadress: {U_BOARD}
----------------------------
Ditt lösenord har krypteras i vår databas och kan inte hämtas därifrån av oss. Om du glömmer ditt lösenord så kan du nollställa det och begära ett nytt till e-postadressen, som hör ihop med ditt konto.
Tack för att du registrerade dig.
{EMAIL_SIG}
You can see that the swedish translation haven't got a {PASSWORD}-filed. You can insert it so it maybe look like this:
Code: Select all
Subject: Välkommen till "{SITENAME}"
{WELCOME_MSG}
Spara detta e-postmeddelande för framtida bruk. Dina kontouppgifter:
----------------------------
Användarnamn: {USERNAME}
Lösenord: {PASSWORD}
Forumadress: {U_BOARD}
----------------------------
Ditt lösenord har krypteras i vår databas och kan inte hämtas därifrån av oss. Om du glömmer ditt lösenord så kan du nollställa det och begära ett nytt till e-postadressen, som hör ihop med ditt konto.
Tack för att du registrerade dig.
{EMAIL_SIG}
Now copy this code above and go to
Code: Select all
root/language/sv/email/user_welcome.txt
And Voila! The swedish users you add from this mod will get a password too!