[alpha]Top5 MOD 後臺版(V2.0.0)

MODs Released by Other phpbb Sites
歡迎推薦非官方認證外掛,或許有安全性之疑慮,所有問題由原發表者回覆!

版主: 版主管理群譯文組

版面規則
所謂「非官方認證外掛」是指未經官方認證,發表在 [3.0.x] MODs in Development 版面的外掛。

為了維護推薦外掛之品質,自即日起,如果要在這個版面推薦外掛,那麼請遵守底下格式,謝謝合作!

發文格式:
  • 外掛名稱:(原文/中文化名稱)
  • 外掛作者:(原文)
  • 外掛描述:(原文/中文化描述)
  • 外掛版本:(原文)
  • 外掛下載:(連結位址)
  • 資料來源:(連結位址)
    --
  • 中文化分享:(若外掛無須修改語言檔、或無須上傳語言檔,則免之。)
    --
  • 使用後心得:(簡單陳述您的安裝經驗、使用心得、或其他注意事項。)


p.s.
這個版面之發文,需經版主審核。
主題已鎖定
小竹子
竹貓星球大統領
竹貓星球大統領
文章: 4596
註冊時間: 2001-10-29 22:13
來自: 竹貓星球
聯繫:

[alpha]Top5 MOD 後臺版(V2.0.0)

文章 小竹子 »

外掛名稱:phpBB3 TOP5
外掛作者:Bamboocat Digital Corp.
外掛版本:2.0.0
外掛描述:各位 TOP5 愛好者,這版是後台版,可以完全在後台進行管理了,歡迎大家使用並回報問題。
外掛下載:
Top5 MOD 後臺版(V2.0.0)下載點
--
討論串請參考下列連結:
http://phpbb-tw.net/phpbb/viewtopic.php?f=133&t=50642
--
安裝方法:

STEP 1:
Copy the files in the folder that names TW or EN to your phpBB3 path.

STEP 2:
Edit Files
#
#-----[ OPEN ]-----------------------------
#
includes/constants.php

#
#-----[ FIND ]-----------------------------
#
// Additional tables

#
#-----[ AFTER, ADD ]-----------------------
#
//top5 rss mod
define('PODS_TABLE', $table_prefix . 'pods');
//top5 rss mod

#
#-----[ OPEN ]-----------------------------
#
includes/functions.php

#
#-----[ FIND ]-----------------------------
#
// application/xhtml+xml not used because of IE
header('Content-type: text/html; charset=UTF-8');

#
#-----[ BEFORE, ADD ]----------------------
#
//top5 rss mod
if(isset($config['top5rss_version']))
{
$sql = "SELECT COUNT(pod_id) AS num_pods FROM " . PODS_TABLE . " WHERE pod_type > 0";
$result = $db->sql_query($sql);
$pods_count = (int) $db->sql_fetchfield('num_pods');
if($pods_count)
{
$template->assign_vars(array(
'S_TOP5' => true,
)
);
}
}
//top5 rss mod

#
#-----[ OPEN ]-----------------------------
#
styles/prosilver/template/index_body.html

#
#-----[ FIND ]-----------------------------
#
<!-- IF U_MCP --><p>{CURRENT_TIME} <br />[&nbsp;<a href="{U_MCP}">{L_MCP}</a>&nbsp;]</p><!-- ELSEIF S_USER_LOGGED_IN --><p>{CURRENT_TIME}</p><!-- ENDIF -->

#
#-----[ AFTER, ADD ]-----------------------
#
<!-- phpBB3_top5_mod -->
<!-- IF S_TOP5 -->
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript">
AC_FL_RunContent( 'id','phpbb3_top5','width','100%','height','280','codebase','http://fpdownload.macromedia.com/get/fl ... sameDomain' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="phpbb3_top5" width="100%" height="280"
codebase="http://fpdownload.macromedia.com/get/fl ... wflash.cab">
<param name="movie" value="phpbb3_top5.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="allowScriptAccess" value="sameDomain" />
<embed src="phpbb3_top5.swf" quality="high" bgcolor="#ffffff"
width="100%" height="280" name="phpbb3_top5" align="middle"
play="true"
loop="false"
quality="high"
allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/go/getflashplayer">
</embed>
</object></noscript>
<!-- ENDIF -->
<!-- phpBB3_top5_mod -->

#
#-----[ SAVE/ CLOSE ALL FILES ]-------------
#
#EoM


版本更新歷程:
##############################################################
## Change Log
##
## 2008/04/01 1.0.1
## [ADD] Add language files, and you can translate to your language now.
## [ADD] Add "Last Replies" function.
## [FIX] Fix the style filename.
## [FIX] SWF - IncludeDesc function.
## [FIX] Recode RSS API; fix phpbb.com rss can not connection.
## [FIX] Google NEWS for EN. fix the Google News link path for English version.
##
## 2008/04/01 1.0.2
## [FIX] RSS API: Use XML Parser Libs(PHP4, 5) to replace simpleXML Libs(PHP5).
## [FIX] RSS API: fix taiwan.net.tw rss can not connection currently.
##
## 2008/04/02 1.1.0
## [ADD] SWF - Include Date function.
## [FIX] TOP5 RSS: List items in the range of 30 days.
##
## 2008/04/02 1.2.0
## [ADD] SWF - ToolTip function.
## [FIX] SWF - less than 5 items don't show Vertical Scroll Bar.
## [FIX] TOP5 RSS: List item post text in description tag.
## [REMOVE] TOP5 RSS: Language file
##
## 2008/04/03 1.3.0
## [FIX] SWF - The Bugs of ToolTip of RSS Pod.
## [FIX] Top5 RSS - Fix the link of Last Replies.
##
## 2008/04/04 1.4.0
## [ADD] SWF - Custom Color configuration.
##
## 2008/04/04 1.4.1
## [FIX] RSS API - Recoding with phpBB3 kernel, update the sercurity.
##
## 2008/04/04 1.5.0
## [ADD] SWF - Custom Color RegExp.
##
## 2008/04/05 1.5.1
## [FIX] Top5 RSS - Use phpBB3 permission setting to choose what forums will show. ('f_read' option)
##
## 2008/04/14 1.6.0
## [FIX] Top5 RSS - FIX some
## [ADD] Top5 RSS - Show Poster, Replies, Views infomation.
##
## 2008/04/14 2.0.0
## [ADD] ACP Controls.
##
##############################################################
注意事項:
●phpBB 架設相關問題請到 + phpBB 3.0.x 討論區發表!
●都沒有你要的答案嗎??>>點這裡<<搜尋一下吧!
●請使用>>標準的發文格式<<發表問題!
●竹貓星球並非政治團體代言人,請不要在竹貓討論政治議題,也不要認為竹貓是偏向任何一方政治團體,竹貓愛的是台灣這片生長的土地,過於泛政治化文章請來信告知移除!
●關於 phpBB 使用問題請在版面發問,私人訊息提供其他不相干或是隱私的事情聯絡之用。
●所有市面上的免費空間皆非竹貓管轄,請勿來信詢問,請直接與該免費空間連絡。
主題已鎖定

回到「[3.0.x] 非官方認證外掛」