重启征途时间版的建议
打开include/post.func.php找到
$forum['lastpost'] = explode("\t", $forum['lastpost']);
换行添加
list($thisyear,$thismonth,$thisday) = explode(':',gmdate('Y:m:d',$timestamp + $timeoffset * 3600));//今日发贴从当天0:00点开始统计 $todaypostcheck = gmmktime(0,0,0,$thismonth,$thisday,$thisyear) - $timeoffset * 3600;//今日发贴从当天0:00点开始统计
找到
if($forum['lastpost'] > $timestamp - gmdate('G', $timestamp + $_DCACHE['settings']['timeoffset'] * 3600) * 3600 - gmdate('i', $timestamp + $_DCACHE['settings']['timeoffset'] * 3600) * 60 - gmdate('s', $timestamp + $_DCACHE['settings']['timeoffset'] * 3600) * 1) {
修改成
//if($forum['lastpost'] > $timestamp - gmdate('G', $timestamp + $_DCACHE['settings']['timeoffset'] * 3600) * 3600 - gmdate('i', $timestamp + $_DCACHE['settings']['timeoffset'] * 3600) * 60 - gmdate('s', $timestamp + $_DCACHE['settings']['timeoffset'] * 3600) * 1) { if($forum['lastpost'] > $todaypostcheck) {//今日发贴从当天0:00点开始统计
今日发贴补丁的最新更新请看http://discuz.dismall.com/viewthread.php?tid=225394
[ 本帖最后由 muhan 于 2006-1-19 18:43 编辑 ] 没有添加缓存更新时间! 没有缓存太消耗系统资源了 不 你意思理解错误了
我的意思是没有加$_DCACHE['settings']['timeoffset']缓存偏移 这个要强烈支持一下了 有演示論壇嗎? 不错 观望中……
如果有效就好啦!!!就不用等D4.1啦! 这个演示怎么看 死马当活马医了。
页:
[1]