[TYPO3-templavoila] FCE and website users

Bernhard Kraft kraftb at kraftb.at
Sun Mar 12 00:59:45 CET 2006


Bartosz Aninowski wrote:
>>Yes. Check checkbox in the bottom of the right frame to enable palettes.
>>You will see additional options. Select "Show at any login".
> 
> 
> Hi Dimitri
> I wasn't  clear enough.
> My FCE has more field fg filed_title filed_desc field_picture but I want 
> hide filed_price for non logged users.
> Is it possible? 
> 
> 

Of course you can do.


In you DS you have the defintion for your price field:

<field_price>
   <eType>...</eType>
   <TCEforms>
  ..


directly below </eType> insert:

<TypoScript>
10 < lib.PriceField
<TypoScript>


And then insert in one of you TS-Templates:


[loginUser = *]
lib.PriceField = TEXT
lib.PriceField.current = 1
[end]


And Dmitry: Believe in the power of TV !!! :)

greets,
Bernhard



More information about the TYPO3-project-templavoila mailing list