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!
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! |
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 (
line:107 // $aInputPrivacyUploadVideos = $this->_oMain->_oPrivacy->getGroupChooser($iProfileId, 'events', 'upload_videos');
sorry for my por englisch |
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 ( line:107 // $aInputPrivacyUploadVideos = $this->_oMain->_oPrivacy->getGroupChooser($iProfileId, 'events', 'upload_videos'); sorry for my por englisch |