[TYPO3-templavoila] Admin-only access for specific fields within the same FCE

Simon Tuck stu at rtpartner.ch
Mon Mar 17 10:59:50 CET 2008


Hello Alexander,

Alexander Schlögl wrote:
> Is it possible to lock certain fields within the SAME FCE for non-admins?
> I have been looking for a solution for some hours but could not find any 
> clue.
You could try with displayCond, e.g.

[...]
<TCEforms type="array">
   <displayCond>HIDE_FOR_NON_ADMINS</displayCond>
     <config type="array">
       <type>input</type>
       <size>48</size>
       <eval>trim</eval>
     </config>
   <label>Some Label</label>
</TCEforms>
[...]

Cheers,
Simon


More information about the TYPO3-project-templavoila mailing list