第 1 頁 (共 1 頁)
[問題] 整合式TOP5 v2的線上會員名單 (已解決)
發表於 : 2005-02-22 21:49
由 Loki
http://phpbb-tw.net/phpbb/viewtopic.php ... light=top5
敝站使用了這個外掛
不過在首頁上的線上會員無論是否有會員在\r
都會顯示沒有
如何要能夠顯示線上會員的話\r
請要應該要如何修改\r
謝謝
發表於 : 2005-02-22 22:02
由 bu
把版本升到 Intergred Toplist 1.0.3
就可以了
在官方認證外掛區有連結
把 php 部份換成新版的就可以了
發表於 : 2005-02-22 23:02
由 Loki
bu 寫:把版本升到 Intergred Toplist 1.0.3
就可以了
在官方認證外掛區有連結
把 php 部份換成新版的就可以了
原來還有這麼好用的外掛
連被限制的主題也能不會被看到\r
真的是太感謝了
發表於 : 2005-03-07 16:59
由 scc2001
bu 寫:把版本升到 Intergred Toplist 1.0.3
就可以了
請問哪裡有詳細的說明呢

發表於 : 2005-03-07 17:02
由 小西
發表於 : 2005-03-07 17:07
由 scc2001
發表於 : 2005-03-07 19:30
由 小西
這2個是不同的外掛喔...bu大的是整合到首頁
OOHOO大的adv_top5是用frame
發表於 : 2005-03-08 21:17
由 FKL
安裝過之後,TOP 5 會顯示在最下方...
解決方法
先打開index_body.tpl
找到"<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
</tr>
</table>
然後把這段 ADD AFTER
<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>
</table>
他就會顯然在最上方了~~