Hello,
i need help
how remove in dolphin 7.0.4 "DELETE BUTTON" in photo and video gallery
thank you
Hello, i need help how remove in dolphin 7.0.4 "DELETE BUTTON" in photo and video gallery thank you |
Hello You need to edit modules/boonex/photos/classes/BxPhotosPageAlbumsMy.php file. Find the function getAdminObjectPart and the following lines in it $aBtns = array(
Comment out 'action_delete_object' => _t('_Delete'), line. So, you should have something like the following.
$aBtns = array( Then you need to do the same for Videos module. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |