cubimtq
[Skin] Beat.VN
on 29/12/2012cubimtq
Demo : [You must be registered and logged in to see this link.]
Demo: Viewtopic_body : [You must be registered and logged in to see this link.]
Thông tin skin: Powered by: vBulletin Version 4.2.0 Copyright © 2000 - 2012, Jelsoft Enterprises Ltd. Copyright © 2004-2012 BEAT.VN FORUM VERSION 9 Forumotion - phpbb2! Rip skin by cubimtq! |
Code:
ACP > Module > HTML & JAVASCRIPT > Javascript codes management > Javascript Codes
Tạo 1 js như sau:
Title * : Avatar_index by cubimtq
Placement : In the home page
Javascript Code * :
- Code:
// Avatar in index by giObanii phpbb2
$(document).on('ready', function() {
$('.tborder tr td.alt1 .post_in').prepend('<div class="avatar-index"><div>');
$('.tborder tr td.alt1 .post_in .avatar-index').each(function () {
var profileUser = $(this).parent().children('span').children('span').children('strong').children('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 + ' .forumline .row1.gensmall[align="center"]:eq(0) img:eq(0)');
});
});
Lưu ý :
Khi sử dụng skin nhớ up lại ảnh.
vui lòng không xóa tên người rip khi sử dụng!