找到最后发帖时间
[mw_shl_code=applescript,false]$thread[lastpost][/mw_shl_code]
修改为
[mw_shl_code=applescript,false]<!--$forum[lastpost][dateline]--> {echo dgmdate(time()-random(4,10), 'u', '9999', getglobal('setting/dateformat'))} [/mw_shl_code]
即为实时更新时间
文章内容页:
找到:180行左右
[mw_shl_code=applescript,false] <div class="desc-item"><span class="xc-gray">最后更新:</span><span class="xc-gray1"><!--{echo date("Y-m-d", $_G[forum_thread][lastpost])}--></span></div>[/mw_shl_code]
修改为:
[mw_shl_code=applescript,false]<div class="desc-item"><span class="xc-gray">最后更新:</span><span class="xc-gray1"><!--{echo dgmdate(time()-random(4,10), 'u', '9999', getglobal('setting/dateformat'))}--></span></div>[/mw_shl_code]
|