Code name: User Ranking
Tác giả: Holysavior
Preview (hình ngôi sao ở dưới)


=======================
Đặt code tại Below The Boards
Mã:
<script type="text/javascript">
/* Created by HolySavor of ZBcode and Javascriptin.com */
/*
* added their copyright in for the hosted script at the end, even though its in their script too
* Copyright (c) 2007 JS-Kit.com. All rights reserved.
* $Date: 2011-02-04 00:50:36 -0800 (Fri, 04 Feb 2011) $
* $Id: ratings.js 30602 2011-02-04 08:50:36Z oleg $
*/
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>
=========================
Các bạn nên Save code js: về máy và up lên host forum của mình để nó chạy mượt hơn nhé.