Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: lord alibaski on December 05, 2010, 04:48:53 PM

Title: Cant seem to find
Post by: lord alibaski on December 05, 2010, 04:48:53 PM
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.
Title: Re: Cant seem to find
Post by: Illori on December 05, 2010, 05:24:02 PM
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.
Title: Re: Cant seem to find
Post by: lord alibaski on December 05, 2010, 06:11:52 PM
Cheers m8 thats much better least they will get a link to the forum now.