Mr.Quangvd
New member
- Xu
- 0
Cái này chỉ phải sửa temp thôi nên khá đơn giản :
Đặc biệt cái quảng cáo có thể chạy nhiều hình ảnh.
Demo : https://thinhlong.info/forum
Hướng dẫn :
Các bạn vào forum home tìm :
Thêm phía dưới
Vào main css thêm vào bên dưới
Ra ngoài forum home ấn F5 là ok rồi đó .
Đặc biệt cái quảng cáo có thể chạy nhiều hình ảnh.
Demo : https://thinhlong.info/forum
Hướng dẫn :
Các bạn vào forum home tìm :
PHP:
$navbar
Thêm phía dưới
PHP:
<!-- code quang cao + thong bao -->
<table class="caothe_hot" width="100%" align="center" border="0" cellpadding="10" cellspacing="1">
<tbody><tr>
<td width="100%" align="left">
</br>
<!-- info -->
<div>• <a href="https://thinhlong.info/forum/showthread.php?t=6343" rel="nofollow" target="_blank""><font color="red"><b>Thành lập Hội sinh viên Thịnh Long</a></b></div>
<div>• <a href="https://thinhlong.net/forum/showthread.php?t=4907" rel="nofollow" target="_blank""><font color="blue"><b>Thông báo lập box cho các lớp</a></b></div>
<div>• <a href="https://thinhlong.net/forum/forumdisplay.php?f=13" rel="nofollow" target="_blank""><font color="blue"><b>Hướng dẫn sử dụng diễn đàn</a></b></div>
<div>• <a href="https://thinhlong.net/forum/announcement.php?f=14&a=1" rel="nofollow" target="_blank""><font color="blue"><b>Box lớp của bạn</b></a></div>
<div>• <a href="https://thinhlong.net/forum/announcement.php?f=14&a=1" rel="nofollow" target="_blank""><font color="blue"><b>Đóng góp ý kiến của bạn</a></b></div>
<div>• <a href="https://thinhlong.net/forum/announcement.php?f=14&a=1" rel="nofollow" target="_blank""><font color="blue"><b>Thành viên BQT</a></b></div>
<div>• <a href="https://thinhlong.net/forum/announcement.php?f=14&a=1" rel="nofollow" target="_blank""><font color="red"><b>Nội quy diễn đàn ThinhLong.Net</a></b></div>
<!-- /info -->
</td>
<td>
<!-- Top ads here -->
<SCRIPT language=JavaScript1.2>
Var slideshow_width='384px';
Var slideshow_height='103px';
Var pause=3000;
Var dropimages=new Array()
Var linkimages=new Array()
Dropimages[0]="https://thinhlong.info/ads/t1.jpg"; linkimages[0]="#index";dropimages[1]="https://thinhlong.info/ads/t1.jpg"; linkimages[1]="#";dropimages[2]="https://thinhlong.info/ads/t2.jpg"; linkimages[2]="/forum";
Dropimages[3]="https://thinhlong.info/ads/t3.gif"; linkimages[3]="/forum";dropimages[4]="ads/t4.gif"; linkimages[4]="forum";dropimages[5]="https://thinhlong.info/ads/t5.gif"; linkimages[5]="/forum";
Dropimages[6]="https://thinhlong.info/ads/t6.jpg"; linkimages[6]="/forum/forumdisplay.php?f=425";
Var preloadedimages=new Array()
For (p=0;p<dropimages.length;p++){
Preloadedimages[p]=new Image()
Preloadedimages[p].src=dropimages[p]
}
Var ie4=document.all
Var dom=document.getElementById
If (ie4||dom)
Document.write('<div style="text-align:left;position:relative;width:'+slideshow_width+';height:'+slideshow_height+';overflow:hidden"><div id="canvas0" style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';top:-'+slideshow_height+'"></div><div id="canvas1" style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';top:-'+slideshow_height+'"></div></div>')
Else
//document.write('<a href="' + linkimages[0] + '"><img border="0" name="defaultslide" src="'+dropimages[0]+'"></a>')
Var Curpos=parseInt(slideshow_height)*(-1)
Var degree=5
Var curcanvas="canvas0"
Var curimageindex=0
Var nextimageindex=1
Function movepic(){
If (curpos<0){
Curpos=Math.min(curpos+degree,0)
Tempobj.style.top=curpos+"px"
}
Else{
ClearInterval(dropslide)
Nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1"
Tempobj=ie4? eval("document.all."+nextcanvas) : document.getElementById(nextcanvas)
Tempobj.innerHTML='<a href="' + linkimages[nextimageindex] + '"><img border="0" src="'+dropimages[nextimageindex]+'"></a>'
Nextimageindex=(nextimageindex<dropimages.length-1)? nextimageindex+1 : 0
SetTimeout("Rotateimage()",pause)
}
}
Function Rotateimage(){
If (ie4||dom){
Resetit(curcanvas)
Var crossobj=tempobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
Crossobj.style.zIndex++
Var temp='setInterval("movepic()",50)'
Dropslide=eval(temp)
Curcanvas=(curcanvas=="canvas0")? "canvas1" : "canvas0"
}
Else
Document.images.defaultslide.src=dropimages[curimageindex]
Curimageindex=(curimageindex<dropimages.length-1)? curimageindex+1 : 0
}
Function resetit(what){
Curpos=parseInt(slideshow_height)*(-1)
Var crossobj=ie4? eval("document.all."+what) : document.getElementById(what)
Crossobj.style.top=curpos+"px"
}
Function startit(){
Var crossobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
Crossobj.innerHTML='<img border="0" href="' + linkimages[curimageindex] + '" src="'+dropimages[curimageindex]+'"></a>'
Rotateimage()
}
If (ie4||dom)
Window.onload=startit
Else
setInterval("Rotateimage()",pause)
</SCRIPT>
<!-- / Top ads -->
</td>
</tr>
</tbody></table>
<br>
</br>
<!-- / code quang cao + thong bao -->
Vào main css thêm vào bên dưới
PHP:
.caothe_hot{
Border:1px dashed #666666;
Background:#eeeeee;
Margin-top:-1px;
*html .borhot
Border:1px dashed #666666;
Background:#eeeeee;
margin-top:-2px;}
Ra ngoài forum home ấn F5 là ok rồi đó .