[TYPO3] FE-Logout in Menu

FEZ (Felix Kratzer) fez at stoccer.de
Tue Jan 31 12:57:18 CET 2006


Just had another idead, how I could solve it.

I could use the IF function:
1: menu2.1{
2:   if.value = 127
3:   if.equals.field = uid
4:   addParams = &logintype=logout
5: }

The idea: IF the menuitem links to page with id=127 it should add the 
additional parameter.
Adding the param works just fine!
BUT: It now is added to ALL items.

it think the problem is in line 3!
I tried uid,id,pid,TSFE:uid,TSFE:id but none of these values worked! 
Does anybody have an idea what I should use instead?

Or is there any other error in my code/thinking?

FEZ

FEZ (Felix Kratzer) wrote:
> Hi group!
> 
> I'm looking for a way to create a menu-entry that logs out a FE-User! 
> (Without using the Form)
> 
> Has anybody done this already?
> Any ideas?
> 
> FEZ



More information about the TYPO3-english mailing list