[Mr.P]
New member
Tên: Select All Posts to Moderate in a Topic Page
Tác giả: Nicolas
*********************
Preview:
*********************
Đặt code tại Below the boards
Tác giả: Nicolas
*********************
Preview:

*********************
Đặt code tại Below the boards
Mã:
<script type="text/javascript" >
/*
Description: Selects all posts on topic page for mass post moderation
Credit: Code Created by Nicolas of Zathyus Networks and Hogwarts New Zealand
*/
if ($('select[name=topicopts_menu]').length) {
function checkem () {
$('.c_postinfo .right input[type=checkbox]').attr('checked','checked');
};
$("#topic_viewer .c_foot .right").prepend('<a name="selectall" href="#selectall" onclick=" checkem() ">Select All Posts</a> · ');
};
</script>