|
A good possibility is to add it in the language file, lang_main.php.
$lang['Account_added'] = 'Thank you for registering. Your account has been created. You may now log in with your username and password';
or
$lang['Account_active'] = 'Your account has now been activated. Thank you for registering';
This depends on whether the forum requires email confirmation. Be sure to escape quotations from the code provided by Google, or it won't work.
|