Hi,
How can I disable the "Add Videos" button
for the Groups? Please view screen capture
http://screencast.com/t/aRuMqOvhT5pT
ty
Hi, How can I disable the "Add Videos" button for the Groups? Please view screen capture http://screencast.com/t/aRuMqOvhT5pT ty |
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 |
@modzz, Awesome. The fix you posted worked. Thanks a million. |