Cách này dựa theo cách mod ảnh đại diện của wblib share by cafe7
yêu cầu: đã áp dụng mod ảnh đại diện by jin9x
paste code này vào cuối b_inc/fun.php
function getthumb($text) {
$res = preg_match("/\[img]([^\[]*?)\[\/img]/", $text, $matches);
$text = $matches[1];
if (strlen($text) == 0)...