phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)
版主: 版主管理群
-
LindaCheung
- 星球普通子民

- 文章: 27
- 註冊時間: 2005-02-27 23:38
文章
由 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>
下面加上即可
可是我看不懂找到這段之後要加上什麼,
繼續搜尋其他文章並無找到方法,只好發言了。
第一次發言,請多指教。
希望我有打對內容。@_@;
-
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%"> {L_FORUM} </th>
<th align="center" class="thTop" width="40%"> {L_TOPICS} </th>
<th align="center" class="thTop" nowrap> {L_AUTHOR} </th>
<th align="center" class="thTop" nowrap> {L_REPLIES} </th>
<th align="center" class="thTop" nowrap> {L_VIEWS} </th>
<th align="center" class="thCornerR" nowrap> {L_LASTPOST} </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} <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>
-
babycity
- 星球公民

- 文章: 153
- 註冊時間: 2004-04-28 11:46
文章
由 babycity »
<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
</tr>
</table>
這一段把他加在上面的部份,找個地方放,原本說明是放下面,把它移上去