Thank you for registering at
in the languages settings.
When I register a new user and send them their details it's not adding the forum link I need to add this to Thank you for registering at where abouts is it?
Think I'm going blind looking for this.
Using SMF 2.0 RC4.
looks to be
'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}',
),
from Themes/default/languages/EmailTemplates.english.php
looks like {SCRIPTURL} would add the url to your forum automatically just needs to be placed in that text block.
Cheers m8 thats much better least they will get a link to the forum now.