[TYPO3] Desabling delete button in backend for a user group

tapio tapio.markula at dnainternet.net
Fri Jan 20 14:00:52 CET 2006


Papis wrote:
> Hi All,
>   I just wanna desable save button in the backend interface for a group but i don't know how
>   I see in google search this :
>   
>   options.contextMenu   {
>   pageTree.disableItems = new, info., CoPy, CUT, paste, DELETE, history,  Permian, new_wizard, edit_access, more edit_pageheader, db_list
>   pageList.disableItems = new, info., CoPy, CUT, paste, DELETE, history,  Permian, new_wizard, edit_access, more edit_pageheader, db_list
>   folderTree.disableItems = edit, rename, info., CoPy, CUT, paste, DELETE
>   folderList.disableItems = edit, rename, info., CoPy, CUT, paste, DELETE
>   }
>   I don't know how to set it up 

1) FIX lists - these lists have *incorrect* values

On the base of 
http://typo3.org/documentation/document-library/doc_core_tsconfig/gt_OPTIONS/

correct values are:

options.contextMenu   {
   pageTree.disableItems = 
view,edit,hide,new,info,copy,cut,paste,delete,move_wizard,history,perms,new_wizard,hide,edit_access,edit_pageheader,db_list
   pageList.disableItems = 
view,edit,hide,new,info,copy,cut,paste,delete,move_wizard,history,perms,new_wizard,hide,edit_access,edit_pageheader,db_list
   folderTree.disableItems = 
view,edit,hide,new,info,copy,cut,paste,delete,move_wizard,history,perms,new_wizard,hide,edit_access,edit_pageheader,db_list
   folderList.disableItems = 
view,edit,hide,new,info,copy,cut,paste,delete,move_wizard,history,perms,new_wizard,hide,edit_access,edit_pageheader,db_list
   }

If you put these, it has some missing values - version + 'other options' 
are not in the list.

1) Set permissions using the field 'TSconfig:' for *users* or *user groups*

3) In the list module there is still 'delete' + other buttons in the 
extended view. If you want to control better buttons set in 'List' and 
'Page' modules, install 'tm_contentaccess', which give you possibility 
tailor all buttonsets, when you use 'List' and 'Page' modules.

Concerning TemplaVoila the control is just partial.



More information about the TYPO3-english mailing list