public function executeUserLatestPosts()
 {
     $this->setUserVars();
     $this->post_pager = sfSimpleForumPostPeer::getForUserPager($this->user->getId(), $this->getRequestParameter('page', 1), sfConfig::get('app_sfSimpleForumPlugin_max_per_page', 10));
     $this->feed_title = $this->getUserLatestPostsFeedTitle();
 }