〖嘉城社区网〗's Archiver

yeego 发表于 2006-7-13 15:18

[原创]<今日帖子日期变色>加强版 FOR Discuz!4.1

作者:yeego
演示:[url=http://www.jiacheng.sh.cn/forumdisplay.php?fid=889]http://www.jiacheng.sh.cn/forumdisplay.php?fid=889[/url]
注:参考sw08的“今日帖子日期變色 For 4.X”http://www.discuz.net/thread-312935-1-1.html
改进:[color=Blue]原作只有当日主题帖才变色,加强版定义为该帖最后回复时间(无回复的以发帖时间为准)24小时之内的变色。[/color]


步骤:
1.打开forumdisplay.php
[code]$thread['icon'] = isset($_DCACHE['icons'][$thread['iconid']]) ? '<img src="'.SMDIR.'/'.$_DCACHE['icons'][$thread['iconid']].'" align="absmiddle">[/code]
前面加上:
[code]$thread['cgday'] = $thread[lastpost];[/code]

2.打开forumdisplay.htm
[code]<span class="smalltxt">$thread[lastpost]</span>[/code]
替换为:
[code]<!--{if (($timestamp-$thread['cgday'])<86400)}-->
<span class="smalltxt"><font color=red>$thread[lastpost]</font></span>
<!--{else}-->
<span class="smalltxt">$thread[lastpost]</span><!--{/if}-->[/code]

一水 发表于 2006-7-13 15:32

管理员这个是你自己原创的阿,好厉害阿

yeego 发表于 2006-7-13 15:58

[quote][b]原帖由 [i]一水[/i] 于 2006-7-13 15:32 发表[/b]
管理员这个是你自己原创的阿,好厉害阿 [/quote]
嘻嘻,三脚猫功夫~~~从asp转到php,还有好多东西要学~~~

页: [1]

Powered by Discuz! Archiver 7.0.0  © 2001-2009 Comsenz Inc.