View Single Post
Old 01-02-2006, 02:32 AM   #2 (permalink)
intelliot
Google Guru
 
intelliot's Avatar
 
Join Date: May 2004
Posts: 2,528
Thanks: 15
Thanked 128 Times in 34 Posts
intelliot has disabled reputation
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.
intelliot is offline   Reply With Quote