![Rank: 7](images/default/star_level3.gif) ![Rank: 7](images/default/star_level2.gif) ![Rank: 7](images/default/star_level1.gif)
- 積分
- 7573
- 威望
- 7573
- 金錢
- 9482
- 最後登錄
- 2025-2-1
![正式版主 正式版主](images/common/bansuz2.gif) ![資深版主 資深版主](images/common/bansuz3.gif) ![貢獻特別級會員 貢獻特別級會員](images/common/contribute3.gif) ![熱心會員 熱心會員](images/common/warm-hearted.gif) ![論壇元老 論壇元老](images/common/member_3000.gif) ![金牌會員 金牌會員](images/common/member_1000.gif) ![高級會員 高級會員](images/common/member_500.gif) ![中級會員 中級會員](images/common/member_200.gif)
|
演示論壇: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>
複製代碼 |
|