I want to hide DAM(file module) ICON (info,move,replace) for User . How can i achieve this ?
Thanks
I want to hide DAM(file module) ICON (info,move,replace) for User . How can i achieve this ?
Thanks
In other words: You need to set the permissions to read-only, and hence hide the "info" icon.
You can modify permissions by removing the following items from access lists in the usergroup (or user) settings:
Tables (modify):
Make sure they are still selected in the Tables (listing) part. DAM extension manual > user permissions
To disable the "info" button (which is not so straightforward) you might consider using a custom backend css and hide it by setting a "display:none;" property. Use this hint to include a single css file via extTables.php: Including CSS File in TYPO3 Backend?
Read more:
$TBE_STYLES and custom css in TYPO3 backend