How to remove "create" buttons

I'd like to know where on earth can I find the coding to remove "Create" & "My ____" buttons that are located on every module on the Sub-Nav line.

Thanks!

Quote · 16 Oct 2014

Let me clarify...I want to remove the action buttons displayed on the right side in the Sub-Navigation line for all modules.  I'm assuming once I get a clue for one module, the rest will all be about the same.  See attached

Thanks

Quote · 16 Oct 2014

They are action buttons. You remove them by removing them from the database. The table is sys_objects_actions

If you run the following query in phpMyAdmin it will show you the two top ones for the groups module.

SELECT * FROM `sys_objects_actions` WHERE `Type`='bx_groups_title'

To remove them, you delete them and then clear dolphins cache.

Finding them is the hard part. The ones your looking for will have the word title in the type field. So examples would be bx_photos_title or bx_files_title

Types without the word title in them are the action buttons that appear in the actions button blocks.

Note: Once deleted from the database they are gone. Permanently. If you can afford it, you should get one of the action button manager modules from the market such as http://www.boonex.com/m/actions-manager-2014-01-03 which has a archiving feature so you can get the buttons back later.


EDIT: I see modzzz already answered.

https://www.deanbassett.com
Quote · 16 Oct 2014

Thanks Dean, however, these buttons aren't located anywhere in the sys_objects_actions table.  Also, Modzzz action manager only affects action items within an action page block, no way to manage the actions buttons in the sub-nav.

So, I'm still stuck looking around...

Quote · 17 Oct 2014
 
 
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.