[TYPO3-templavoila] typoscript in FCE

Martin Rebetez martin at rebetez.com
Tue Sep 2 15:47:12 CEST 2008


Hallo,

I'm trying to generate a link in a FCE with typoscipt.

If I make something like

<field_essai type="array">
	<tx_templavoila type="array">
		<title></title>
		<sample_data type="array">
			<numIndex index="0"></numIndex>
		</sample_data>
		<eType>none</eType>
		<TypoScript>
			10 = TEXT
			10.value = S'inscrire
			10.typolink.parameter = 48
		</TypoScript>
	</tx_templavoila>
</field_essai>

it works fine, but if I try to add some additional parameters like

	10.typolink.additionalParams = &ref=1

I got the error :

TemplaVoila ERROR:
Couldn't find a Data Structure set for table/row "tt_content:95".
Please select a Data Structure and Template Object first.

Thanks for tips


More information about the TYPO3-project-templavoila mailing list