- Tham gia
- 28/02/2015
- Bài viết
- 17,142
- Được Like
- 12,745
Bạn muốn có nhiều vị trí quảng cáo hơn cho diễn đàn, Mình Hướng dẫn chèn quảng cáo ở dưới góc bên phải trong Xenforo
Các bước thực hiện:
Mở
Template: ad_header chèn đoạn code bên dưới
Nhớ thay đổi link hình ảnh cho phù hợp.
Demo:
Chúc thành công.
Các bước thực hiện:
Mở
Template: ad_header chèn đoạn code bên dưới
Mã:
<!-- Begin Ad CHIASE -->
<script language=javascript type='text/javascript'>
function hideDiv() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('hideShow').style.visibility = 'hidden';
}
else {
if (document.layers) { // Netscape 4
document.hideShow.visibility = 'hidden';
}
else { // IE 4
document.all.hideShow.style.visibility = 'hidden';
}
}
}
function showDiv() {
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById('hideShow').style.visibility = 'visible';
}
else {
if (document.layers) { // Netscape 4
document.hideShow.visibility = 'visible';
}
else { // IE 4
document.all.hideShow.style.visibility = 'visible';
}
}
}
</script>
<div id="hideShow" style="position: fixed; bottom: 19px; right: 0px; width:180px; height: 200px; text-align: right; z-index:2" >
<a href="javascript:hideDiv()"><font color="red">[<b>X</b>]</font></a>
<script type="text/javascript">
var images = [], index = 0;
images[0] = "<a href='http://vnxf.vn/threads/tuyen-ban-quan-tri-mod-cho-dien-dan-xenforo-viet-nam.2.html' target='_blank'><img src='http://vnxf.vn/styles/tuyen-mod.jpg' width='170' height='200' /></a>";
images[1] = "<a href='' target='_blank'><img src='http://hopcho.vn/styles/Hopcho20/Ads/2015/banner_hosting.jpg' width='170' height='200' /></a>";
index = Math.floor(Math.random() * images.length);
document.write(images[index]); //done
</script></div>
<!--End Ad CHIASE -->
Nhớ thay đổi link hình ảnh cho phù hợp.
Demo:
Chúc thành công.
Nguồn: kenh88.biz
Bài viết liên quan
Bài viết mới