hallo
ich mach gerade des FTB Tutorial durch, haenge allerdings an einer Stelle, genauer gesagt in Kapitel "1.3.4 Creating a two-column page?" bzw Seite 40 im OpenOffice Dukument.
Ich sehe unter dem Menu nicht den Inhalt fuer den "Left Content".
Meine Data Structure XML:
Code:
<t3datastructure>
<root type="array">
<tx_templavoila type="array">
<title>ROOT</title>
<description>Select the HTML element on the page which you want to be the overall container element for the template.</description>
</tx_templavoila>
<type>array</type>
<el type="array">
<field_menu type="array">
<tx_templavoila type="array">
<title>Main Menu</title>
<description>Map this element to the HTML element containing the dummy menu</description>
<sample_data type="array">
<numindex index="0">[Here goes my dynamic menu...]</numindex>
</sample_data>
<etype>TypoScriptObject</etype>
<etype_extra type="array">
<objpath>lib.menu_1</objpath>
</etype_extra>
<typoscriptobjpath>lib.menu_1</typoscriptobjpath>
</tx_templavoila>
</field_menu>
<field_printversionurl type="array">
<type>attr</type>
<tx_templavoila type="array">
<title>Print version link URL</title>
<description>Map this value to the href attribute of a <a> link tag</description>
<sample_data type="array">
<numindex index="0">javascript:alert('You clicked the Print Version link!');</numindex>
</sample_data>
<etype>TypoScriptObject</etype>
<tags>a:attr:href</tags>
<typoscriptobjpath>lib.print_url</typoscriptobjpath>
</tx_templavoila>
</field_printversionurl>
<field_left type="array">
<tx_templavoila type="array">
<title>Left Content</title>
<description>Map this to the container element for the left content</description>
<sample_data type="array">
<numindex index="0">[Here goes my left content]</numindex>
</sample_data>
<etype>ce</etype>
<typoscript>
10= RECORDS
10.source.current=1
10.tables = tt_content
</typoscript>
</tx_templavoila>
<tceforms type="array">
<config type="array">
<type>group</type>
<internal_type>db</internal_type>
<allowed>tt_content</allowed>
<size>5</size>
<maxitems>200</maxitems>
<minitems>0</minitems>
<multiple>1</multiple>
<show_thumbs>1</show_thumbs>
</config>
<label>Left Content</label>
</tceforms>
</field_left>
<field_content type="array">
<tx_templavoila type="array">
<title>Page Content</title>
<description>Map this to the container element for page content</description>
<sample_data type="array">
<numindex index="0">[Here goes my page content]</numindex>
</sample_data>
<etype>ce</etype>
<typoscript>
10= RECORDS
10.source.current=1
10.tables = tt_content
</typoscript>
</tx_templavoila>
<tceforms type="array">
<config type="array">
<type>group</type>
<internal_type>db</internal_type>
<allowed>tt_content</allowed>
<size>5</size>
<maxitems>200</maxitems>
<minitems>0</minitems>
<multiple>1</multiple>
<show_thumbs>1</show_thumbs>
</config>
<label>Page Content</label>
</tceforms>
</field_content>
</el>
</root>
</t3datastructure> Ich habe wie auf Seite 44 die beiden Content Teile und auch in der Preview sieht es eigentlich ganz gut aus, da seh ich links die "Sample Data" von field_menu und unten drunter field_feld und auf der rechten Seite field_content.
Hat jemand ne Idee was falsch gelaufen sein koennte ?