[TYPO3-dev] typoscript GP:var + tt_address
Georg Ringer
mail at ringerge.org
Thu Jul 14 07:41:39 CEST 2011
Hi,
just for security concern:
Am 13.07.2011 13:53, schrieb Tomas Norre Mikkelsen:
> lib.sys_id = TEXT
> lib.sys_id.data = GP : pid
> lib.sys_id.htmlSpecialChars = 1
htmlSpecialChars doesn't help you there, use intval!
> lib.group_id = TEXT
> lib.group_id.data = GP : group_id
> lib.group_id.htmlSpecialChars = 1
same as above
> plugin.tx_ttaddress_pi1 {
> pidList < lib.sys_id
> recursive = 4
> groupSelection < lib.group_id
> }
>
> And my URL like this:
> http://domain.tld/?id=32&no_cache=1&pid=42&group_id=7
>
> The problem is that the rendering of lib.sys_id works but lib.group_id
> doesn't.. I cannot figure out what the problem is..
if tt_address doesn't support stdWrap for groupSelection, you can't do
anything (except patching the extension)
Georg
More information about the TYPO3-dev
mailing list