仿VBB未读主题加强显示[DZ4.X]
只是一个小修改,仿VBB的,未读主题显示为粗体,更醒目,而且搜索引擎习惯性容易读取<strong>代码。修改简单,只用改forumdisplay.htm一个模版就行了。打开forumdisplay.htm
找到
[code]<a href="viewthread.php?tid=$thread[tid]&extra=$extra"$thread[highlight]>$thread[subject]</a>
[/code]
如果想点进去显示第一页
改为
[code]<!--{if $thread['new']}--><strong><a href="viewthread.php?tid=$thread[tid]&extra=$extra"$thread[highlight]>$thread[subject]</a></strong>
<!--{else}-->
<a href="viewthread.php?tid=$thread[tid]&extra=$extra"$thread[highlight]>$thread[subject]</a><!--{/if}-->
[/code]
如果想点进去显示最后一页的回复
改为
[code]<!--{if $thread['new']}--><strong><a href="redirect.php?tid=$thread[tid]&goto=newpost$highlight#newpost">$thread[subject]</a></strong>
<!--{else}-->
<a href="viewthread.php?tid=$thread[tid]&extra=$extra"$thread[highlight]>$thread[subject]</a><!--{/if}-->
[/code]
完成
新发表的帖子,在一次都没有浏览的情况下[color=Red] 粗字体显示[/color]
[img]http://www.discuz.net/attachments/month_0604/srbXvQ==_RAuT9HgEKpGZ.jpg[/img]
页:
[1]