Không cho thành viên thay đổi Member title [Zetaboards code]

[Mr.P]

New member
Tác giả: slayer766
Preview: N/A
Đặt code tại Below the boards


Mã:
<script type="text/javascript">
$(".user_info").each(function(){
a = $(this).parent().parent();
a.next().next().children(".c_footicons").prev().append(" <a href='"+main_url+"comm/?c=1&mid="+a.prev().html().split('profile/')[1].split('/')[0]+"'>E-mail</a>");
});
</script>
 
Back
Top