Bonjour,
je ne suis pas sur mais je crois qu'il y'a des clés non traduites, je crois que cette erreur le prouve :
Le gabarit d'e-mail "admin_register_immediate" est introuvable.
ça se passe dans :
/Themes/default/languages/EmailTemplates.french-utf8.php
après ce code:
'admin_approve_remind' => array(
/*
@additional_params: admin_approve_remind
USERNAME: The user name for the member receiving the email.
ACTIVATIONLINK: The url link to activate the member's account.
ACTIVATIONLINKWITHOUTCODE: The url to the page where the activation code can be entered.
ACTIVATIONCODE: The activation code.
@description:
*/
'subject' => 'Rappel d\'inscription',
'body' => '{USERNAME},
Vous n\'avez pas encore activé votre compte sur {FORUMNAME}.
Veuillez utiliser le lien ci-dessous pour activer votre compte :
{ACTIVATIONLINK}
En cas de souci avec l\'activation, merci d\'aller sur {ACTIVATIONLINKWITHOUTCODE} et d\'y entrer le code "{ACTIVATIONCODE}".
{REGARDS}',
),
il faut ajouter la traduction de cette nouvelle partie :
'admin_register_activate' => array(
/*
@additional_params:
USERNAME: The user name for the member receiving the email.
ACTIVATIONLINK: The url link to activate the member's account.
ACTIVATIONLINKWITHOUTCODE: The url to the page where the activation code can be entered.
ACTIVATIONCODE: The activation code.
@description:
*/
'subject' => 'Welcome to {FORUMNAME}',
'body' => 'Thank you for registering at {FORUMNAME}. Your username is {USERNAME} and your password is {PASSWORD}.
Before you can login, you must first activate your account by selecting the following link:
{ACTIVATIONLINK}
Should you have any problems with the activation, please visit {ACTIVATIONLINKWITHOUTCODE} and enter the code "{ACTIVATIONCODE}".
{REGARDS}',
),
'admin_register_immediate' => array(
'subject' => 'Welcome to {FORUMNAME}',
'body' => 'Thank you for registering at {FORUMNAME}. Your username is {USERNAME} and your password is {PASSWORD}.
{REGARDS}',
),
Bonne chance