Demo:
Tổng thể: [You must be registered and logged in to see this link.]
Head: [You must be registered and logged in to see this link.]
Foot: [You must be registered and logged in to see this link.]
Viewtopic_body: [You must be registered and logged in to see this link.]
Skin kèm theo Last topic style dọc (loại kèm theo avt người gửi cuối)
Cài đặt skin:
Download file này về rồi Import vào 4r nhé :08
Modules >> Forum Widgets Management:
Tạo 1 widget mới:
Widget name : Cột trái
Use a table type : Không
Widget source * :
Cài đặt, sắp xếp Widget:
Tạo 1 file javascript mới cho chạy In all the pages với nội dung như sau:
nguồn IFC
Tổng thể: [You must be registered and logged in to see this link.]
Head: [You must be registered and logged in to see this link.]
Foot: [You must be registered and logged in to see this link.]
Viewtopic_body: [You must be registered and logged in to see this link.]
Skin kèm theo Last topic style dọc (loại kèm theo avt người gửi cuối)
Cài đặt skin:
Download file này về rồi Import vào 4r nhé :08
Modules >> Forum Widgets Management:
Tạo 1 widget mới:
Widget name : Cột trái
Use a table type : Không
Widget source * :
Cài đặt, sắp xếp Widget:
Tạo 1 file javascript mới cho chạy In all the pages với nội dung như sau:
- Code:
$(function () {
$('#right .module:eq(1)').addClass('recent');
$('#right .module:eq(1) a[href^="/t"]').addClass('lastpost');
});
$(document).on('ready', function () {
$('#right .module.borderwrap:last .box-content a.lastpost').prepend('<div class="avatar-index"><div>');
$('#right .module.borderwrap:last .box-content a.lastpost .avatar-index').each(function () {
var profileUser = $(this).parent('a').attr('href');
$(this).html('<a href="' + profileUser + '" class="avatar-index-enlace"><img src="http://cdn1.iconfinder.com/data/icons/basicset/user_64.png" alt="No Avatar" /></a>');
$(this).children('a').load(profileUser + ' .postprofile-details.postdetails dt:eq(0) img:eq(0)');
});
});
nguồn IFC