1 頁 (共 1 頁)

[問題]公告置頂分區以及額外資訊欄位共存問題(已解決)

發表於 : 2004-09-07 10:34
haw
問題外掛:額外資訊欄位+公告置頂分區
參考連結:額外資訊 http://www.phpbbhacks.com/viewhack.php?id=1366
公告置頂分區 http://rpgnet.clanmckeen.com/demo/viewtopic.php?t=41
使用版本:phpBB 2.0.8a
網站位置:http://www.gem.net.tw
狀況描述:
昨天安裝完公告置頂分區
就發現在viewfurm的部分,額外資訊不見了
進去修改topic_list_box.tpl似乎也沒用\r
不知道在php部分是不是也要修改呢?
最主要是這段:

代碼: 選擇全部

<table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
	<tr> 
	  <th colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap"> {L_TOPICS} </th>
          <th width="54" align="center" class="thTop" nowrap="nowrap">{L_GOODS}</th>	  
          <th width="50" align="center" class="thTop" nowrap="nowrap"> {L_REPLIES} </th>
	  <th width="100" align="center" class="thTop" nowrap="nowrap"> {L_AUTHOR} </th>
	  <th width="50" align="center" class="thTop" nowrap="nowrap"> {L_VIEWS} </th>
	  <th align="center" class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
	</tr>
	<!-- BEGIN topicrow -->
	<tr> 
	  <td class="row1" align="center" valign="middle" width="20"><img src="{topicrow.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td>
	  <td class="row1" width="100%" onMouseOver="this.style.backgroundColor='#DBE1FB'" onMouseOut=this.style.backgroundColor="{T_TR_COLOR1}"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><i>{topicrow.TOPIC_EXTRA}</i><br />
		{topicrow.GOTO_PAGE}</span></td>
          <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.GOODS}</span></td>	  
          <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
	  <td class="row3" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td>
	  <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td>
	  <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td>
	</tr>
	<!-- END topicrow -->
	<!-- BEGIN switch_no_topics -->
	<tr> 
	  <td class="row1" colspan="7" height="30" align="center" valign="middle"><span class="gen">{L_NO_TOPICS}</span></td>
	</tr>
	<!-- END switch_no_topics -->
	<tr> 
	  <td class="catBottom" align="center" valign="middle" colspan="7" height="28"><span class="genmed">{L_DISPLAY_TOPICS}: {S_SELECT_TOPIC_DAYS}  
		<input type="submit" class="liteoption" value="{L_GO}" name="submit" />
		</span></td>
	</tr>
  </table>
被置換成

代碼: 選擇全部

{TOPICS_LIST_BOX}
請問如果要再把該欄位叫出來,應該如何修改呢?

發表於 : 2004-09-07 10:37
天霜

發表於 : 2004-09-07 10:52
haw
謝謝天霜大\r
問題已經解決了
謝謝您\r
抱歉,沒搜尋的恨徹底....