第 1 頁 (共 1 頁)
[問題] Integrated Toplist 1.0.3 置於論壇首頁頂部 (已解決)
發表於 : 2005-03-03 16:13
由 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>
下面加上即可
可是我看不懂找到這段之後要加上什麼,
繼續搜尋其他文章並無找到方法,只好發言了。
第一次發言,請多指教。
希望我有打對內容。@_@;
發表於 : 2005-03-04 00:06
由 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>
發表於 : 2005-03-04 00:56
由 LindaCheung
謝謝你的回覆。
第二次嘗試之後TOP5 還是在論壇的最底部,
請問可以移到最頂嗎?像這個論壇:
http://markhouse.rockpie.com/phpBB2/
突然發現我的問題有語病,
對不起,我是已經成功安裝了,
並且TOP5 是在論壇首頁的底部,
想要移到論壇首頁的頂部。謝謝。
發表於 : 2005-03-04 01:21
由 babycity
<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
</tr>
</table>
這一段把他加在上面的部份,找個地方放,原本說明是放下面,把它移上去
發表於 : 2005-03-04 02:05
由 LindaCheung
謝謝你們兩位的回覆。:D:D
我已經修改成功了。謝謝!