[TYPO3-english] felogin - problems with redirect options
    Matias Coca 
    matiascoca at gmail.com
       
    Fri May 29 15:35:05 CEST 2009
    
    
  
Hi everyone!
I want to configure tt_news redirect by typoscript, but I have any problems
my code is:
temp.1 = LOAD_REGISTER
temp.1.actualPage.cObject = TEXT
temp.1.actualPage.cObject {
    typolink.parameter.data = page:uid
    typolink.returnLast = url
}
temp.2 = TEXT
temp.2.data = register:actualPage
plugin.tx_felogin_pi1 {
  preserveGETvars = all
  redirectMode = logout, login
  redirectPageLogout < temp.2.value
}
the problems is the line
redirectPageLogout < temp.2..value
if I write
redirectPageLogout =38
work perfect, but I don't want a static page, I want the actual page,
because my login box is in all the pages of the site.
The problems seem to see the order in load elements in Typo3, in the moment
that the line
redirectPageLogout < temp.2..value
is execute temp.2.value has not value.
Thanks for advance!
PD: sorry for my english, I'm learning :D
PD: sorry for the previous mail, that is the valid.
Saludos.
Matias Coca.
    
    
More information about the TYPO3-english
mailing list