Đăng nhập
Latest topics
» Tôi sẽ đỗ đại học!by NgocPRO 6/11/2024, 8:37 am
» Kỷ niệm xưa của chúng ta
by nightWalker 9/2/2024, 6:49 pm
» Bị lệch khung cần người giúp đỡ
by webhuy28 7/10/2021, 10:34 pm
» [HỎI ĐÁP] Danh sách bạn bè không thể hiển thị
by anhdaodaica1 2/10/2021, 10:04 pm
» [HỎI ĐÁP] Thông tin tài khoản không thể lưu thay đổi
by anhdaodaica1 2/10/2021, 6:05 am
» Phim bố già full
by huy.pc52 24/8/2021, 12:20 am
» Xin code Box HTML cho Forumvi
by Larva 1/7/2021, 12:57 pm
» Hello Anh Em Chinh phục
by HoàngTửNaivip5p 28/5/2021, 5:03 am
» Trang chủ tin tức cập nhật HOT 2016
by kenbi05 1/1/2020, 11:02 pm
» Không Dang9 bài viết = hình ảnh được
by huy.pc52 30/11/2019, 10:52 am
» CHÚC ANH EM NĂM MỚI VUI VẺ TRÀNG ĐẦY HẠNH PHÚC
by sps.kủn 12/2/2019, 1:16 pm
» Skin CNTT-K3 2015 (Full Mod)[✔]
by kenbi05 6/7/2018, 12:30 am
» baivong, handsome,....
by sps.kủn 29/6/2018, 1:54 pm
» [SHARE] SKIN ĐHFM.V7 @PUNBB
by tonyhoaivu 2/5/2018, 2:37 pm
» Share Skin Xanh Dương Cùi Bắp
by tonyhoaivu 28/4/2018, 5:57 pm
» Xin Skin http://v1.hotrofm.net/
by tonyhoaivu 28/4/2018, 5:45 pm
» Xin Skin Rao Vặt
by tonyhoaivu 15/4/2018, 12:07 pm
» Làm Sao Để Xóa Khung Này
by tonyhoaivu 14/4/2018, 7:18 pm
» [Lập nhóm]Lập nhóm fm
by vietkanpy 31/3/2018, 11:53 am
» [Help] về server úp ảnh của phutu [✔]
by baivong 17/3/2018, 10:18 pm
» Đừng khóc cho “tôi – Chinh Phục!”…
by AnHung 27/2/2018, 5:33 pm
» [Share] Skin Diendandaihoc.com [ Punbb ] [✔]
by Lu Mờ 13/2/2018, 7:28 pm
» Mời mấy thím vào groups Forumotion Việt Nam.
by dang02315 13/2/2018, 12:40 am
» Có thể làm các kiểu giao diện được không?
by Lu Mờ 9/2/2018, 3:40 pm
» ltns chinhphuc.info
by Shinichi Kudo 27/1/2018, 2:27 am
Top posting users this week
No user |
[svGiadinh]Share code chat như vbb V.2
5 posters
Trang 1 trong tổng số 1 trang
[svGiadinh]Share code chat như vbb V.2
nếu bạn nào vào skin4fm rồi thì cũng thấy cái bảng chat ở đáy forum.mình muốn xin từ lâu mà k được này lên Dion Desig thấy nên đem về share
demo:
demo On:
chèn cuối footer
thay /h15-page thành địa chỉ chat rom của bạn
kiểu thứ 2
code chèn footer
chèn vào css
demo:
demo On:
- Code:
http://ITvui.net
chèn cuối footer
- Code:
/**********chatroom**********/
<script type="text/javascript">
var CopyrightNotice='Updating chatbox online count for all forumotion boards. Copyright © by LeopardGeckoForum. All Rights Reserved. Use, modification, and/or distribution of this script is not allowed without direct permission from jordan@leopardgeckoforum.com. This entire copyright notice must remain in the original, copied, or modified script';
function showhide(elementname) {var displayed=document.getElementById(elementname).style.display;
if (displayed == 'none') { document.getElementById(elementname).style.display='block' }
if (displayed == 'block') { document.getElementById(elementname).style.display='none'}}
var timer=setTimeout('membercount();',1000);
function membercount() {
x=parent.LGchat.document.getElementById('chatbox_members');
z=jQuery(x).find('ul')[0];
if (z) {
y=z.getElementsByTagName('li');
chatno=y.length;
jQuery('#chatcount').html(chatno);
}
else { jQuery('#chatcount').html('0'); }
setTimeout('membercount();',3000);
}
</script>
<div class="wmenu" onclick="showhide('chat');">Chat (<span id="chatcount"></span>)</div>
<div class="LGmodule" style="display:none" id="chat">
<iframe name="LGchat" style="width:100%;height:450px;margin-top:5px;border:none" src="/h15-page?archives=1"></iframe></div>
/**********chatroom**********/
thay /h15-page thành địa chỉ chat rom của bạn
kiểu thứ 2
code chèn footer
- Code:
<script type="text/javascript">
var CopyrightNotice='Updating chatbox online count for all forumotion boards. Copyright © by LeopardGeckoForum. All Rights Reserved. Use, modification, and/or distribution of this script is not allowed without this entire copyright notice in the original, copied, or modified script';
function showhide(elementname) {var displayed=document.getElementById(elementname).style.display;
if (displayed == 'none') { document.getElementById(elementname).style.display='block' }
if (displayed == 'block') { document.getElementById(elementname).style.display='none'}}
var timer=setTimeout('chatcount()',1500);
function chatcount() {
x=parent.LGchat.document.getElementById('chatbox_members');
z=jQuery(x).find('ul')[0];
var awayfix=jQuery(x).find('h4');
if (z) {
y=z.getElementsByTagName('li');
if (awayfix[0].innerHTML == 'Online') {
var chatno=y.length;
var awayno=0; }
else { chatno=0; awayno=y.length; }
} else { chatno=0; awayno=0;}
a=jQuery(x).find('ul')[1];
if (a) {
b=a.getElementsByTagName('li');
awayno=b.length; }
var onlineno=chatno + awayno;
jQuery('#chatcount').html(chatno + '/' + onlineno);
setTimeout('chatcount();',3000);
}
</script>
<div class="wmenu" onclick="showhide('chat');">Chat (<span id="chatcount"></span>)</div><div class="LGmodule" style="display:none" id="chat"><iframe name="LGchat" style="width:99%;height:450px;margin-top:5px;border:none" src="/chatbox/index.forum?archives=1"></iframe></div>
chèn vào css
- Code:
.wmenu {cursor: pointer; float: right; margin-right: 5px; width: 150px; height: 24px; line-height: 22px; background: #ddd; color: #660066; font-family: Tahoma,Arial; font-size: 13px; font-weight: bold; text-align: center; -moz-border-radius: 6px; border-radius: 6px ; border:1px solid #848; position: fixed; bottom: 1px; right: 1px;}
.wmenu:hover {color: #d31141;}
.LGmodule {z-index: 999; position: fixed; left:20%; bottom: 30px; width: 79%; margin: 0px; padding: 0px; background: #e8e8e8 color: #000000; border: #804080;}
Được sửa bởi singh ngày 17/11/2011, 6:58 pm; sửa lần 1.
Re: [svGiadinh]Share code chat như vbb V.2
Hỏi tên Lgforum trước khi share nhá hướng dẫn như thế này thì chưa phát huy hết tác dụng của code đâu
Re: [svGiadinh]Share code chat như vbb V.2
tên Lgforum là hỏi ai? Thấy hay dem vè share ma bị vote trừZero đã viết:Hỏi tên Lgforum trước khi share nhá hướng dẫn như thế này thì chưa phát huy hết tác dụng của code đâu
Re: [svGiadinh]Share code chat như vbb V.2
Updating chatbox online count for all forumotion boards. Copyright © by LeopardGeckoForum. All Rights Reserved. Use, modification, and/or distribution of this script is not allowed without direct permission from jordan@leopardgeckoforum.com. This entire copyright notice must remain in the original, copied, or modified script
Re: [svGiadinh]Share code chat như vbb V.2
Cập nhật số lượng chatbox trực tuyến cho tất cả các Ban Forumotion. Bản quyền © bởi LeopardGeckoForum. Tất cả các quyền. Sử dụng, sửa đổi, và / hoặc phân phối của kịch bản này là không được phép mà không được phép trực tiếp từ jordan@leopardgeckoforum.com. Toàn bộ thông báo bản quyền này phải ở lại trong kịch bản ban đầu sao chép, hoặc sửa đổi,
trời ơi.đã share trên mạng mà còn đòi bản quyền ghê quá.muốn có tên bản quyềnh thì đừng share.Mà mình cũng đâu phải k ghi nguồn đâu.Đã nêu là Dion Desig ở trên còn gì?
Similar topics
» [svgiadinh]Share code phong to hinh khi re chuột vào
» [ Share ] Code tìm nhạc , đọc báo , xem tử vi , chat ,..... 15 trong 1
» [SVGIADINH] Hàng Hot!Chat Như vBB trên FM
» [svGiaDinh]Bảng Thông Tin Đen.Share!
» [svGiadinh]share cái posting_body đã edit lại hình
» [ Share ] Code tìm nhạc , đọc báo , xem tử vi , chat ,..... 15 trong 1
» [SVGIADINH] Hàng Hot!Chat Như vBB trên FM
» [svGiaDinh]Bảng Thông Tin Đen.Share!
» [svGiadinh]share cái posting_body đã edit lại hình
Trang 1 trong tổng số 1 trang
Permissions in this forum:
Bạn không có quyền trả lời bài viết