paul41598
08-15-2006, 01:49 PM
Upon new registration completion, a member is notifyed that their new account is ready to go, blah blah (like the pic below)
I think this uses a phrase though called registration_complete.
Is there a way to grab a template instead? I wanna include more post back information. I found this in registration.php which I think I'd change
eval(standard_error(fetch_error('registration_comp lete', $userinfo['username'], $vbulletin->session->vars['sessionurl'], $vbulletin->options['bburl'] . '/' . $vbulletin->options['forumhome'] . '.php'), '', false));
Any ideas?
I think this uses a phrase though called registration_complete.
Is there a way to grab a template instead? I wanna include more post back information. I found this in registration.php which I think I'd change
eval(standard_error(fetch_error('registration_comp lete', $userinfo['username'], $vbulletin->session->vars['sessionurl'], $vbulletin->options['bburl'] . '/' . $vbulletin->options['forumhome'] . '.php'), '', false));
Any ideas?