[Typo3] Disable secondary options for users?

Armin Günther armin.guenther at augusta.de
Tue Sep 27 09:00:47 CEST 2005


Hi Sven,

you are right i got you wrong.
As I am not quite sure whether all secondary options fields are really 
"disable fields" I took a slightly different way and disabled the 
secondary options fields via User TSConfig in this way:

TCEFORM {
      tt_content {
         header_position.disabled = 1
         header_link.disabled = 1
         header_layout.disabled = 1
         date.disabled = 1
         colPos.disabled = 1
         subheader.disabled = 1
         spaceBefore.disabled = 1
         spaceAfter.disabled = 1
         text_align.disabled = 1
         linkToTop.disabled = 1
         section_frame.disabled = 1
         sys_language_uid.disabled = 1
         sectionIndex.disabled = 1
      }
}

Thanks for the help!
Armin



S. Teuber schrieb:
> Hi Armin,
> 
>  
> 
>>I dont't think so. "Show secondary options (palettes)" is not a table 
>>field (neither of table "tt_content" nor of table "pages"). So it can't 
>>be disabled.
> 
> 
> You got me wrong there. I was talking about "all those fields" refering to 
> the fields that are placed in the palettes. If you disable them for the 
> user, he still can set the "show secondary options"-checkbox, but won't be 
> shown anything since the fields are disabled.
> 
> Sven



More information about the TYPO3-english mailing list