• 23-09-2007, 12:12:10
    #1
    Kaç gündür bakıyorum admin paneline, böyle bir ayar göremedim ya da benim gözümden kaçıyor .. Bloğa her üye olan için bana mail atıyor .. Mail atmasını istemiyorum .. Nasıl yapabilirim bunu ? ..
  • 27-09-2007, 01:11:43
    #2
    Ee, yok mu bilen ..
  • 27-09-2007, 01:53:29
    #3
    Üyeliği durduruldu
    mail adresini silebilirsin
  • 27-09-2007, 02:08:06
    #4
    O zaman diğer denetimler için mail gönderemez (yoksa kullanıcı profiline yazdığın maile mi gönderiyor denetimleri ?)
  • 27-09-2007, 23:09:00
    #5
    fro
    Üyeliği durduruldu
    ya bide şifreyi göndermese olmuyormu bu ya bazı üyelerimiz şifresini nerede göreceğini bilmiyor
  • 28-09-2007, 02:34:23
    #6
    Üye olunduğunda yöneticiye e-posta gitmemesi için wp-includes/pluggable.php dosyasının 624. satırını silin:

    	@wp_mail(get_option('admin_email'), sprintf(__('[%s] New User Registration'), get_option('blogname')), $message);

    Üye şifresini değiştirdiğinde e-posta atmaması için kök klasördeki wp-login.php'de, 195. satırda başlayan:

    		// send a copy of password change notification to the admin
    		// but check to see if it's the admin whose password we're changing, and skip this
    		if ($user->user_email != get_option('admin_email')) {
    			$message = sprintf(__('Password Lost and Changed for user: %s'), $user->user_login) . "\r\n";
    			wp_mail(get_option('admin_email'), sprintf(__('[%s] Password Lost/Changed'), get_option('blogname')), $message);
    		}
    kod öbeğini silmeniz gerekir.

    Sevgiler.
  • 28-09-2007, 02:49:16
    #7
    BarUn teşekkürler, işe yaradı ..

    (+ rep) ..