1 頁 (共 1 頁)

[問題] 公告置頂分區 help~

發表於 : 2005-03-04 16:52
Doenkiss
問題外掛:公告置頂分區
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=16261
使用版本:phpBB 2.0.13
狀況描述: 改到templates/subSilver/viewforum_body.tpl時找不到內容所述的code

代碼: 選擇全部

#-----[ FIND ]------------------------------------------------
#
#
#************************************************************************************
#					NOTE :
#					------
#	The lines deleted here are reported in topics_list_box.tpl. You will probably
#	want to customize topics_list_box.tpl the same way viewforum_body.tpl was if
#	you use a particular template with other classes than the ones used by subSilver.
#
#************************************************************************************
  <table
	<tr> 
	  <th
	  <th
	  <th
	  <th
	  <th
	</tr>
	<!-- BEGIN topicrow -->
	<tr> 
	  <td
	  <td
		{topicrow.GOTO_PAGE}</span></td>
	  <td
	  <td
	  <td
	  <td
	</tr>
	<!-- END topicrow -->
	<!-- BEGIN switch_no_topics -->
	<tr> 
	  <td
	</tr>
	<!-- END switch_no_topics -->
	<tr> 
	  <td class="catBottom" 
		<input type="submit" class="liteoption" value="{L_GO}" name="submit" />
		</span></td>
	</tr>
  </table>
#
#-----[ REPLACE WITH ]---------------------------------------- 
#
{TOPICS_LIST_BOX}
#

發表於 : 2005-03-08 17:22
bebe2803
先備份這檔案, 再找\r

<!-- BEGIN topicrow -->

把上面第一個找到的 <table> 句至下面第一個找到的 </table> 刪掉, 貼那句\r

{TOPICS_LIST_BOX}

save 後再開網頁看看結果, 有問題就改, 改不好就用備份檔案復原..... (當然, 是其他檔案已更改了)

發表於 : 2005-03-08 17:37
Mac
從你的參考連結看來,希望你裝的是最新版的 2.0.1,而不是 1.x 版
http://www.phpbb.com/phpBB/viewtopic.ph ... 208#842208

~Mac

發表於 : 2005-03-11 03:13
reesion2
我也在嚐試中...
應該是檔名看錯了吧~
我第一次裝也是看錯...

#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/viewforum_body.tpl
^^^^^^^^^^^^^^
不是viewtopic_body.tpl

第一段兩個頁面都有...