1 頁 (共 1 頁)

[外掛]新聞站台的首頁要如何去除右邊的回覆字眼呢...

發表於 : 2004-06-26 17:49
choumodel
新聞站台的首頁要如何去除右邊的回覆字眼呢...

我找了好久都找不到資料..

請大大們指點
謝謝

發表於 : 2004-06-27 23:15
天霜
這樣試試看

#
#-----[ OPEN 打開 ]------------------------------------------------
#

代碼: 選擇全部

templates/subSilver/index_news.tpl
#
#-----[ FIND 尋找 ]------------------------------------------------
#

代碼: 選擇全部

<th height="28" colspan="4"
#
#-----[ REPLACE WITH 替換 ]----------------------------------------
#

代碼: 選擇全部

<th height="28" colspan="3"
#
#-----[ FIND 尋找 ]------------------------------------------------
#

代碼: 選擇全部

		<td class="row1" align="left"width="68%" ><a href="{newsrow.TOPIC_LINK}" class="forumlink">{newsrow.TOPIC_TITLE}</a></span></td>
		<td class="row2" align="right"width="8%" ><span class="gensmall"><a href="{newsrow.TOPIC_LAST_POST_LINK}">{L_COMMENTS}</a> ({newsrow.TOPIC_REPLIES})</span></td>
#
#-----[ REPLACE WITH 替換 ]----------------------------------------
#

代碼: 選擇全部

		<td class="row1" align="left"width="76%" ><a href="{newsrow.TOPIC_LINK}" class="forumlink">{newsrow.TOPIC_TITLE}</a></span></td>