[TYPO3-templavoila] Mapping DS-Values to TS

Christian Tauscher christian.tauscher at media-distillery.de
Sun Jan 17 18:46:13 CET 2010


Hi dear TYPO3 fans!

I have created a DS to upload some pictures.

Now I'd like to map this CSV-String of image-names to my Extention to do
something with it.

DS:

<inhalt type="array">
<tx_templavoila type="array">
<title>Inhalt</title>
<eType>TypoScriptObject</eType>

<TypoScript>
<![CDATA[
10 = USER
10.userFunc = tx_myext_pi1->main
10 {
	feature = 8
	images < put the list of images here
}
]]>
</TypoScript>

</tx_templavoila>
				

<TCEforms type="array">
<config type="array">
	<type>group</type>
	<internal_type>file</internal_type>
	<uploadfolder>uploads/tx_myext</uploadfolder>
	<show_thumbs>1</show_thumbs>
</config>
</TCEforms>
</inhalt>

In my Debug output I get correct response, but I can't map the flexForm
value of "inhalt" (e.g. pic1.png,pic2.png...) to my USER object.

I have tryed some import.current = 1 and weired REGISTER things - I
don't really understand - and guess, I failed.

I will try on to get things working, but If you allready solved this, be
so kind share it with me.

Thank you!

Christian.


More information about the TYPO3-project-templavoila mailing list