In login.tpl add
Code:
// only add this if not on the registration page to avoid conflict
{if $pagename ne "register"}
{if isset($register_step_1_extra)}
<br />
{$register_step_1_extra}
{/if}
{/if}
Next add
Code:
//don't need to do this if already logged in
if(!$current_user->authenticated) {
check_actions('register_showform', $vars);
}
Code:
// module system hook
$vars = '';
check_actions('index_top', $vars);
There you go!
I have tested this on 9.9






Linear Mode

