• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Mod lấy ảnh đầu tiên trong bài viết làm ảnh đại diện cho mtblog

Admin

Well-Known Member
Staff member
Administrator
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
PHP:
function getthumb($text) {
$res = preg_match("/\[img]([^\[]*?)\[\/img]/", $text, $matches);
$text = $matches[1];
if (strlen($text) == 0) $text = 'http://ngquoctrung.tk/img/nothumb.png';
return $text;
}
Sau đó sửa index.php, tìm
PHP:
if (isset($v['anh']))
{
$uanh = $v['anh'];
}
else {
$uanh = 'img/nothumb.png'; 
//Link ảnh mặc định
}
Thay bằng
PHP:
if (isset($v['anh']))
{
$uanh = $v['anh'];
}
else {
$uanh = getthumb($v['noidung']);
//Link ảnh mặc định
}
Xong!
Làm tươg tự với blog/index.php và tim.php
P/s: Nó chỉ nhận link hình ảnh trong [ img][ /img], [ IMG][ /IMG] nó ko nhận đâu nhá
 

Facebook Comments

New posts New threads New resources

Back
Top