Demo (theo yêu cầu): http://jsfiddle.net/creepyzero/sgUgQ/
Module >> Portal & Widgets >> Forum widgets management >> Create a widget >> Điền Widget name, Use a table type : No >> Permission: Admin (and Mod)
- Code:
jQuery(function() {
var x = jQuery('.username');
button = jQuery('.options-button');
for (i=0;i<x.length;i++) {
y = x[i].firstChild;
uid = y.getAttribute('href').substring(2);
button[i].innerHTML += '<a href="/modcp?mode=ban&user_id='+uid+'">Ban</a>';
}
});
Lưu ý: Sửa chỗ .options-button cho phù hợp với forum của bạn.