Nguồn:CP
memberlist_body:
Tìm code:
Thay lại bằng:
Đây là đoạn script và code hiển thị, các bác có thể đặt đâu tuỳ ý
memberlist_body:
Tìm code:
- Code:
<a class="gen" href="{memberrow.U_VIEWPROFILE}">{memberrow.USERNAME}</a>
Thay lại bằng:
- Code:
[color=#000000][font='Times New Roman'][color=#2E8B57][font=Courier]<div class="thanhvienmoi" style="height: 20px;width: 116px;"><font style="font-family: Tahoma; font-size: 11px"><a class="gen" href="{memberrow.U_VIEWPROFILE}">{memberrow.USERNAME}</a></font></div>[/font][/color][/font][/color]
- Code:
[color=#000000][font='Times New Roman'][color=#2E8B57][font=Courier]{memberrow.POSTS}[/font][/color][/font][/color]
- Code:
[color=#000000][font='Times New Roman'][color=#2E8B57][font=Courier]<div class="baivong" style="height: 20px;width: 95px;" align="right"><font style="font-family: Tahoma; font-size: 11px">{memberrow.POSTS} bài viết</font></div>[/font][/color][/font][/color]
Đây là đoạn script và code hiển thị, các bác có thể đặt đâu tuỳ ý
- Code:
[color=#000000][font='Times New Roman'][color=#2E8B57][font=Courier]<script>
$(document).ready(function(){
$(function() {
$('<span class="bv" />').load('/memberlist?mode=joined&order=DESC&submit=Ok&username .thanhvienmoi', {limit: 10}, function() {
jQuery(this).hide()
.appendTo('.bvthanhvien')
.fadeIn(1);
});
return false;
});
$(function() {
$('<span class="bv" />').load('/memberlist?mode=joined&order=DESC&submit=Ok&username .baivong', {limit: 10}, function() {
jQuery(this).hide()
.appendTo('.battuvuong')
.fadeIn(1);
});
return false;
});
});
</script>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%" style="border: 1px solid #fff"><tr>
<th colspan="2" style="border: 0px;;height: 26px!important;padding: 0px 0px;"><b><center>Thành viên mới</center></b></th>
</tr><tr valign="top"><td style="padding: 2px;" class="row1" width="175">
<div class="bvthanhvien"></div>
</td>
<td style="padding: 2px;" class="row1" style="width: 100px;">
<div class="battuvuong"></div>
</td></tr>
</table>[/font][/color][/font][/color]