三月 13, 2007

升級1.1外掛修改分享

引用文章自

http://forum.lifetype.org.tw/index.php?topic=3193.0


在我使用的外掛中 有幾個會發生問題我的修改之處,分享給大家
1.1版的外掛
articlereferers
在pluginarticlereferers.class.php第6行插入 include_once( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
topcommentposts
在plugintopcommentposts.class.php第7行插入 include_once( PLOG_CLASS_PATH."class/database/db.class.php" );
topreadposts
在plugintopreadposts.class.php第6行插入 include_once( PLOG_CLASS_PATH."class/database/db.class.php" );

1.0版的外掛
advancedsearch
在pluginadvancedsearch.class.php第4行插入 include_once( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
hiddeninput
將class/action/pluginhiddeninputupdateconfigaction.class.php的46行改為 if( !$blogs->updateBlog( $this->_blogInfo )) { //(移掉一個參數)
recenttrackbacks
將class/action/pluginrecenttrackbacksupdateconfigaction.class.php的46行改為 if( !$blogs->updateBlog( $this->_blogInfo )) { //(移掉一個參數)


發佈者: 陳怡杰 老師 at 01:14│  點閱次數 (226)│ 修改文章管理迴響迴響 (0)部落格學習筆記
回應文章
(必要)
authimage