seiten content wird nicht ausgegeben wurde Beantwortet

Autor Nachricht
Verfasst am: 04.05.2008 [19:47]
trunks1984

[Themenersteller]
dabei seit: 12.07.2006
Beiträge: 35

Hallo an alle seit langen wieder mal ein hilfe schrei!

hab bei meiner Seite nav und alles schon fertig angelegt und gemapt es funktioniert auch alles bis auf die inhaltselemente! Die werden einfach nicht ausgegeben in der db sind sie gespeichert und über getcontent kann ich sie mir auch hollen jedoch nicht über templvoila!

ich verstehe es einfach nicht! hab ich irgend etwas vergessen? Ich bekomme anstelle von text und bildern nur nur <!--TYPO3SEARCH_begin--> (hier sollte content stehen)<!--TYPO3SEARCH_end--> aber keinen Inhalt.

hat jemand das selbe problem?

Danke vorweg für die antwort.

Verfasst am: 05.05.2008 [12:11]
manuelone

dabei seit: 24.04.2006
Beiträge: 38

Hallo,
zeig mal deine DS.
Verfasst am: 15.05.2008 [10:43]
daniz78


dabei seit: 20.09.2006
Beiträge: 161

CSS-Styled-Content im Root-Template integriert?

Never run a changing system!
Verfasst am: 21.05.2008 [15:10]
trunks1984

[Themenersteller]
dabei seit: 12.07.2006
Beiträge: 35

Css styled content ist integriert, das dachte ich nämlich anfangs auch.


Typoscript:Zeilennummerierung:  An / Aus

  1. <?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
  2. <T3DataStructure>
  3.         <meta type="array">
  4.                 <langDisable>1</langDisable>
  5.         </meta>
  6.         <ROOT type="array">
  7.                 <tx_templavoila type="array">
  8.                         <title>ROOT</title>
  9.                         <description>Wählen Sie das HTML-Element der Seite, das Sie als übergeordnetes Container-Element der Vorlage möchten.</description>
  10.                 </tx_templavoila>
  11.                 <type>array</type>
  12.                 <el type="array">
  13.                         <field_logo type="array">
  14.                                 <tx_templavoila type="array">
  15.                                         <title>Logo</title>
  16.                                         <sample_data type="array">
  17.                                                 <numIndex index="0">Hier steht das logo</numIndex>
  18.                                         </sample_data>
  19.                                         <eType>TypoScriptObject</eType>
  20.                                         <TypoScriptObjPath>lib.logo</TypoScriptObjPath>
  21.                                 </tx_templavoila>
  22.                         </field_logo>
  23.                         <field_mainnav type="array">
  24.                                 <tx_templavoila type="array">
  25.                                         <title>Mainnaviation</title>
  26.                                         <sample_data type="array">
  27.                                                 <numIndex index="0">hier steht die Hauptnavigation</numIndex>
  28.                                         </sample_data>
  29.                                         <eType>TypoScriptObject</eType>
  30.                                         <TypoScriptObjPath>lib.mainnav</TypoScriptObjPath>
  31.                                 </tx_templavoila>
  32.                         </field_mainnav>
  33.                         <field_headline type="array">
  34.                                 <tx_templavoila type="array">
  35.                                         <title>Content Headline</title>
  36.                                         <sample_data type="array">
  37.                                                 <numIndex index="0">Content Headline</numIndex>
  38.                                         </sample_data>
  39.                                         <eType>TypoScriptObject</eType>
  40.                                         <TypoScriptObjPath>lib.contenthead</TypoScriptObjPath>
  41.                                 </tx_templavoila>
  42.                         </field_headline>
  43.                         <field_leftnav type="array">
  44.                                 <tx_templavoila type="array">
  45.                                         <title>Linke Navigation</title>
  46.                                         <sample_data type="array">
  47.                                                 <numIndex index="0">Linke Navigation</numIndex>
  48.                                         </sample_data>
  49.                                         <eType>TypoScriptObject</eType>
  50.                                         <TypoScriptObjPath>lib.navleft</TypoScriptObjPath>
  51.                                 </tx_templavoila>
  52.                         </field_leftnav>
  53.                         <field_contentleft type="array">
  54.                                 <tx_templavoila type="array">
  55.                                         <title>Linke Inahltselemente</title>
  56.                                         <sample_data type="array">
  57.                                                 <numIndex index="0">content</numIndex>
  58.                                         </sample_data>
  59.                                         <eType>ce</eType>
  60.                                         <TypoScript><![CDATA[
  61.         10= RECORDS
  62.         10.source.current=1
  63.         10.tables = tt_content
  64.         10.wrap = <!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->
  65.                     ]]></TypoScript>
  66.                                         <oldStyleColumnNumber type="integer">0</oldStyleColumnNumber>
  67.                                 </tx_templavoila>
  68.                                 <TCEforms type="array">
  69.                                         <config type="array">
  70.                                                 <type>group</type>
  71.                                                 <internal_type>db</internal_type>
  72.                                                 <allowed>tt_content</allowed>
  73.                                                 <size>5</size>
  74.                                                 <maxitems>200</maxitems>
  75.                                                 <minitems>0</minitems>
  76.                                                 <multiple>1</multiple>
  77.                                                 <show_thumbs>1</show_thumbs>
  78.                                         </config>
  79.                                         <label>Linke Inahltselemente</label>
  80.                                 </TCEforms>
  81.                         </field_contentleft>
  82.                         <field_content type="array">
  83.                                 <tx_templavoila type="array">
  84.                                         <title>Content Elemente</title>
  85.                                         <sample_data type="array">
  86.                                                 <numIndex index="0">Content</numIndex>
  87.                                         </sample_data>
  88.                                         <eType>ce</eType>
  89.                                         <TypoScript><![CDATA[
  90.         10= RECORDS
  91.         10.source.current=1
  92.         10.tables = tt_content
  93.         10.wrap = <!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->
  94.                     ]]></TypoScript>
  95.                                         <oldStyleColumnNumber type="integer">1</oldStyleColumnNumber>
  96.                                 </tx_templavoila>
  97.                                 <TCEforms type="array">
  98.                                         <config type="array">
  99.                                                 <type>group</type>
  100.                                                 <internal_type>db</internal_type>
  101.                                                 <allowed>tt_content</allowed>
  102.                                                 <size>5</size>
  103.                                                 <maxitems>200</maxitems>
  104.                                                 <minitems>0</minitems>
  105.                                                 <multiple>1</multiple>
  106.                                                 <show_thumbs>1</show_thumbs>
  107.                                         </config>
  108.                                         <label>Content Elemente</label>
  109.                                 </TCEforms>
  110.                         </field_content>
  111.                 </el>
  112.         </ROOT>
  113. </T3DataStructure>
Verfasst am: 21.05.2008 [18:56]
trunks1984

[Themenersteller]
dabei seit: 12.07.2006
Beiträge: 35

Soooooo habe jetzt eine Lösung klingt strange aber:

nachdem ich das inline css umbenannt hatte wurde der content wieder ohne problem ausgegeben verstehe zwar nicht warum aber es funktioniert jetzt;)banghead.gif




 
TYPO3 Version 4.2.0 testen

TYPO3 Ver. 4.2.0 testen

Testen Sie die neue TYPO3 Version 4.2.0 kostenlos für einen Monat

TYPO3 Bücher

TYPO3 Workshops


TYPO3 Einführungsschulung
in Berlin:
Montag, 07.07.
in Espelkamp:
Montag, 04.08.

TYPO3 Intensivschulung
in Espelkamp:
Mi., 06.08. - Fr., 08.08.
in Würzburg:
Mo., 18.08. - Mi., 20.08.
in Köln:
Mo., 01.09. - Mi., 03.09.
in Berlin:
Mi., 24.09. - Fr., 26.09.

TYPO3 Extensionschulung
in Berlin:
Mo., 14.07. - Mi., 16.07.
in Espelkamp:
Mo., 11.08. - Mi., 13.08.