Verfasst: Do 23 Nov, 2006 20:11
Hu hu Timo,
hatte ja meine usercp_register.php nach Deinen Anweisungen umgetipselt.
Nun finde ich eine der Änderungen nicht mehr. Habe da Fragezeichen hingemacht.
Habe Dir mal die Zeilenummer mit dazugeschrieben.
Vielleicht kannste bei Dir mal schauen...
Oder könntest Du mir mal Deine usercp schicken?
Hier mal Deine Anweisungen:
[php]
includes/usercp_register.php
#
#-----[ FIND ]---------------------------- Zeile 229 ------
#
$notifypm = ( isset($_POST['notifypm']) ) ? ( ($_POST['notifypm']) ? TRUE : 0 ) : TRUE;
#
#-----[ AFTER, ADD ]------------------------------------------
#
$games_block_pm = ( isset($_POST['games_block_pm']) ) ? ( ($_POST['games_block_pm']) ? TRUE : 0 ) : TRUE;
#
#-----[ FIND ]----------------------- Zeile 725 -------------
#
, user_notify_pm = $notifypm,
#
#-----[ AFTER, ADD ]------------------------------------------
#
games_block_pm = $games_block_pm,
#
#-----[ FIND ]------------------------------ Zeile 899 ------
#
user_notify, user_notify_pm,
#
#-----[ AFTER, ADD ]------------------------------------------
#
games_block_pm,
#
#-----[ FIND ]------------------------- Zeile 1257 -----------------
#
$notifyreply, $notifypm,
#
#-----[ AFTER, ADD ]------------------------------------------
#
$games_block_pm,
#
#-----[ FIND ]--------------------------- Zeile 1159 ---------------
#
$notifypm = $userdata['user_notify_pm'];
#
#-----[ AFTER, ADD ]------------------------------------------
#
$games_block_pm = $userdata['games_block_pm'];
#
#-----[ FIND ]--------------------- ???????? ---------------------
#
$viewemail, $notifypm,
#
#-----[ AFTER, ADD ]------------------------------------------
#
$games_block_pm,
#
#-----[ FIND ]--------------------- Zeile 1704 ---------------------
#
'NOTIFY_PM_NO' => ( !$notifypm ) ? 'checked="checked"' : '',
#
#-----[ AFTER, ADD ]------------------------------------------
#
'BLOCK_PM_YES' => ( $games_block_pm ) ? 'checked="checked"' : '',
'BLOCK_PM_NO' => ( !$games_block_pm ) ? 'checked="checked"' : '',
#
#-----[ FIND ]------------------------------------------
#
'L_NOTIFY_ON_PRIVMSG' => $lang['Notify_on_privmsg'],
#
#-----[ AFTER, ADD ]------------------------------------------
#
'L_BLOCK_ARCADE_PM' => $lang['Block_Arcade_pm'], [/php]
hatte ja meine usercp_register.php nach Deinen Anweisungen umgetipselt.
Nun finde ich eine der Änderungen nicht mehr. Habe da Fragezeichen hingemacht.
Habe Dir mal die Zeilenummer mit dazugeschrieben.
Vielleicht kannste bei Dir mal schauen...
Oder könntest Du mir mal Deine usercp schicken?
Hier mal Deine Anweisungen:
[php]
includes/usercp_register.php
#
#-----[ FIND ]---------------------------- Zeile 229 ------
#
$notifypm = ( isset($_POST['notifypm']) ) ? ( ($_POST['notifypm']) ? TRUE : 0 ) : TRUE;
#
#-----[ AFTER, ADD ]------------------------------------------
#
$games_block_pm = ( isset($_POST['games_block_pm']) ) ? ( ($_POST['games_block_pm']) ? TRUE : 0 ) : TRUE;
#
#-----[ FIND ]----------------------- Zeile 725 -------------
#
, user_notify_pm = $notifypm,
#
#-----[ AFTER, ADD ]------------------------------------------
#
games_block_pm = $games_block_pm,
#
#-----[ FIND ]------------------------------ Zeile 899 ------
#
user_notify, user_notify_pm,
#
#-----[ AFTER, ADD ]------------------------------------------
#
games_block_pm,
#
#-----[ FIND ]------------------------- Zeile 1257 -----------------
#
$notifyreply, $notifypm,
#
#-----[ AFTER, ADD ]------------------------------------------
#
$games_block_pm,
#
#-----[ FIND ]--------------------------- Zeile 1159 ---------------
#
$notifypm = $userdata['user_notify_pm'];
#
#-----[ AFTER, ADD ]------------------------------------------
#
$games_block_pm = $userdata['games_block_pm'];
#
#-----[ FIND ]--------------------- ???????? ---------------------
#
$viewemail, $notifypm,
#
#-----[ AFTER, ADD ]------------------------------------------
#
$games_block_pm,
#
#-----[ FIND ]--------------------- Zeile 1704 ---------------------
#
'NOTIFY_PM_NO' => ( !$notifypm ) ? 'checked="checked"' : '',
#
#-----[ AFTER, ADD ]------------------------------------------
#
'BLOCK_PM_YES' => ( $games_block_pm ) ? 'checked="checked"' : '',
'BLOCK_PM_NO' => ( !$games_block_pm ) ? 'checked="checked"' : '',
#
#-----[ FIND ]------------------------------------------
#
'L_NOTIFY_ON_PRIVMSG' => $lang['Notify_on_privmsg'],
#
#-----[ AFTER, ADD ]------------------------------------------
#
'L_BLOCK_ARCADE_PM' => $lang['Block_Arcade_pm'], [/php]