Mỗi Năm Biết Thêm Một Điều Mới
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.

Mỗi Năm Biết Thêm Một Điều MớiĐăng Nhập

Kết nối để thành công

Chào mừng bạn đến với diễn đàn DNTG - Diễn Đàn Chia Sẻ Kiến Thức
Địa chỉ hiện tại của diễn đàn là dntg.forumotion.com
Vui lòng gửi cho chúng tôi một email về giang@dntg.vn nếu bạn có bất kỳ góp ý nào về diễn đàn và nhận 10 điểm tín nhiệm
Bạn có nguyện vọng đóng góp vào diễn đàn? Gửi yêu cầu về giang@dntg.vn và tham gia với chúng tôi ngay.
LIÊN HỆ QUẢNG CÁO giang@dntg.vn

description[TIP] ChatBox tự động đăng nhập. Empty[TIP] ChatBox tự động đăng nhập.

more_horiz
Demo:
[You must be registered and logged in to see this link.]
[TIP] ChatBox tự động đăng nhập. Gg_bmp10


Xắn tay áo lên làm thui: :002:

Bước 1: Kích hoạt ChatBox.
Bạn vào: Modules -> Chatbox -> Cấu hình diễn đàn -> Activate the ChatBox :& ChatBox display : DO NOT DISPLAY
Nhấn VALIDATE để có hiệu lực.
Bước 2: Tạo trang HTML hiển thị CHATBOX:
Bạn vào: Modules -> HTML -> HTML pages management -> Create new HTML page, trong Add a HTML page bạn điền:
Title * : điền gì vô đây cũng được

Do you wish to use your forum header and footer ? bạn chọn KHÔNG
Use this page as homepage ? Bạn chọn KHÔNG
HTML source * : Bạn dán tất cả code này vào:
:down:
[You must be registered and logged in to see this link.]
Nhấn SUBMIT, trình duyệt chuyển bạn về trang ban đâu, bạn copy link trang HTML vừa tạo.

Bước 3: Nhúng CHATBOX vào forum:
Bạn nên nhúng vào INDEX_BODY:
Bạn vào: DISPLAY -> Templates -> Quản Lý Tổng Thể -> index_body -> và dán đoạn code này vào chỗ nào đó:

Code:

<center><iframe name="chat" id="chat" src="http://forum.vnfish.info/html-h26.htm" height="300" width="100%" frameborder="0"></iframe></center>

Bạn thay [You must be registered and logged in to see this link.] bằng link trang HTML vừa tạo lúc nãy.
Nhấn CHẬP NHẬN, trình duyệt chuyển về trang ban đầu, bạn nhấn tiếp nút có dấu:[TIP] ChatBox tự động đăng nhập. Ajouter là xong.
Chúc bạn thành công.
Mr.Winni

description[TIP] ChatBox tự động đăng nhập. EmptyRe: [TIP] ChatBox tự động đăng nhập.

more_horiz
Đại ka wini ởi.Sao em làm mà nó hok tự đăng nhập.nó hiện ra 1 bảng chatbox mà chat hok đc anh ởi.Chỉ giùm em đi nhan.

description[TIP] ChatBox tự động đăng nhập. EmptyRe: [TIP] ChatBox tự động đăng nhập.

more_horiz
Chời ơi! Tớ làm theo hướng dẫn nhưng nó lại hiện 1 dòng nho nhỏ ở dưới khung Thống kê là Join ChatBox, kik vào thì bật ra trang html, mà cũng ko tự đăng nhập gì cả. Sao lại thế?

description[TIP] ChatBox tự động đăng nhập. EmptyRe: [TIP] ChatBox tự động đăng nhập.

more_horiz
:001: có thể bạn thiếu CSS cho chatbox:

Code:

/* Chatbox-------------------------------------------------------------*/
body.chatbox {
  padding: 1px 1px 1px 1px;
  margin: 0;
  background-color: #ffffff;
background-image: none;
font: nomal 11px Tahoma;

  }
#chatbox_header {
  height: 33px;
  }
#chatbox_header.main-head {
  color: #dedfdf;
  background-color: #1f537b;
  }
.chatbox-title,.chatbox-title a.chat-title {
  color: #dedfdf;
  text-decoration: none;
  }
.chatbox-title {
  float: left;
  margin: 0;
  padding: 2px 5px 0 5px;
  width: 15em;
  }
.chatbox-options {
  float: right;
  list-style: none;
  font-size: 11px;
  margin: 0.7em 0.5em 0.5em 0.5em;
  }
.chatbox-options li {
  display:inline;
  }
.chatbox-options li,.chatbox-options li a,.chatbox-options li label {
  color: #dedfdf;
  }
#chatbox_members {
  position: absolute;
  top: 44px;
  bottom: 60px;
  width: 168px;
  overflow: auto;
        padding: 1px;
border: 1px #00000 dashed;
  }
#chatbox_messenger_form {
  margin: 10px 0 0 0;
  }
#chatbox_members .member-title {
  text-align: center;
  padding: 7px;
  font-size: 12px;
  background: #fff url(http://a1tinhgia3.co.cc/users/2211/12/43/96/album/cat11010.gif) no-repeat top center;
  color : #00569c;
  font-family: Tahoma;

  }
#chatbox_members ul {
  list-style: none;
font-family: Tahoma;
font-size: 12px;
  }
#chatbox_members ul li {
margin: 0 2px 0 0;
padding-left: 8px;
padding-bottom: 1px;
padding-top: 1px;
background-color: #; 
font-family: Tahoma;
font-size: 12px;
border-left: 6px #6699ff solid;
border-top: 1px #ff69b4 dashed;
border-bottom: 1px #ff69b4 dashed;
border-right: 1px #ff69b4 solid;
}

#chatbox {
font-family: Tahoma;
font-size: 12px;
  position: absolute;
  top: 44px;
  left: 181px;
  right: 1px;
  bottom: 60px;
  overflow: auto;
  line-height: 10px;
background: #fff url(http://a1tinhgia3.co.cc/users/2211/12/43/96/album/konoib10.gif) no-repeat top right;
  }
#chatbox p {
  line-height: 1.2em;
  }
.chatbox_row_1 {
  padding: 8px;
  background-color: #;
padding: 2px;
color: #ff0000;
font-family: Tahoma;
font-size: 12px;
  }
.chatbox_row_2 {
  padding: 8px;
  background-color: #;
border-top: 0px;
border-bottom: 0px;
padding: 2px;
color: #2b8bc7;
font-family: Tahoma;
font-size: 12px;
  }
.chatbox_row_3 {
  padding: 8px;
  background-color: #;
padding: 2px;
color: #ff0000;
font-family: Tahoma;
font-size: 12px;
  }
#chatbox .user {
  font-weight: bold;
  }
.memberlist_row_1 {
  background-color: #fbfbfb;
  }
#chatbox_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  }
#message,#submit_button{
  border-width: 1px;
  }
.fontbutton {
  padding: 1px;
  cursor: pointer;
  text-align: left;
  }
.fontbutton_normal {
  background: #E1E1E2;
  }
.fontbutton_selected {
  background: #BBC7CE;
  border: 1px solid #22229C;
  }
.fontbutton_clicked {
  background: #959595;
  border: 1px solid #22229C;
  }
.fontbutton_hover {
  background: #E1E1E2;
  border: 1px solid #22229C;
  }
.fontbutton {
  background:#E1E1E2 none repeat scroll 0%;
  border:medium none;
  color:#030303;
  float:left;
  margin-right:10px;
  padding:1px;
  }

/*Internet Explorer fixers and hacks for Chatbox *
/* html #chatbox-members {
 
/* IE expressions helping IE work in Standards mode */
height: expression(( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 3) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px");
  }
* html #chatbox {
 
/* IE expressions helping IE work in Standards mode */
height: expression(( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 3) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px");
  width: expression(( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 10) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 1) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 1.3) ) + "px");
  }
* html #chatbox-footer {
 
/* IE expressions helping IE work in Standards mode */
width: expression(( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 0) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 0) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px");
  }
#chatbox_contextmenu {
  border: 2px solid black;
  background-color: #f4f9fd;
  }
#chatbox_contextmenu p {
  margin:0;
  padding: 1px 4px;
  font-family: Tahoma;
  background: #fbfbfb;
  border-bottom:1px solid #777;
  }
#chatbox_contextmenu p.hover {
  background: #f4f4f4;
  }
#chatbox_contextmenu p.close {
  padding: 1px;
  font-size: 95%;
  color:#fff;
  background: url('');
  }
#chatbox_contextmenu p.close img {
  vertical-align: middle;
  padding-left: 20px;
  }
#chatbox_contextmenu a {
  color: #00569c;
    text-decoration: none;
    font-size: 95%;
  }
#chatbox_contextmenu a:hover {
  color: ;
  }

description[TIP] ChatBox tự động đăng nhập. EmptyRe: [TIP] ChatBox tự động đăng nhập.

more_horiz
Tóm lại vẫn ko làm dc Admin ạ! Chả hỉu sao nữa [TIP] ChatBox tự động đăng nhập. 843508

description[TIP] ChatBox tự động đăng nhập. EmptyRe: [TIP] ChatBox tự động đăng nhập.

more_horiz
[You must be registered and logged in to see this link.]

description[TIP] ChatBox tự động đăng nhập. EmptyRe: [TIP] ChatBox tự động đăng nhập.

more_horiz
chỉ lại cách làm đi có làm được đâu làm ra một cái ô mầu xanh là sao
link đây ne mấy bác xemcho
[You must be registered and logged in to see this link.]
mà css thì dán vào đâu mới được chứ mấy bác
bác tiện chỉ luôn viết dấu nha
:002: :007: :005: :011: :012:

description[TIP] ChatBox tự động đăng nhập. EmptyRe: [TIP] ChatBox tự động đăng nhập.

more_horiz
của em sao k đc nhỉ [You must be registered and logged in to see this link.] nó ra zậy rùi x0g

description[TIP] ChatBox tự động đăng nhập. EmptyRe: [TIP] ChatBox tự động đăng nhập.

more_horiz
privacy_tip Permissions in this forum:
Bạn không có quyền trả lời bài viết
power_settings_newLogin to reply