[ZB code] User Ranking - Vote cho thành viên

[Mr.P]

New member
Tác giả: HolySavor

Preview:
lSBx.jpg


Đặt code tại Below the boards

Mã:
<script type="text/javascript">
if(location.href.match(/\/topic\//i)) {
$("td.c_username").children(".member").each(function() {
var userid = $(this).attr("href");
$(this).parent().parent().next().children(".c_user").append("<div class='js-kit-rating' title='Scored item' view='combo' permalink='' path='"+userid +"'></div>");
});
}
</script>
<script src="http://js-kit.com/ratings.js"></script>
 
Back
Top