在 calss/summary/action/summarydefaultaction.class.php中修改summary界面中的显示数目: 使用具体数值替代$this->_numPosts"最新开通的博客": 第46行: $recentBlogs = $stats->getRecentBlogs( $this->_numPosts );"最新发表的文章":$recentPosts = $stats->getRecentArticles( $this->_numPosts, $registerTopic, $registerText );"最活跃的博客": $activeBlogs = $stats->getMostActiveBlogs( 2);"评论最多的博客":$commentedPosts = $stats->getMostCommentedArticles( $this->_numPosts, $registerTopic, $registerText );"阅读最多的文章":$readestBlogs = $stats->getMostReadArticles( 5, $registerTopic, $registerText );