» Công Nghệ Thông Tin » Chinh Phục Forumtion » Các Code Hay » code đếm số tin nhắn chưa đọc


You are not connected. Please login or register

code đếm số tin nhắn chưa đọc

Go down  Message [Page 1 of 1]

1code đếm số tin nhắn chưa đọc Empty code đếm số tin nhắn chưa đọc Mon Aug 15, 2011 1:02 pm

An Hùng BMT

An Hùng BMT
Admin
Admin

Dùng cho PhpBB2 và PunBB . chưa thử trên BB3
Tìm trong over header đoạn code này
Code:
<script src="{JQUERY_PATH}" type="text/javascript"></script>
chèn đoạn code này vào ngay bên dưới
Code:
<script type="text/javascript">
$(document).ready(function(){$.ajax({
  url: '/privmsg?folder=inbox',
  success: function(ajax) {
    count = $('img[src="http://2img.net/i/fa/prosilver/topic_unread.gif"]', ajax).length;
    if (count < 1) {
      $('a.mailbox').html('Không có tin nhắn mới');
    }
    else {
      $('a.mailbox').html('<strong>'+count+'</strong> tin nhắn chưa đọc');
    }}
});
 });
</script>

tìm trong code sửa link ành

https://2img.net/i/fa/prosilver/topic_unread.gif
thành link ảnh Bài viết mới của bạn .
(Vào Display Pictures and Colors Pics management Mã mở rộng icons for topics copy link ảnh của mục Tiêu đề - New )

cuối cùng chèn code này vào chổ cần hiển thị tùy ý bạn
Code:
<!-- BEGIN switch_user_logged_in -->
<a href="/privmsg?folder=inbox" class="mailbox">Mailbox </a>
                <!-- END switch_user_logged_in -->
nguon:4ALLVN

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum