[TYPO3-german] Erfahrung mit fs_templavoila_random_section (Zufallscontainer) ???
Ralf-René Schröder
ralf.rene at online.de
Thu Feb 7 00:54:39 CET 2008
Hallo...
hat irgendjemand erfahrung mit der Extension "fs_templavoila_random_section"
kriege sie mit den dort vorhandenen Informationen nicht ans Laufen...
http://typo3.org/extensions/repository/view/fs_templavoila_random_section/1.1.0/
wird wohl etwas im XML sein, hab unten mal das Demo angegeben...
habs auf eine einfache in sich verschachtelte div's gemappt...
aber im BE ist's irgendwie kein Container in ich andere Elemente einfügen könnte...
im FE wird das Element (aber natürlich leer) ausgegeben...
hab einfach noch zuwelig Ahnung von TemplaVoila damit jetzt klar zu kommen...
besten dank im Voraus
René
PS: ich weiß ja noch nicht einmal ob die Extension eigentlich das mach was ich möchte, nämlich mir einfach eine Zufallsauswahl von 4 Contentelementen auszugeben - aus einer Liste von etwa 30 "Text mit Bild" Contentelementen...
_____________________________________________________________
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<T3DataStructure>
<meta type="array">
<langDisable>1</langDisable>
</meta>
<ROOT type="array">
<tx_templavoila type="array">
<title>ROOT</title>
<description>Select the HTML element for your random container.</description>
</tx_templavoila>
<type>array</type>
<el type="array">
<field_sections type="array">
<type>array</type>
<section>1</section>
<random>1</random>
<tx_templavoila type="array">
<title>Section</title>
<eType>input</eType>
</tx_templavoila>
<el type="array">
<field_container type="array">
<type>array</type>
<tx_templavoila type="array">
<title>Container</title>
<eType>input</eType>
</tx_templavoila>
<el type="array">
<field_text type="array">
<tx_templavoila type="array">
<title>Text</title>
<sample_data type="array">
<numIndex index="0">[text]</numIndex>
</sample_data>
<eType>text</eType>
<proc type="array">
<HSC type="integer">1</HSC>
</proc>
</tx_templavoila>
<TCEforms type="array">
<config type="array">
<type>text</type>
<cols>48</cols>
<rows>5</rows>
</config>
<label>Text</label>
</TCEforms>
</field_text>
</el>
</field_container>
</el>
</field_sections>
</el>
</ROOT>
</T3DataStructure>
More information about the TYPO3-german
mailing list