User Notify Default Setting ตั้งค่าการแจ้งเตือนทาง email

แนะนำ Mod ต่างๆ ของ PHPBB3 แนะนำความสามารถ ของ mod การติดตั้ง การเข้ากันได้กับเวอร์ชั่น

Moderator: mindphp

ภาพประจำตัวสมาชิก
M009
PHP Super Member
PHP Super Member
โพสต์: 205
ลงทะเบียนเมื่อ: 23/04/2013 10:57 am

User Notify Default Setting ตั้งค่าการแจ้งเตือนทาง email

โพสต์ที่ยังไม่ได้อ่าน โดย M009 »

รายละเอียดเกี่ยวกับ User Notify Default Setting ตั้งค่าการแจ้งเตือนทาง email
พัฒนาโดย : david63
Version : 1.0.0
phpBB Version(s) : phpBB 3.0 ขึ้นไป
ดาวน์โหลดได้ที่ : https://www.phpbb.com/community/viewtopic.php?t=784565

คำสั่ง sql

โค้ด: เลือกทั้งหมด

INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('user_notify', '1', '0');
เปิดไฟล์: includes/functions_user.php
ค้นหา

โค้ด: เลือกทั้งหมด

'user_notify'            => 0, 
เติมทับ

โค้ด: เลือกทั้งหมด

// User notify mod
        'user_notify'            => $config['user_notify'], 
เปิดไฟล์: includes/acp/acp_board.php
ค้นหา

โค้ด: เลือกทั้งหมด

'enable_post_confirm'    => array('lang' => 'VISUAL_CONFIRM_POST',    'validate' => 'bool',    'type' => 'radio:yes_no', 'explain' => true), 
เติมหลัง

โค้ด: เลือกทั้งหมด

// User notify mod
                        'user_notify'            => array('lang' => 'USER_NOTIFY',            'validate' => 'bool',    'type' => 'radio:yes_no', 'explain' => true), 
เปิดไฟล์: language/en/acp/board.php
ค้นหา เติมก่อน

โค้ด: เลือกทั้งหมด

// User notify mod
$lang = array_merge($lang, array(
    'USER_NOTIFY'                    => 'User notify upon replies',
    'USER_NOTIFY_EXPLAIN'            => 'The default value for when a user registers for replies to posts.',
)); 
จากนั้นทำการ Reset cache

ผู้ใช้งานขณะนี้

สมาชิกกำลังดูบอร์ดนี้: ไม่มีสมาชิกใหม่ และบุคลทั่วไป 69