Verfasst: 21.10.2002 22:09
Jo man 
Das wars also...
So geht dat:
Das andere aus dem Mod belassen.
Dann gehts auch mit der E-Mail reg.

Das wars also...
So geht dat:
Code: Alles auswählen
#
#-----[ ÖFFNEN ]---------------------------------------------------
#
/includes/usercp_register.php
#
#-----[ FINDE ]---------------------------------------------------
#
else if ( $board_config['require_activation'] == USER_ACTIVATION_SELF )
{
$message = $lang['Account_inactive'];
$email_template = 'user_welcome_inactive';
}
#
#-----[ MIT FOLGENDEM ERSETZEN ]---------------------------------------------------
#
else if ( $board_config['require_activation'] == USER_ACTIVATION_SELF )
{
$message = $lang['Account_inactive'];
$email_template = 'user_welcome_inactive';
$mod_notification = true;
}
#
Dann gehts auch mit der E-Mail reg.