[TYPO3] get a var in URL with typoscript

Dmitry Dulepov dmitry at typo3.org
Tue Jan 2 10:26:39 CET 2007


Hi!

Mike Morris wrote:
> i have an url like  index.php?firstLinkID=123&b=456&L=1
> 
> If I use conditions in TS ic can do it this way:
> [globalVar= GP:L=1]
>   stuff here...
> [global]
> 
> But I have a dataWrap on something, I would like to get the A variable into 
> my datawrap, maybe like this:
> .dataWrap = <a href="index.php?id={firstLinkID}">link</a>
> 
> Is this, or something similar possible?
> 
> Sorry, but can't use any userfunc here...

You need not userFunc, just look in docs, here:
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.0.0/view/2/2/

Look for getText and read its description.

-- 
Dmitry Dulepov

Web: http://typo3bloke.net/
Skype: callto:liels_bugs

"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)


More information about the TYPO3-english mailing list