[TYPO3-english] Typoscript: override part of current?
Bartosz Aninowski
bartoszx at SPAMgmail.com
Tue Mar 31 22:24:56 CEST 2009
Jigal van Hemert pisze:
> Hi list,
>
> In a piece of TS I set ....typolink.parameter.current = 1, but I want to
> force parameter.extTarget = _blank.
simple example
page.100 = TEXT
page.100 {
value = aaa
typolink.parameter = 1
typolink.extTarget = _blank
}
extTarget doesn't work because link to page id=1 is internal link not
exteral.
but this works ok
page.100 = TEXT
page.100 {
value = aaa
typolink.parameter = www.google.com
typolink.extTarget = _blank
}
--
Bartosz Aninowski
typo(3)holics
http://blog.evo.pl
More information about the TYPO3-english
mailing list