protected function getBoxStatus($data)
 {
     // get box status
     $this->TopData['Status'] = 1;
     if (WBBCore::getUser()->userID) {
         $this->TopData['Status'] = intval(WBBCore::getUser()->topthanksgivingposts);
     } else {
         if (WBBCore::getSession()->getVar('topthanksgivingposts') != false) {
             $this->TopData['Status'] = WBBCore::getSession()->getVar('topthanksgivingposts');
         }
     }
 }
 protected function getBoxStatus($data)
 {
     // get box status
     $this->threadLastPostsBoxData['Status'] = 1;
     if (WBBCore::getUser()->userID) {
         $this->threadLastPostsBoxData['Status'] = intval(WBBCore::getUser()->threadlastpostsbox);
     } else {
         if (WBBCore::getSession()->getVar('threadlastpostsbox') != false) {
             $this->threadLastPostsBoxData['Status'] = WBBCore::getSession()->getVar('threadlastpostsbox');
         }
     }
 }
예제 #3
0
 protected function getBoxStatus($data)
 {
     // get box status
     $this->WwoData['Status'] = 1;
     if (WBBCore::getUser()->userID) {
         $this->WwoData['Status'] = intval(WBBCore::getUser()->todayonlinebox);
     } else {
         if (WBBCore::getSession()->getVar('todayonlinebox') != false) {
             $this->WwoData['Status'] = WBBCore::getSession()->getVar('todayonlinebox');
         }
     }
 }
 protected function getBoxStatus($data)
 {
     // get box status
     $this->BoxData['Status'] = 1;
     if (WBBCore::getUser()->userID) {
         $this->BoxData['Status'] = intval(WBBCore::getUser()->profileLastVisitorsBox);
     } else {
         if (WBBCore::getSession()->getVar('profileLastVisitorsBox') != false) {
             $this->BoxData['Status'] = WBBCore::getSession()->getVar('profileLastVisitorsBox');
         }
     }
 }
예제 #5
0
 protected function getBoxStatus($data)
 {
     // get box status
     $this->BoxData['Status'] = 1;
     if (WBBCore::getUser()->userID) {
         $this->BoxData['Status'] = intval(WBBCore::getUser()->wbb3addonsBox01);
     } else {
         if (WBBCore::getSession()->getVar('wbb3addonsBox01') != false) {
             $this->BoxData['Status'] = WBBCore::getSession()->getVar('wbb3addonsBox01');
         }
     }
 }
예제 #6
0
 protected function getBoxStatus($data)
 {
     // get box status
     $this->StickyTopicsData['Status'] = 1;
     if (WBBCore::getUser()->userID) {
         $this->StickyTopicsData['Status'] = intval(WBBCore::getUser()->stickyTopicsBox);
     } else {
         if (WBBCore::getSession()->getVar('stickyTopicsBox') != false) {
             $this->StickyTopicsData['Status'] = WBBCore::getSession()->getVar('stickyTopicsBox');
         }
     }
 }
 protected function getBoxStatus($data)
 {
     // get box status
     $this->BoxData['Status'] = 1;
     if (WBBCore::getUser()->userID) {
         $this->BoxData['Status'] = intval(WBBCore::getUser()->downloadDatabaseBox);
     } else {
         if (WBBCore::getSession()->getVar('downloadDatabaseBox') != false) {
             $this->BoxData['Status'] = WBBCore::getSession()->getVar('downloadDatabaseBox');
         }
     }
 }
예제 #8
0
 protected function getBoxStatus($data)
 {
     // get box status
     $this->BoardlistData['Status'] = 1;
     if (WBBCore::getUser()->userID) {
         $this->BoardlistData['Status'] = intval(WBBCore::getUser()->listboards);
     } else {
         if (WBBCore::getSession()->getVar('listboards') != false) {
             $this->BoardlistData['Status'] = WBBCore::getSession()->getVar('listboards');
         }
     }
 }
 protected function getBoxStatus($data)
 {
     // get box status
     $this->BoxData['Status'] = 1;
     if (WBBCore::getUser()->userID) {
         $this->BoxData['Status'] = intval(WBBCore::getUser()->monthlyCalendarBox);
     } else {
         if (WBBCore::getSession()->getVar('monthlyCalendarBox') != false) {
             $this->BoxData['Status'] = WBBCore::getSession()->getVar('monthlyCalendarBox');
         }
     }
 }
 protected function getBoxStatus($data)
 {
     // get box status
     $this->spnrbData['Status'] = 1;
     if (WBBCore::getUser()->userID) {
         $this->spnrbData['Status'] = intval(WBBCore::getUser()->simplePieNewsreaderBox);
     } else {
         if (WBBCore::getSession()->getVar('simplePieNewsreaderBox') != false) {
             $this->spnrbData['Status'] = WBBCore::getSession()->getVar('simplePieNewsreaderBox');
         }
     }
 }