Ejemplo n.º 1
0
 function BxVideosModule(&$aModule)
 {
     parent::BxDolFilesModule($aModule);
     // add more sections for administration
     $this->aSectionsAdmin['processing'] = array('exclude_btns' => 'all');
     $this->aSectionsAdmin['failed'] = array('exclude_btns' => array('activate', 'deactivate', 'featured', 'unfeatured'));
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  */
 function BxFilesModule($aModule)
 {
     parent::BxDolFilesModule($aModule);
     $this->_oConfig->init($this->_oDb);
     $this->_aMemActions[] = 'download';
     $this->aSectionsAdmin['pending'] = array('exclude_btns' => array('featured', 'unfeatured'));
 }
Ejemplo n.º 3
0
 function BxPhotosModule(&$aModule)
 {
     parent::BxDolFilesModule($aModule);
     $this->aSectionsAdmin['pending'] = array('exclude_btns' => array('featured', 'unfeatured'));
     $this->iHeaderCacheTime = (int) $this->_oConfig->getGlParam('header_cache');
 }
Ejemplo n.º 4
0
 function BxPhotosModule(&$aModule)
 {
     parent::BxDolFilesModule($aModule);
     $this->aSectionsAdmin['pending'] = array('exclude_btns' => array('deactivate', 'featured', 'unfeatured'));
 }