public function executeLatestPosts()
 {
     $this->post_pager = sfSimpleForumPostPeer::getLatestPager($this->getRequestParameter('page', 1), sfConfig::get('app_sfSimpleForumPlugin_max_per_page', 10));
     $this->nb_topics = sfSimpleForumTopicPeer::doCount(new Criteria());
     $this->feed_title = $this->getFeedTitle();
 }