Skip to content

Ghi chú nâng cấp từ 4.0.29 lên 4.1.02

ngocphan123 edited this page Aug 10, 2017 · 1 revision

Nếu module có sử dụng chức năng comment của hệ thống, cần thêm hai cấu hình perpagecomm và timeoutcomm bằng cách thêm vào file action:

$sql_create_module[] = "INSERT INTO " . NV_CONFIG_GLOBALTABLE . " (lang, module, config_name, config_value) VALUES ('" . $lang . "', '" . $module_name . "', 'perpagecomm', '5')";

$sql_create_module[] = "INSERT INTO " . NV_CONFIG_GLOBALTABLE . " (lang, module, config_name, config_value) VALUES ('" . $lang . "', '" . $module_name . "', 'timeoutcomm', '360')"; 

Chú ý:

perpagecomm là số bình luận trên một trang
timeoutcomm là thời gian tính bằng giây giữa hai lần gửi bình luận (bằng 0 thì không giới hạn)
Clone this wiki locally