Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.

You are not connected. Please login or register

[Invision] Avatar người gửi cuối hiện ở Index_box

Go down  Thông điệp [Trang 1 trong tổng số 1 trang]

๖ۣۜTom

๖ۣۜTom
Admintrator
Admintrator

Hàng xịn nhá mọi người
Đề mâu: [You must be registered and logged in to see this link.]
 [Invision] Avatar người gửi cuối hiện ở Index_box  Chaa_c11
Avatar người gửi cuối hiện ở Index_box.
By: giObanii - avac (phpbb2)
Convert: miamor (Invision)
Tạo một file js:
Title*: Avatar in index
Placement: In the homepage
Code:
// Avatar in index by giObanii (phpbb2)
// Convert by miamor (Invision)
// Do not delete those lines, please.
$(document).on('ready', function() {
    $('.ipbtable.index-box tr .row1').prepend('<div class="avatar-index"><div>');
    $('.ipbtable.index-box tr .row1 .avatar-index').each(function () {
        var profileUser = $(this).parent().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 + ' .box-content.profile.center:eq(0) img:eq(0)');
    });
});
CSS:
Code:
.avatar-index { float: left; }
.avatar-index img { width: 40px; height: 40px; padding: 1px; border: 1px solid #DDD; margin: 0 5px; }
Nguồn: [You must be registered and logged in to see this link.]

http://www.vn-answer.tk
Share this post on: reddit

No Comment.

Về Đầu Trang  Thông điệp [Trang 1 trong tổng số 1 trang]

Permissions in this forum:
Bạn không có quyền trả lời bài viết