首页| 版块| 我的| 发帖| 消息
主题:那些“消失”在主题列表页的主题
zhangjingyu 
检索最后回帖时间字段名lastpost,thread.php文件中这段应该提到了时间:
function getThreadMethod() {
global $page,$db_fcachenum,$fid,$foruminfo,$timestamp,$db_fcachetime;
$fcache = 0;
if ($db_fcachenum && $page threadSearch->urladd)) {
$fcachetime = pwFilemtime(D_P . "data/bbscache/fcache_{$fid}_{$page}.php");
$lastpost = explode("\t", $foruminfo['lastpost']);
if (!file_exists(D_P."data/bbscache/fcache_{$fid}_{$page}.php") || $lastpost[2]>$fcachetime && $timestamp-$fcachetime>$db_fcachetime) {
$fcache = 1;
} else {
$fcache = 2;
}
}
return $fcache;
}
zhangjingyu回帖于2019-02-19 00:46[查看电脑版]
下一楼»:db_name    vtype    db_value    ..
«上一楼:几乎没差别,要说最可能的就是最后回帖时间。测试用子论坛最后回帖时间戳为1457103890。电脑上不 ..

查看全部回帖(50)
«返回主帖