Einzelnen Beitrag anzeigen
  #14  
Alt 30.08.06, 16:15
seb seb ist offline
Forum Aktivist
 
Registriert seit: 10.11.05
Beiträge: 62

@tom:
also ich habe das mit dem CO jetzt entsprechend geändert aber funktionieren tut das immer noch nicht. Mit spalte habe ich eigendlich nur die bereiche im backend gemeint wo man inhalte einfügen kann z.b. Text mit /bild kommt in InhaltObenRechts oder hald wo anderst hin. In diesem Template habe ich 3 Bereiche - obenLinks, obenRechts, hauptInhalt
Screenshot

hier noch das XML dingens
HTML-Code:
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?> <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_oben_links type="array"> <tx_templavoila type="array"> <title>Oben Links</title> <sample_data type="array"> <numIndex index="0"></numIndex> </sample_data> <eType>ce</eType> <TypoScript>
    10= RECORDS
    10.source.current=1
    10.tables = tt_content
    10.wrap = &lt;!--TYPO3SEARCH_begin--&gt; | &lt;!--TYPO3SEARCH_end--&gt; </TypoScript> <oldStyleColumnNumber type="integer">0</oldStyleColumnNumber> </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>Oben Links</label> </TCEforms> </field_oben_links> <field_oben_rechts type="array"> <tx_templavoila type="array"> <title>Oben Rechts</title> <sample_data type="array"> <numIndex index="0"></numIndex> </sample_data> <eType>ce</eType> <TypoScript>
    10= RECORDS
    10.source.current=1
    10.tables = tt_content
    10.wrap = &lt;!--TYPO3SEARCH_begin--&gt; | &lt;!--TYPO3SEARCH_end--&gt; </TypoScript> <oldStyleColumnNumber type="integer">1</oldStyleColumnNumber> </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>Oben Rechts</label> </TCEforms> </field_oben_rechts> <field_coinhalt type="array"> <type>array</type> <section>1</section> <tx_templavoila type="array"> <title>Inhalts Container</title> <eType>input</eType> </tx_templavoila> <el type="array"> <field_co type="array"> <type>array</type> <tx_templavoila type="array"> <title>Container</title> <eType>input</eType> </tx_templavoila> <el type="array"> <field_inhalt type="array"> <tx_templavoila type="array"> <title>Inhalt</title> <sample_data type="array"> <numIndex index="0"></numIndex> </sample_data> <eType>ce</eType> <TypoScript>
    10= RECORDS
    10.source.current=1
    10.tables = tt_content
    10.wrap = &lt;!--TYPO3SEARCH_begin--&gt; | &lt;!--TYPO3SEARCH_end--&gt; </TypoScript> <oldStyleColumnNumber type="integer">0</oldStyleColumnNumber> </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>Inhalt</label> </TCEforms> </field_inhalt> </el> </field_co> </el> </field_coinhalt> </el> </ROOT> </T3DataStructure>
Mit Zitat antworten