Editing action menu in Dolphin 7.0.9

I need to remove some buttons from the action block on the file download page or at least get the link code to download files so I can put it into a separate block. Where can I find this link or eidt the action block on this page?  The page is m/files/view/file.txt

 

Thanks,

 

Dan

Quote · 24 Oct 2012

Hello 

The action's block is generated automatically taking the data from Dolphin's database ->  sys_objects_actions table. Try to search for rows with 'bx_files' as Type. You may use the following MySQL query.

SELECT * FROM `sys_objects_actions` WHERE `Type` LIKE 'bx_files' LIMIT 0 , 30

If you change anything in the table don't forget to clear cache to be able to see the changes directly on the page.

P.S. Also you may find a mod in Market which allows to manage actions blocks via admin panel.

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