[問題]有人用過這個外掛嗎?

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

版主: 版主管理群

主題已鎖定
webspirit
竹貓忠實會員
竹貓忠實會員
文章: 1354
註冊時間: 2004-02-16 12:01
來自: 精靈國度

[問題]有人用過這個外掛嗎?

文章 webspirit »

有人用過 Top Topics on Index 這個外掛嗎?
我怎麼弄,它的最新發表、最強人氣、最受歡迎的 title 就是出不來
是因 phpBB 版本的關係嗎?
哪位大大能指導一下?
謝謝
webspirit
竹貓忠實會員
竹貓忠實會員
文章: 1354
註冊時間: 2004-02-16 12:01
來自: 精靈國度

文章 webspirit »

很奇怪\r
title 的 {L_xxxx} 參數就是抓不到\r
火大了
直接把 index_body.tpl 的 title 定死\r
變成

代碼: 選擇全部

<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
  <tr> 
	<th>最新發表</th>
	<th>熱烈迴響</th>
	<th>回覆</th>
	<th>爭相欣賞</th>
	<th>閱讀</th>
  </tr>
  <!-- BEGIN topicrecentpopular -->
  <tr> 
	<td width="29%" class="row2" align="left" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSRECENT}</span></td>
	<td width="31%" class="row2" align="left" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSPOPULAR}</span></td>
	<td width="6%" class="row2" align="center" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSPOPULARC}</span></td>
	<td width="29%" class="row2" align="left" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSPOPULARVIEW}</span></td>
	<td width="6%" class="row2" align="center" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSPOPULARVIEWC}</span></td>
  </tr>
  <!-- END topicrecentpopular -->
</table>

 
結果就是這樣
會不會太愚蠢又暴力?(汗)
頭像
godbless
竹貓忠實會員
竹貓忠實會員
文章: 647
註冊時間: 2002-05-17 06:02
來自: 台北市南京東路4段
聯繫:

文章 godbless »

她的說明裡面少了一個地方\r

代碼: 選擇全部

#
#-----[ FIND IN index.php ]-----------------------------------------
#
		'L_ONLINE_EXPLAIN' => $lang['Online_explain'], 

# 
#-----[ ADD AFTER ]------------------------------ 
# 
		'L_TOPICSRECENT' => $lang['TopicsRecent'], 
		'L_TOPICSPOPULAR' => $lang['TopicsPopular'], 
		'L_TOPICSPOPULARVIEW' => $lang['TopicsPopularView'], 
這樣應該就可以了!
外掛問題區發問格式就在這裡,請務必一定照著格式來~!
你不照著規則來,就算是也搞不清楚你的問題在哪裡!
新手問問題不是罪惡
罪惡的是自己沒有先做好本分和功課,說話的口氣也不好,再加上態度有好像我們這群人欠你多少似的~~!!
竹貓星球發問規則:
http://phpbb-tw.net/phpbb/viewtopic.php?t=16149
發問比率最高的句子翻譯:
Please ensure both the install/ and contrib/ directories are deleted
請確認install和contrib資料夾已被刪除(奇怪,翻一下英漢字典有這麼困難嗎)
webspirit
竹貓忠實會員
竹貓忠實會員
文章: 1354
註冊時間: 2004-02-16 12:01
來自: 精靈國度

文章 webspirit »

感謝godbless大大 ^^
主題已鎖定

回到「外掛問題討論」