0

I want to hide DAM(file module) ICON (info,move,replace) for User . How can i achieve this ?

Thanks

user911282
  • 93
  • 1
  • 1
  • 10

1 Answers1

0

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):

  • Media
  • Media Category
  • Media Types

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

Community
  • 1
  • 1
Mateng
  • 3,742
  • 5
  • 37
  • 64