SMF Support > SMF 2.0.x Support

Error when manually registring new members

(1/1)

rtollef:
Hello

This error relates to forum version 2.0 RC4, Norwegian language file.

When I registrer a new member manually, I write in username, email and a temporarely password on the registry page.

Just after clicking "Register" this message shows up:

The email template "admin_register_activate" could not be found.

Seems like something is missing, and the new members do not receive any welcome email from the forum.

In the norwegian email template file it is only written "register_activate"

To fix this and make everything work fine, download the email template file in the language pack, open it in a webeditor and just add "admin" in front of the code....

Should not be:  "register_activate"

Should be: "admin_register_activate"

After changing this, all works fine.

This is how the code shoul appear:

),
   'admin_register_activate' => array(
      /*
         @additional_params: register_activate
            REALNAME: The display name for the member receiving the email.
            USERNAME: The user name for the member receiving the email.
            PASSWORD: The password for the member.
            ACTIVATIONLINK:  The url link to reactivate the member's account.
            ACTIVATIONCODE:  The code needed to reactivate the member's account.
         @description:
      */
      'subject' => 'Velkommen til {FORUMNAME}',
      'body' => 'Du er nå registrert som medlem på {FORUMNAME}, {REALNAME}!

Brukernavnet ditt er {USERNAME} og passordet ditt er {PASSWORD} (dette kan endres senere.)


ziycon:
I would recommend upgrading you're install too the latest release version which is 2.0.2 and then try again as there are many things that have changed since the RC releases.

Navigation

[0] Message Index

Go to full version