[TYPO3-english] GET variable in TypoScript

2009-07-28 Thread Dan Osipov
I'm trying to include a GET variable, and pass it further down to typolink. Can someone suggest the correct syntax? ... stdWrap.typolink { parameter.data = TSFE:id additionalParams = &tx_cegallery_pi1[album]={$GET_VARIABLE_HERE}&type=100 ad

Re: [TYPO3-english] GET variable in TypoScript

2009-07-28 Thread Tyler Kraft
Hi You can try this stdWrap.typolink { parameter = this additionalParams.dataWrap = &tx_cegallery_pi1[album]={GPvar:XXX}&type=100 } hth Dan Osipov wrote: > I'm trying to include a GET variable, and pass it further down to > typolink. Can someone suggest the correct syntax?

Re: [TYPO3-english] GET variable in TypoScript

2009-07-29 Thread Dan Osipov
Nope, it didn't do the trick... Dan Osipov Calkins Media http://danosipov.com/blog/ Tyler Kraft wrote: > Hi > > You can try this > > stdWrap.typolink { > parameter = this > additionalParams.dataWrap = > &tx_cegallery_pi1[album]={GPvar:XXX}&type=100 > } > > > hth > > > Dan Osipo

Re: [TYPO3-english] GET variable in TypoScript

2009-07-29 Thread Michael Miousse
Le Wed, 29 Jul 2009 15:49:31 -0400, Dan Osipov a écrit : > Nope, it didn't do the trick... > > Dan Osipov > Calkins Media > http://danosipov.com/blog/ > > Tyler Kraft wrote: >> Hi >> >> You can try this >> >> stdWrap.typolink { >> parameter = this >> additionalParams.dataWrap = >>

Re: [TYPO3-english] GET variable in TypoScript

2009-07-30 Thread Dan Osipov
This was it, thanks a lot!! Dan Osipov Calkins Media http://danosipov.com/blog/ Michael Miousse wrote: > Le Wed, 29 Jul 2009 15:49:31 -0400, Dan Osipov a écrit : > >> Nope, it didn't do the trick... >> >> Dan Osipov >> Calkins Media >> http://danosipov.com/blog/ >> >> Tyler Kraft wrote: >>> Hi >