public function newPosts($forums = false, $from_time = false, $items_per_page = 25, $start = 0) {
        if (!$forums || !is_array($forums)) {
            throw new \Exception("You must provide a list of forums this user has permission to view");
            return false;
        }