/** Returns the nodeleft value**/ public function getNodeLeft() { $this->loadContent(); // if (!$this->nodeleft) // { // $record = vB::$vbulletin->db->query_first("SELECT nodeleft FROM " . TABLE_PREFIX . "cms_node // WHERE nodeid = " . $this->nodeid ); // $this->nodeleft = $record['nodeleft']; // } return $this->content->getNodeLeft(); }