[TYPO3] is there a way to make a specific div tag hidden without a front end login?
    Tyler Kraft 
    headhunterxiii at yahoo.ca
       
    Tue May  8 17:34:59 CEST 2007
    
    
  
yeah put it in using ts and use a condition on the user group.
check into the global var section of conditions in TSref
[globalVar = TSFE:XXXXXX]
blah.10=HTML
blah.10.value(
	....
)
[else]
blah.10 = HTML
blah.10.value=
[global]
hth
dave typo wrote:
> I need a specific tag to be hidden unless a user has logged into the
> site within a specific user group. Is this possible? I was looking at
> javascript solutions that appeared to work within html pages, but this
> approach doesn't appear to work within typo3
> 
> Is there some typoscript that can allow me to do this?
> 
> thanks
> 
> -dave
    
    
More information about the TYPO3-english
mailing list