[Zb codep] Thêm button Email ở profile member

[Mr.P]

New member
Preview:
E9uZp.png


Tác giả: slayer766
Đặ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