[問題] Integrated Toplist 1.0.3 置於論壇首頁頂部 (已解決)

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

版主: 版主管理群

主題已鎖定
LindaCheung
星球普通子民
星球普通子民
文章: 27
註冊時間: 2005-02-27 23:38

[問題] Integrated Toplist 1.0.3 置於論壇首頁頂部 (已解決)

文章 LindaCheung »

各位日安,

我的PHPBB 版本已更新至最新2.0.13,
昨日成功地安裝Integrated Toplist 1.0.3,
並有搜尋如何置頂的修改方法,找到這篇討論:
http://phpbb-tw.net/phpbb/viewtopic.php ... light=top5
文中提供的方法如下:
webspirit 寫:打開
templates/subSilver/index_body.tpl

找到
<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
</tr>
</table>

下面加上即可
可是我看不懂找到這段之後要加上什麼, :?: :?:
繼續搜尋其他文章並無找到方法,只好發言了。 :oops:

第一次發言,請多指教。
希望我有打對內容。@_@;
最後由 LindaCheung 於 2005-03-04 02:06 編輯,總共編輯了 2 次。
bu
版面管理員
版面管理員
文章: 443
註冊時間: 2003-02-23 12:46
來自: 25° 4′N 121° 29′E
聯繫:

文章 bu »

加上我提供的 範本碼 ;)

代碼: 選擇全部

<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
  <tr>
 <td valign="top">
<table width="100%" border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
	<tr> 
	  <th align="center" class="thCornerL" width="20%">&nbsp;{L_FORUM}&nbsp;</th>
	  <th align="center" class="thTop" width="40%">&nbsp;{L_TOPICS}&nbsp;</th>
	  <th align="center" class="thTop" nowrap>&nbsp;&nbsp;{L_AUTHOR}&nbsp;&nbsp;</th>
	  <th align="center" class="thTop" nowrap>&nbsp;{L_REPLIES}&nbsp;</th>
	  <th align="center" class="thTop" nowrap>&nbsp;{L_VIEWS}&nbsp;</th>
	  <th align="center" class="thCornerR" nowrap>&nbsp;{L_LASTPOST}&nbsp;</th>
	</tr>
	<!-- BEGIN toprow -->
  <tr>
 <td class="row1" nowrap><span class="forumlink"><a href="{toprow.FORUM_URL}" target="_top" class="forumlink">{toprow.FORUM_NAME}</a></span></td> 
 <td class="row2" nowrap><span class="topictitle"><a href="{toprow.TOPIC_URL}" target="_top" class="topictitle">{toprow.TOPIC}</a></span></td>
 <td class="row1" align="center" nowrap><span class="name">{toprow.POSTER_URL}</span></td>
 <td class="row2" align="center" nowrap><span class="postdetails">{toprow.TOPIC_REPLIES}</span></td>
 <td class="row1" align="center" nowrap><span class="postdetails">{toprow.TOPIC_VIEWS}</span></td>
 <td class="row2" align="center" nowrap><span class="postdetails">{toprow.POST_TIME}<br />{toprow.REPLIER_URL}&nbsp;<a href="{toprow.LAST_POST_URL}" target="_top"><img src="{ICON_URL}" border="0" alt="{ICON_ALT}" /></a></span></td>  
  </tr>
  <!-- END toprow -->
</table>
 </td>  
  </tr>
\n</table>
*譯文資料在phpBB 技術文件
bu.femto-size
*和我聯絡,請寄 or Google Talk 圖檔
*作品: Intergrated Toplist & Message Can
LindaCheung
星球普通子民
星球普通子民
文章: 27
註冊時間: 2005-02-27 23:38

文章 LindaCheung »

謝謝你的回覆。
第二次嘗試之後TOP5 還是在論壇的最底部,
請問可以移到最頂嗎?像這個論壇:
http://markhouse.rockpie.com/phpBB2/

突然發現我的問題有語病,
對不起,我是已經成功安裝了,
並且TOP5 是在論壇首頁的底部,
想要移到論壇首頁的頂部。謝謝。
babycity
星球公民
星球公民
文章: 153
註冊時間: 2004-04-28 11:46

文章 babycity »

<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
</tr>
</table>

這一段把他加在上面的部份,找個地方放,原本說明是放下面,把它移上去
LindaCheung
星球普通子民
星球普通子民
文章: 27
註冊時間: 2005-02-27 23:38

文章 LindaCheung »

謝謝你們兩位的回覆。:D:D
我已經修改成功了。謝謝!
主題已鎖定

回到「外掛問題討論」