Einzelnen Beitrag anzeigen
  #1  
Alt 21.08.06, 17:32
Chrisse Chrisse ist offline
Forum Newbie
 
Registriert seit: 22.07.06
Beiträge: 31

Sehe meine Inhalte im Frontend nicht


Hallo!

Ich kann im Backend mit TV problemlos Seiteninhalte anlegen und bearbeiten, doch diese werden komischerweise nicht angezeigt. Liegt dies vielleicht am Template.

Ich habe schon folgendes an der Root Seite angegeben:

Typoscript-Code:
1:
2:
3:
4:
page = PAGE
page.typeNum = 0
page.10 = USER
page.10.userFunc = tx_templavoila_pi1->main_page

Ich sehe nur ein Inhaltselement und das ist das Logo.
Hier noch drei Screenshots...

http://www.chrisse-boehm.de/pics/t3/tv_1.JPG
http://www.chrisse-boehm.de/pics/t3/tv_2.JPG
http://www.chrisse-boehm.de/pics/t3/tv_3.JPG

XML:

?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<T3DataStructure>
<meta type="array">
<langChildren type="integer">1</langChildren>
<langDisable type="integer">0</langDisable>
</meta>
<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_77ba02 type="array">
<tx_templavoila type="array">
<title>LOGO</title>
<sample_data type="array">
<numIndex index="0"></numIndex>
</sample_data>
<eType>input_g</eType>
<TypoScript>
10 = IMAGE
10.file = GIFBUILDER
10.file {
XY = 400,20
backColor = #999999

10 = TEXT
10.text.current = 1
10.text.case = upper
10.fontColor = #FFCC00
10.fontFile = t3lib/fonts/vera.ttf
10.niceText = 0
10.offset = 0,14
10.fontSize = 14
}
</TypoScript>
</tx_templavoila>
<TCEforms type="array">
<config type="array">
<type>input</type>
<size>48</size>
<eval>trim</eval>
</config>
<label>LOGO</label>
</TCEforms>
</field_77ba02>
<field_9b7e93 type="array">
<tx_templavoila type="array">
<title>MAIN MENU</title>
<sample_data type="array">
<numIndex index="0"></numIndex>
</sample_data>
<eType>TypoScriptObject</eType>
<eType_EXTRA type="array">
<objPath>lib.Menu</objPath>
</eType_EXTRA>
<TypoScriptObjPath>lib.Menu</TypoScriptObjPath>
</tx_templavoila>
</field_9b7e93>
<field_662278 type="array">
<tx_templavoila type="array">
<title>SUB MENU</title>
<sample_data type="array">
<numIndex index="0"></numIndex>
</sample_data>
<eType>TypoScriptObject</eType>
<eType_EXTRA type="array">
<objPath>lib.Menu</objPath>
</eType_EXTRA>
<TypoScriptObjPath>lib.Menu</TypoScriptObjPath>
</tx_templavoila>
</field_662278>
<field_9a80e1 type="array">
<tx_templavoila type="array">
<title>CONTENT</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>CONTENT</label>
</TCEforms>
</field_9a80e1>
<field_15003c type="array">
<tx_templavoila type="array">
<title>RIGHT FRAME</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>RIGHT FRAME</label>
</TCEforms>
</field_15003c>
</el>
</ROOT>


Ich hoffe, Ihr könnt mir weiterhelfen.

Vielen Dank!

Gruß Chrisse
Mit Zitat antworten