[TYPO3-english] tt_news - problems with redirect options

Matias Coca matiascoca at gmail.com
Fri May 29 15:36:41 CEST 2009


Sorry for the mail, I confuse the extension, I send other mail with the
right title.

Saludos.
Matias Coca.


On Fri, May 29, 2009 at 10:11 AM, Matias Coca <matiascoca at gmail.com> wrote:

> 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
>
> Saludos.
> Matias Coca.
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list