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]
ACP-Einstellungen für Spiele/Activitymod
- Timo
- Site Admin|Board-Administrator|Board-Administrator
- Beiträge: 526
- Registriert: Fr 19 Sep, 2003 16:26
- Wohnort: Hamburg
- Has thanked: 2 times
- Been thanked: 3 times
- Kontaktdaten:
In der nicht geänderten datei ist es in der Zeile 1255.
In meiner geänderten ist es in der Zeile 1257.
Must mal schauen.
Gruß Timo
Code: Alles auswählen
display_avatar_gallery($mode, $avatar_category, $user_id, $email, $current_email, $coppa, $username, $email, &$new_password, &$cur_password, $password_confirm, $icq, $aim, $msn, $yim, $website, $location, $user_flag, $occupation, $interests, $signature, $viewemail, $notifypm, $popup_pm, $notifyreply, $attachsig, $setbm, $allowhtml, $allowbbcode, $allowsmilies, $allowviewonline, $user_style, $user_lang, $user_timezone, $user_dateformat, $user_absence_mode, $user_absence, $user_absence_text, $userdata['session_id'], $birthday, $gender);
Must mal schauen.
Gruß Timo
Als Kind wurde ich immer gewarnt: "Weg vom Fenster, da kannste abstürzen."
- Timo
- Site Admin|Board-Administrator|Board-Administrator
- Beiträge: 526
- Registriert: Fr 19 Sep, 2003 16:26
- Wohnort: Hamburg
- Has thanked: 2 times
- Been thanked: 3 times
- Kontaktdaten:
Das erstemal hast du falsch gelesen.
Schau mal in der anleitung genau nach.
Ich berichtige deine zeilen nummern mal nach meinem eingebautem.
Ich habe die beiden Zeilen makiert.
Das eine mal steht da $notifyreply, $notifypm, und das andere mal $viewemail, $notifypm,.
Gruß Timo
Schau mal in der anleitung genau nach.
Ich berichtige deine zeilen nummern mal nach meinem eingebautem.
Code: Alles auswählen
<?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 900 ---------------- !!!!!!!!!!!!!!!!!
#
$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 ]--------------------- 1257 --------------------- !!!!!!!!!!!!!!!!!
#
$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'], ?>
Das eine mal steht da $notifyreply, $notifypm, und das andere mal $viewemail, $notifypm,.
Gruß Timo
Als Kind wurde ich immer gewarnt: "Weg vom Fenster, da kannste abstürzen."