Remove Upload Videos/Sounds/Files from Events

Anyone know what to edit to remove the captions Upload Videos/Sounds/Files and Allow posting in forum from the 'Privacy Settings' section in Events and Groups creation pages? Thanks!

Quote · 9 Jun 2010

Hai,

 

You can modify the nex file: modules/boonex/events/classes/BxEventsFormAdd.php

you can delete the lins you dont want to use:

line: 45

//            'videos' => array (
//                'post' => 'ready_videos',
//                'upload_func' => 'uploadVideos',
//                'tag' => BX_EVENTS_VIDEOS_TAG,
//                'cat' => BX_EVENTS_VIDEOS_CAT,
//                'thumb' => false,
//                'module' => 'videos',
//                'title_upload_post' => 'videos_titles',
//                'title_upload' => _t('_bx_events_form_caption_file_title'),

 

line:107

//        $aInputPrivacyUploadVideos = $this->_oMain->_oPrivacy->getGroupChooser($iProfileId, 'events', 'upload_videos');
//        $aInputPrivacyUploadVideos['values'] = $aInputPrivacyCustom2;
//        $aInputPrivacyUploadVideos['db'] = $aInputPrivacyCustom2Pass; 

 

sorry for my por englisch

Quote · 20 Jun 2010

Thanks for the response. I already found this out, but having it posted here should help others, thanks!

Hai,

You can modify the nex file: modules/boonex/events/classes/BxEventsFormAdd.php

you can delete the lins you dont want to use:

line: 45

//            'videos' => array (
//                'post' => 'ready_videos',
//                'upload_func' => 'uploadVideos',
//                'tag' => BX_EVENTS_VIDEOS_TAG,
//                'cat' => BX_EVENTS_VIDEOS_CAT,
//                'thumb' => false,
//                'module' => 'videos',
//                'title_upload_post' => 'videos_titles',
//                'title_upload' => _t('_bx_events_form_caption_file_title'),

line:107

//        $aInputPrivacyUploadVideos = $this->_oMain->_oPrivacy->getGroupChooser($iProfileId, 'events', 'upload_videos');
//        $aInputPrivacyUploadVideos['values'] = $aInputPrivacyCustom2;
//        $aInputPrivacyUploadVideos['db'] = $aInputPrivacyCustom2Pass;

sorry for my por englisch

Quote · 21 Jun 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.