Remove action button in Photo and video album

Hello,

i need help

how remove in dolphin 7.0.4 "DELETE BUTTON" in photo and video gallery

 

thank you

Quote · 13 Feb 2012

Hello

You need to edit modules/boonex/photos/classes/BxPhotosPageAlbumsMy.php file. Find the function getAdminObjectPart and the following lines in it

$aBtns = array(
'action_delete_object' => _t('_Delete'),
);

 

Comment out  'action_delete_object' => _t('_Delete'), line. So, you should have something like the following.

 

$aBtns = array(
//'action_delete_object' => _t('_Delete'),
);

Then you need to do the same for Videos module.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 13 Feb 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.