免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 發帖
回復 1# pigeon


    编辑forumdisplay.htm找到
  1. <!--{if $thread['rate'] > 0}-->
  2. <img src="{IMGDIR}/agree.gif" class="attach" alt="{lang rate_credit_add}" title="{lang rate_credit_add}" />
  3. <!--{/if}-->
複製代碼
在下边加
  1. <!--{if $thread['rate'] < 0}-->
  2. <img src="被扣分图标" class="attach"  title="帖子被扣分" />
  3. <!--{/if}-->
複製代碼
1

評分人數

  • 潜龙

TOP

返回列表