Noname > 10-12-11, 03:45 PM
[you]
(10-12-11, 03:02 PM)htclub Đã viết: 10/12/2011
Cập nhập bản 1.1 sử dụng Guest ở theard title (nhiều người yêu cầu cái này nhưng tui chẳng thích tí nào)
Yêu cầu bạn cần phải làm thao tác sau
mở file inc/class_parser.php tìm function parse_badwords và sửa như sau
Mã PHP:function parse_badwords($message, $options=array())
{
global $plugins;
...........................................
Nội dung cũ
...........................................
$message = $plugins->run_hooks("text_parse_you", $message);
return $message;
}
Noname > 10-12-11, 03:49 PM
htclub > 10-12-11, 05:57 PM