免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
Board logo

標題: ◎【Discuz設置教學】>論壇建立天數for DZ7.0 [打印本頁]

作者: 幪面超人cn    時間: 2010-8-3 19:44     標題: ◎【Discuz設置教學】>論壇建立天數for DZ7.0

本帖最後由 幪面超人cn 於 2010-8-4 11:24 編輯

1.修改index.php文件,找到
  1. $newthreads = round(($timestamp - $lastvisit + 600) / 1000) * 1000
複製代碼
在下面加入:
  1. $today  = mktime (0,0,0,date("m")  ,date("d"),date("Y"));
  2. $build_date = mktime (0,0,0,9,1,2008);//請修改後面的三數字,分別代表你論行第一天的月,日,年。
  3. $build_days = (int)(($today-$build_date)/(24*3600));
複製代碼
2.修改discuz.htm模板
  1. <!--{if !empty($google) && ($google & 1)}-->
複製代碼
或你要的地方

以上
  1. 論壇已經建立 <span class="bold">$build_days</span> 天/
複製代碼

作者: jason880106    時間: 2012-2-4 21:56

這要放在哪
作者: Skys大空    時間: 2012-4-19 20:15

感謝分享~很不錯的代碼呢
作者: 0857    時間: 2012-4-22 19:57

找這好久.....謝謝分享!!




歡迎光臨 SCLUB免費論壇申請-使用者論壇 (http://sclub.com.tw/discuz/) Powered by Discuz! 7.2