首页板块美化-----最后回复美化DZ7.2
修改方法:
打开:templates/default/discuz.htm
查找:<!--{elseif is_array($forum['lastpost'])}-->
<p><a href="redirect.php?tid=$forum&goto=lastpost#lastpost">{echo cutstr($forum, 30)}</a></p>
<cite><!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}--> - $forum</cite>
<!--{else}-->
{lang never}
<!--{/if}-->
<!--{/if}-->
</td>替换为:<!--{elseif is_array($forum['lastpost'])}-->
<p><font color=blue>┌</font><img src="http://www.qq159.com/b/1.gif"/> <a href="redirect.php?tid=$forum&goto=lastpost#lastpost">{echo cutstr($forum, 22)}</a></p>
<cite><font color=green>├</font><img src="http://www.qq159.com/b/2.gif"/> <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}--> <br><font color=red>└</font><img src="http://www.qq159.com/b/3.gif"/> $forum</cite>
<!--{else}-->
{lang never}
<!--{/if}-->
<!--{/if}-->
</td>注意:
如果想把图标换到自己服务器上 把www.qq159.com/b/*.gif 换成你的图标地址
图标我上传了
<p>┌回复:<a href="redirect.php?tid=$forum&goto=lastpost#lastpost">{echo cutstr($forum, 22)}</a></p>
这句里面的“"{echo cutstr($forum, 22)}”22是标题字数限制,可以根据自己模板风格自己制定!
更新缓存,OK!
页:
[1]