[TYPO3-english] TemplaVoila FCE - access fields of another TemplaVoila FCE record
Martin Kokeš
shr3k at typo3-hosting.com
Thu Nov 3 15:24:41 CET 2011
Hello,
I have created a FCE named "Product" with 3 fields like:
"field_title" < as title of the product, from register:tx_templavoila_pi1.parentRec.header
"field_image" < as image with fixed dimensions (OR a image as content element)
"field_content" < as some RTE text (OR a text as content element)
Now I'd like to add 4th field named "field_relatedproducts" as array of content elements and link to this newly created field 2 same FCE's (Product) from another pages.
Is it possible with help of TS:
- split this "field_relatedproducts" array to get uid of linked FCE's;
- access every FCE and get values of child fields, field_image and field_title;
- ad finally output it, in example as a unbulleted list with these fields, with images wrapped with typolink?
If anyone can help with this I would really appreciate it. This TS magic goes simply beyond my limits.
Martin
More information about the TYPO3-english
mailing list