[TYPO3] TypoScript object only at backend login
    Tapio Markula 
    tapio.markula at xetpoint.fi
       
    Fri Feb  1 09:50:19 CET 2008
    
    
  
John de Stigter kirjoitti:
> Hi everybody,
> 
> I have a TypoScript object that I want to display only if a backend user
> is logged in. 
look from TS Ref 'Conditions'. Endeed there is difference, if you want 
to see something, when editing has been enabled or disabled.
[globalVar = TSFE : beUserLogin]
#do something if be user logged in
[global]
[globalVar = BE_USER|uc|TSFE_adminConfig|display_top = 1]
#do something if be user logged in and editing possibilities enabled
...
[global]
    
    
More information about the TYPO3-english
mailing list