I want remove button in photo menu. see the file.
Can you help me please !!
Thanks !
I want remove button in photo menu. see the file. Can you help me please !! Thanks ! |
To remove "My albums" button run the following query: DELETE FROM `sys_objects_actions` WHERE `Type` = 'bx_photos_title' AND `Icon` = 'picture' It will remove this button permanently. Rules → http://www.boonex.com/terms |