[問題]關於TOP5安裝後的問題

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

版主: 版主管理群

主題已鎖定
頭像
jay-s0526
星球公民
星球公民
文章: 34
註冊時間: 2005-04-03 04:11
聯繫:

[問題]關於TOP5安裝後的問題

文章 jay-s0526 »

我裝了TOP5並沒有顯示出完整的功能耶...
就是熱門話題那些的...請問那是要另外安裝
嗎???http://test0526.24cc.cc/
還是沒安裝好呢@@...???
MSN與及時通是緊急連絡用,隨便密我就加入黑名單!
bu
版面管理員
版面管理員
文章: 443
註冊時間: 2003-02-23 12:46
來自: 25° 4′N 121° 29′E
聯繫:

文章 bu »

先詢問一下你用的 整合式TOP版本\r

如果是 V1 V2 請用新的 Integrated Toplist 1.0.3
官方外掛有

你的問題是正常的
我設計時把它移除了 ;)
*譯文資料在phpBB 技術文件
bu.femto-size
*和我聯絡,請寄 or Google Talk 圖檔
*作品: Intergrated Toplist & Message Can
頭像
jay-s0526
星球公民
星球公民
文章: 34
註冊時間: 2005-04-03 04:11
聯繫:

文章 jay-s0526 »

http://phpbb-tw.net/phpbb/viewtopic.php?t=31959

我就是用你所說的官方的...
不過我在修改'L_POSTS' => $lang['Posts'],
這段時很奇怪...FG2003搜不到...是後來慢慢\r
找才找到的@.@....因該不是這段的原因吧...還有
#-----[ AFTER, ADD ]------------------------------------------
<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>

這一段按照他的改法會顯示到最下面,所以我就把他貼到上面一點摟..
還是說這段的問題=.=....最後我還有一個問題..要怎麼讓討論版小一點
...並且能縮到中間阿>"<...我不知道要改哪裡...我開了index_body.tpl
改了之後...都往左邊篇耶...
MSN與及時通是緊急連絡用,隨便密我就加入黑名單!
bu
版面管理員
版面管理員
文章: 443
註冊時間: 2003-02-23 12:46
來自: 25° 4′N 121° 29′E
聯繫:

文章 bu »

1.你原本的問題是我當初設計時就移除了
2.置中用\r

代碼: 選擇全部

#-----[ AFTER, ADD ]------------------------------------------
<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="row2" align="center" align="center" 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="row2" align="center" align="center" 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="row2" align="center" align="center" 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>
*譯文資料在phpBB 技術文件
bu.femto-size
*和我聯絡,請寄 or Google Talk 圖檔
*作品: Intergrated Toplist & Message Can
頭像
jay-s0526
星球公民
星球公民
文章: 34
註冊時間: 2005-04-03 04:11
聯繫:

文章 jay-s0526 »

那樣子只有...文字置中...我想要的是\r
整個框框都縮到中間一點....不曉得要
改哪個才行~.~...那還要改怎麼才能\r
像別人一樣有熱門話題那些的...?
MSN與及時通是緊急連絡用,隨便密我就加入黑名單!
bu
版面管理員
版面管理員
文章: 443
註冊時間: 2003-02-23 12:46
來自: 25° 4′N 121° 29′E
聯繫:

文章 bu »

如果想要那功能請改用 OOHOO的 ADV-TOP5
*譯文資料在phpBB 技術文件
bu.femto-size
*和我聯絡,請寄 or Google Talk 圖檔
*作品: Intergrated Toplist & Message Can
頭像
jay-s0526
星球公民
星球公民
文章: 34
註冊時間: 2005-04-03 04:11
聯繫:

文章 jay-s0526 »

那我需要把舊的移除掉嗎??...不過
我不知道如何移除耶@@...是步驟倒過
來改就可以嗎...?
MSN與及時通是緊急連絡用,隨便密我就加入黑名單!
bu
版面管理員
版面管理員
文章: 443
註冊時間: 2003-02-23 12:46
來自: 25° 4′N 121° 29′E
聯繫:

文章 bu »

;)
沒錯\r
不過那個功能有的話也不常用到吧 ?
*譯文資料在phpBB 技術文件
bu.femto-size
*和我聯絡,請寄 or Google Talk 圖檔
*作品: Intergrated Toplist & Message Can
主題已鎖定

回到「外掛問題討論」