LifeType 中文開發論壇

開發 => 外掛程式 => 主題作者是: lin_mingyan 於 十二月 02, 2006, 08:30:48 上午



主題: 升級1.1外掛修改分享
作者: lin_mingyan十二月 02, 2006, 08:30:48 上午
在我使用的外掛中 有幾個會發生問題我的修改之處,分享給大家
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 )) {  //(移掉一個參數)


應該都以此類推吧!