lol, really? Goups and Files.

So I don't have any need to allow people to upload "Files", specifically to an event.

In order to disable the files module, you have to disable the groups menu.

OK, so did that, now I need to re-enable the Groups module.

SURPRISE, you have to have the files module installed to enable the groups module...

Wow...

newbreed
Quote · 14 Nov 2010

Remove files upload on Events,

modules/boonex/events/classes/BxEventsFormAdd.php

find this code and delete or hide it

// files

'header_files' => array(
'type' => 'block_header',
'caption' => _t('_bx_events_form_header_files'),
'collapsable' => true,
'collapsed' => false,
),
'files_choice' => array(
'type' => 'custom',
'content' => $aCustomMediaTemplates['files']['choice'],
'name' => 'files_choice[]',
'caption' => _t('_bx_events_form_caption_files_choice'),
'info' => _t('_bx_events_form_info_files_choice'),
'required' => false,
),
'files_upload' => array(
'type' => 'custom',
'content' => $aCustomMediaTemplates['files']['upload'],
'name' => 'files_upload[]',
'caption' => _t('_bx_events_form_caption_files_upload'),
'info' => _t('_bx_events_form_info_files_upload'),
'required' => false,
),

Quote · 14 Nov 2010

I'll give this a shot, thank you!!!

Bill

 

Remove files upload on Events,

modules/boonex/events/classes/BxEventsFormAdd.php

find this code and delete or hide it

// files

'header_files' => array(
'type' => 'block_header',
'caption' => _t('_bx_events_form_header_files'),
'collapsable' => true,
'collapsed' => false,
),
'files_choice' => array(
'type' => 'custom',
'content' => $aCustomMediaTemplates['files']['choice'],
'name' => 'files_choice[]',
'caption' => _t('_bx_events_form_caption_files_choice'),
'info' => _t('_bx_events_form_info_files_choice'),
'required' => false,
),
'files_upload' => array(
'type' => 'custom',
'content' => $aCustomMediaTemplates['files']['upload'],
'name' => 'files_upload[]',
'caption' => _t('_bx_events_form_caption_files_upload'),
'info' => _t('_bx_events_form_info_files_upload'),
'required' => false,
),

 

newbreed
Quote · 14 Nov 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.