TYPO3-Testaccount
Testen Sie die aktuellste TYPO3-Version kostenlos und unverbindlich für einen Monat!

Jetzt testen!

Schulungen

FCE mit fallback / tv_xml_for_flash & kb_tv_content_slide


Autor Nachricht
Verfasst am: 01. 03. 2010 [18:39]
2liquid
Dabei seit: 07.01.2008
Beiträge: 8
Aloha,

ich habe ein kleines Problemchen.
Ich habe einen Flashfilm der dynamisch über typo3 mit xml gefüttert wird (benutzt wird dazu die ext tv_xml_for_flash)
was auch super funktioniert, allerdings möchte ich den film nicht auf jeder seite einzeln einbauen und habe mir daher
gedacht das es doch die nette extension kb_tv_content_slide gibt. Diese extension macht ihre sache auch ausgezeichnet,
doch habe ich folgendes problem:

der content fallback findet statt, wird auch auf der seite als inhalt in einem div ausgegeben, aber in dem
xml der seite fehlt der inhalt vollständig icon_frown.gif
also die field-id`s und der inhalt sind einfach nicht vorhanden.

xml der funktionierenden seite:
HTML
<contentelement id="field_headclaim">
			<element>
				<attribute id="uid">175</attribute>
 
				<attribute id="pid">117</attribute>
				<attribute id="t3ver_move_id">0</attribute>
				<attribute id="crdate">1267358385</attribute>
				<attribute id="cruser_id">6</attribute>
				<attribute id="header"></attribute>
				<attribute id="bodytext"><![CDATA[
 
]]></attribute>
				<attribute id="image"></attribute>
 
				<attribute id="imagewidth">0</attribute>
				<attribute id="imagecaption"></attribute>
				<attribute id="imageborder">0</attribute>
				<attribute id="starttime">0</attribute>
				<attribute id="endtime">0</attribute>
				<attribute id="fe_group"></attribute>
				<attribute id="header_link"></attribute>
 
				<attribute id="imagecaption_position"></attribute>
				<attribute id="image_link"></attribute>
				<attribute id="image_zoom">0</attribute>
				<attribute id="text_align"></attribute>
				<attribute id="text_face">0</attribute>
				<attribute id="text_size">0</attribute>
				<attribute id="text_color">0</attribute>
 
				<attribute id="text_properties">0</attribute>
				<attribute id="imageheight">0</attribute>
				<attribute id="sys_language_uid">0</attribute>
				<attribute id="flexformFields">
					<flexformfield id="field_ftext1">Textzeile nummero uno</flexformfield>
					<flexformfield id="field_ftext2">textzeile zwei</flexformfield>
 
					<flexformfield id="field_ftext3">ja und hier in nummer drei</flexformfield>
				</attribute>
				<attribute id="tx_kjimagelightbox2_activate">0</attribute>
				<attribute id="tx_kjimagelightbox2_imageset">0</attribute>
				<attribute id="tx_kjimagelightbox2_presentation">0</attribute>
				<attribute id="tx_kjimagelightbox2_hovereffect">0</attribute>
 
				<attribute id="tx_rlmpflashdetection_flashmovie"></attribute>
			</element>
		</contentelement>




xml der content fallback seite:
HTML
<contentelement id="field_headclaim">
 
</contentelement>


TypoScript für den Fallback:
TYPOSCRIPT
<typoscript><![CDATA[
# TemplaVoila Content Slide
10= RECORDS
10.source.postUserFunc = tx_kbtvcontslide_pi1->main
10.source.postUserFunc.field = field_headclaim
10.source.postUserFunc.table = tt_content
10.source.postUserFunc.slide.data = -1
10.tables = tt_content
10.wrap = <!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->
]]></typoscript>


ich bin langsam ein wenig ratlos *haupthaar rauft* aber vielleicht weiss ja hier jemand ein wenig bescheid oder
hatte schonmal ein ähnliches problem oder einen Ansatz wo man anfangen könnte um das Problem in den Griff zu bekommen.

Ich danke euch vorab sehr fürs lesen icon_smile.gif

grüße

Jan
Profil