[修改]倒數計時功能

MODs Released by Other phpbb Sites
非官方認證通過之 MOD ,或許有安全性之疑慮,所有問題由原發表者回覆!

版主: 版主管理群

主題已鎖定
動機不明
喝咖啡的綠皮猴
喝咖啡的綠皮猴
文章: 1179
註冊時間: 2002-03-06 20:37
來自: GOP (重啟)

[修改]倒數計時功能

文章 動機不明 »

慶祝竹貓即將滿週歲,提供這個小東東 :)
這個外掛不需要改太多地方,只有一個:index_body.tpl
找適當位置加入下列java語法即可

代碼: 選擇全部

<!-- 倒數計時開始 -->
<script language="JavaScript1.2">
function setcountdown(theyear,themonth,theday,thehour,themin,thesec){yr=theyear;mo=themonth;da=theday;hr=thehour;min=themin;sec=thesec}
//Count down to date. format: year, month, day, hour, minute, second
setcountdown(2002,10,29,00,00,00)

//the event msg and msg when its the time of the event
var occasion="距離竹貓星球的週年紀念日還有"
var message_on_occasion="<b><font color=FF0000; size=5>今天是竹貓星球的週年紀念日喔!</font></b>"

//text hieght, width, bgcolor etc. subSilver default
var countdownwidth='100%'
var countdownheight='35px'
var countdownbgcolor='#F4ECDD'
var opentags='<span class="gensmall">'
var closetags='</span>'

//////////DO NOT EDIT PAST THIS LINE//////////////////

var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
var crosscount=''

function start_countdown(){
if (document.layers)
document.countdownnsmain.visibility="show"
else if (document.all||document.getElementById)
crosscount=document.getElementById&&!document.all?document.getElementById("countdownie") : countdownie
countdown()
}

if (document.all||document.getElementById)
document.write('<span id="countdownie" style="width:'+countdownwidth+'; background-color:'+countdownbgcolor+'"></span>')

window.onload=start_countdown


function countdown(){
var today=new Date()
var todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
var todaym=today.getMonth()
var todayd=today.getDate()
var todayh=today.getHours()
var todaymin=today.getMinutes()
var todaysec=today.getSeconds()
var todaystring=montharray[todaym]+" "+todayd+", "+todayy+" "+todayh+":"+todaymin+":"+todaysec
futurestring=montharray[mo-1]+" "+da+", "+yr+" "+hr+":"+min+":"+sec
dd=Date.parse(futurestring)-Date.parse(todaystring)
dday=Math.floor(dd/(60*60*1000*24)*1)
dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1)
dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000))/(60*1000)*1)
dsec=Math.floor((((dd%(60*60*1000*24))%(60*60*1000))%(60*1000))/1000*1)
//if on day of occasion
if(dday<=0&&dhour<=0&&dmin<=0&&dsec<=1&&todayd==da){
if (document.layers){
document.countdownnsmain.document.countdownnssub.document.write(opentags+message_on_occasion+closetags)
document.countdownnsmain.document.countdownnssub.document.close()
}
else if (document.all||document.getElementById)
crosscount.innerHTML=opentags+message_on_occasion+closetags
return
}
//if passed day of occasion
else if (dday<=-1){
if (document.layers){
document.countdownnsmain.document.countdownnssub.document.write(opentags+"倒數計時事件時間已過!"+closetags)
document.countdownnsmain.document.countdownnssub.document.close()
}
else if (document.all||document.getElementById)
crosscount.innerHTML=opentags+"目前沒有倒數事件"+closetags
return
}
//else, if not yet
else{
if (document.layers){
document.countdownnsmain.document.countdownnssub.document.write(opentags+occasion+ "倒數計時:"+dday+ " 天, "+dhour+" 小時, "+dmin+" 分 "+dsec+" 秒"+closetags)
document.countdownnsmain.document.countdownnssub.document.close()
}
else if (document.all||document.getElementById)
crosscount.innerHTML=opentags+occasion+dday+ " 天, "+dhour+" 小時, "+dmin+" 分 "+dsec+" 秒 "+closetags
}
setTimeout("countdown()",1000)
}
</script>
<!-- End of javascript -->
<ilayer id="countdownnsmain" width=&{countdownwidth}; height=&{countdownheight}; bgColor=&{countdownbgcolor}; visibility=hide><layer id="countdownnssub" width=&{countdownwidth}; height=&{countdownheight}; left=0 top=0></layer></ilayer>
<!-- 倒數計時結束 -->
由於原始碼我有修改過 ^^bb (主要是因為要改成中文),現在說明一下

代碼: 選擇全部

//Count down to date. format: year, month, day, hour, minute, second
setcountdown([color=red]2002,10,29,00,00,00[/color])
設定開始倒數的時間及日期

代碼: 選擇全部

//the event msg and msg when its the time of the event
var occasion="[color=red]距離竹貓星球的週年紀念日還有[/color]"
var message_on_occasion="<b><font color=FF0000; size=5>今天是竹貓星球的週年紀念日喔!</font></b>"
設定 倒數 時的顯示字串以及計時到之後的顯示字串\r

代碼: 選擇全部

//text hieght, width, bgcolor etc. subSilver default
var countdownwidth='100%'
var countdownheight='35px'
var countdownbgcolor='[color=red]#F4ECDD[/color]'
var opentags='<span class="gensmall">'
var closetags='</span>'
設定寬與高,以及背景顏色
非官方外掛問題區公告: [必看]請配合發問格式及明確主題發問(2006 02/24更新)
七點要求:
1. 發問前先搜尋,確定沒有重複後再發表
2. 主題要明確
3. 依照發問格式
4. 禁連續推文
5. 請盡量減少使用地方性語言
6. 解決問題後請修改第一篇主題,並感謝曾經幫過你的前輩們 ^^
7. 請不要將檔案內容完整貼出喔! 只要提供問題行及上下各五行就可以了
oO]-[Oo
南宮博士
南宮博士
文章: 512
註冊時間: 2001-11-11 18:09
來自: TAIWAN
聯繫:

文章 oO]-[Oo »

多謝囉 (:Y)
OOHOO said:
有事Mail給我, 不要P我, 因為根本沒辦法P.
majimmy
工友兼校長
工友兼校長
文章: 170
註冊時間: 2001-11-15 14:16
來自: 屏東
聯繫:

文章 majimmy »

字體不明顯\r

改在公告ㄉ那個地方\r
也不錯喔 :D
1.有問題,請先搜尋過一次,再來問
2.不要PM給我=.=(除非有好康的)


圖檔
小竹子
竹貓星球大統領
竹貓星球大統領
文章: 4596
註冊時間: 2001-10-29 22:13
來自: 竹貓星球
聯繫:

文章 小竹子 »

對呀!
表哥顏色改成橘色然後字體弄大一點
注意事項:
●phpBB 架設相關問題請到 + phpBB 3.0.x 討論區發表!
●都沒有你要的答案嗎??>>點這裡<<搜尋一下吧!
●請使用>>標準的發文格式<<發表問題!
●竹貓星球並非政治團體代言人,請不要在竹貓討論政治議題,也不要認為竹貓是偏向任何一方政治團體,竹貓愛的是台灣這片生長的土地,過於泛政治化文章請來信告知移除!
●關於 phpBB 使用問題請在版面發問,私人訊息提供其他不相干或是隱私的事情聯絡之用。
●所有市面上的免費空間皆非竹貓管轄,請勿來信詢問,請直接與該免費空間連絡。
主題已鎖定

回到「非官方認證外掛」