Changing Admin Options

I noticed that there are a LOT of things listed as options for the experience creator to select through. The form is a bit tedious and long. I would like to remove some of the options. For example I do not want them to upload video. Embedding is fine... how would I go about making this change in the Experiences mod?

Quote · 18 Sep 2012

A good first step, would be to ask your question in the support thread for that mod.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 18 Sep 2012

See changes below for removing video upload. For future requests, use the correct support forum.

 

In modules\modzzz\experience\classes\BxExperiencePageView.php

Find  :

                'TitleUploadVideos' => $this->_oMain->isAllowedUploadVideos($this->aDataEntry) ? _t('_modzzz_experience_action_upload_videos') : '',

Replace with :

                'TitleUploadVideos' => '',

In modules\modzzz\experience\classes\BxExperienceFormAdd.php

Find and remove this block of code :

 

                'header_videos' => array(
                    'type' => 'block_header',
                    'caption' => _t('_modzzz_experience_form_header_videos'),
                    'collapsable' => true,
                    'collapsed' => false,
                ),
                'videos_choice' => array(
                    'type' => 'custom',
                    'content' => $aCustomMediaTemplates['videos']['choice'],
                    'name' => 'videos_choice[]',
                    'caption' => _t('_modzzz_experience_form_caption_videos_choice'),
                    'info' => _t('_modzzz_experience_form_info_videos_choice'),
                    'required' => false,
                ),
                'videos_upload' => array(
                    'type' => 'custom',
                    'content' => $aCustomMediaTemplates['videos']['upload'],
                    'name' => 'videos_upload[]',
                    'caption' => _t('_modzzz_experience_form_caption_videos_upload'),
                    'info' => _t('_modzzz_experience_form_info_videos_upload'),
                    'required' => false,
                ),

 

In the same file, also find and remove this code :

              'allow_upload_videos_to' => $aInputPrivacyUploadVideos,

 

 

I noticed that there are a LOT of things listed as options for the experience creator to select through. The form is a bit tedious and long. I would like to remove some of the options. For example I do not want them to upload video. Embedding is fine... how would I go about making this change in the Experiences mod?

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 18 Sep 2012
 
 
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.