Groups "Add Videos" - how to disable

Hi,

How can I disable the "Add Videos" button

for the Groups? Please view screen capture

http://screencast.com/t/aRuMqOvhT5pT

ty

Quote · 23 Aug 2013

In modules\boonex\groups\classes\BxGroupsPageView.php


Find :

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


Replace with :

                'TitleUploadVideos' =>  '',
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 23 Aug 2013

@modzz,

Awesome. The fix you posted worked.

Thanks a million.

Quote · 23 Aug 2013
 
 
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.