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

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
haw
星球公民
星球公民
文章: 65
註冊時間: 2004-03-02 21:14

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

文章 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}
請問如果要再把該欄位叫出來,應該如何修改呢?
最後由 haw 於 2004-09-07 10:51 編輯,總共編輯了 1 次。
天霜
竹貓忠實會員
竹貓忠實會員
文章: 882
註冊時間: 2003-04-15 19:40
來自: 星之鄉學園
聯繫:

文章 天霜 »

不回答來自 私人訊息, 電子郵件, 及時通 的相關 phpBB 問題
除非是個人疏失所造成的問題

這世界還有拼命守護的價值嗎...
haw
星球公民
星球公民
文章: 65
註冊時間: 2004-03-02 21:14

文章 haw »

謝謝天霜大\r
問題已經解決了
謝謝您\r
抱歉,沒搜尋的恨徹底....
主題已鎖定

回到「外掛問題討論」