- 積分
- 7573
- 威望
- 7573
- 金錢
- 9482
- 最後登錄
- 2024-11-17
|
演示論壇:http://2010.hotbbs.info
安裝難度:極易
打开:templates/default/discuz.htm
查找:- <!--{elseif is_array($forum['lastpost'])}-->
- <p><a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{echo cutstr($forum[lastpost][subject], 30)}</a></p>
- <cite><!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}--> - $forum[lastpost][dateline]</cite>
- <!--{else}-->
- {lang never}
- <!--{/if}-->
- <!--{/if}-->
- </td>
複製代碼 替換成:- <!--{elseif is_array($forum['lastpost'])}-->
- <p><font color=blue>┌</font><img src="http://2010.hotbbs.info/attachments/month_1003/100313135592b682ba9a9c4815.gif"> <a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{echo cutstr($forum[lastpost][subject], 22)}</a></p>
- <cite><font color=green>├</font><img src="http://2010.hotbbs.info/attachments/month_1003/1003131355517fe652e8862f34.gif"/> <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}--> <br><font color=red>└</font><img src="http://2010.hotbbs.info/attachments/month_1003/1003131355884e053922338e00.gif"/> $forum[lastpost][dateline]</cite>
- <!--{else}-->
- {lang never}
- <!--{/if}-->
- <!--{/if}-->
- </td>
複製代碼 |
|