[TYPO3-english] tt_news: Additionalparams not working with ext_url ?
Bernd Wilke
t3ng at pi-phi.tk
Thu Dec 8 14:41:54 CET 2011
On Thu, 08 Dec 2011 13:28:39 +0100, Søren Madsen wrote:
>>> I would wrap the URL direct. something like:
>>
>> {
>> field = title
>> wrap=<strong>|</strong><br/>
>> stdWrap.typolink {
>> parameter.field = ext_url
>> parameter.field.wrap = |
>> &utm_source=typo3&utm_medium=email&utm_campaign= {page:title}
>> parameter.field.insertData = 1
>> }
>> }
>
> I already tried that - but that also doesn't work - ie. the wrap is
> ignored.
oops. the wrap should be on parameter, not on parameter.field
anyway:
everytime a wrap (and stdWrap) does not work you may use a cObject.
something like:
parameter.cObject = COA
parameter.cObject {
10 = TEXT
10.field = ext_url
wrap = | &par1=....
}
bernd
--
http://www.pi-phi.de/cheatsheet.html
More information about the TYPO3-english
mailing list