hi guys, ok first I am completely useless at coding, I have tried mucking around with this file but when I save it I get an error when trying to register a new user (when running a test)so I mucked it up somehow and I put back the original and its all fine.
I want to add some additional text to the activation email that gets sent to the users when they register. I want to add some text that reminds them to go to a specific place on the forum and fill out an application for full membership.
so I am using this for my activation method;
$txt['register_activate_message'] = 'You are now registered with an account at ' . $context['forum_name'] . ', %1$s!' . "\n\n" . 'Your account\'s username is %2$s and its password is %3$s (which can be changed later.)' . "\n\n" . 'Before you can login, you first need to activate your account. To do so, please follow this link:' . "\n\n" . '%5$s' . "\n\n" . 'Should you have any problems with activation, please use the code "%4$s".' . "\n\n" . $txt[130];
how do I add text please so that the template still works
thank you all in advance
