[TYPO3] tt_address hide fields for BE User
    Tapio Markula 
    tapio.markula at xetpoint.fi
       
    Thu Oct  2 09:58:20 CEST 2008
    
    
  
Lars Haendler kirjoitti:
> Hi,
> 
> I'd like to hide certain fields in tt_address records for BE Users. I 
> excluded as many as field as were possible in the access list but there 
> are still fields that can't be excluded. Fields like Address, Zipcode, etc.
> 
> Can anyone give me a hint?
> 
> Cheers
> Lars
you must either edit tca.php or create own extension, where you set for 
desired field
'exclude'=>1,
Look place for that from field definitions, which has that.
    
    
More information about the TYPO3-english
mailing list