Seite 2 von 2

Verfasst: Do 23 Nov, 2006 20:11
von struupi
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]

Verfasst: Sa 25 Nov, 2006 21:19
von struupi
Hu hu Timo,
kannst Du mir nicht büdde helfen?! :cry:

Verfasst: Sa 25 Nov, 2006 22:40
von Timo
In der nicht geänderten datei ist es in der Zeile 1255.

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);
In meiner geänderten ist es in der Zeile 1257.

Must mal schauen.

Gruß Timo

Verfasst: Sa 25 Nov, 2006 23:01
von struupi
Aber dann ist es nur einmal vorhanden, laut Deiner Anweisung füge ich das zweimal ein. *grübel*.

Denn in 1257 steht es ja bei mir und trotzdem funzt es ja nicht.???
Menno...

Verfasst: So 26 Nov, 2006 03:00
von Timo
Das erstemal hast du falsch gelesen.

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'], ?> 
Ich habe die beiden Zeilen makiert.

Das eine mal steht da $notifyreply, $notifypm, und das andere mal $viewemail, $notifypm,.

Gruß Timo

Verfasst: So 26 Nov, 2006 09:56
von struupi
Guten Morgen Timo!

Wow, vielen vielen Dank!!!
Zeile 900 habe ich einfach übersehen. :oops:

Jetzt funktioniert auch das Registrieren wieder!!!

Einen dicken Kuss! :mrgreen: