public function forumActivityModule()
 {
     $wallHistory = new WallHistory($this->app->wg->CityId);
     $out = $wallHistory->getLastPosts(NS_WIKIA_FORUM_BOARD);
     $this->response->setVal('posts', $out);
 }