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.
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to