[TYPO3-templavoila] kb content slide

Steffen Kamper info at sk-typo3.de
Sat Oct 11 10:58:52 CEST 2008


Steffen Kamper schrieb:
> Hi,
> 
> i try to slide with latest TYPO3 (trunk) and kb_cont_slide (0.3.0)
> As soon as i change my DS to use the slide nothing is outputted in this 
> area.
> I really need the slide, i don't want to use TS object as editors should 
> be able to change the content on each page.
> 
> Does someone expierienced with that?
> 
> vg Steffen

to be sure i did all correct here is what i did:

- page with the content in the area
- - subpages
- - subpages

all subpages use same ds as first page

ds for the field where the slide should be done:
<field_fichiers type="array">
	<tx_templavoila type="array">
		<title>Fichiers</title>
		<sample_data type="array">
			<numIndex index="0"></numIndex>
		</sample_data>
		<eType>ce</eType>
		<TypoScript><![CDATA[
10= RECORDS
#10.source.current = 1
10.source.postUserFunc = tx_kbtvcontslide_pi1->main
10.source.postUserFunc.field = field_fichiers
10.tables = tt_content
10.wrap = <!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->
		]]></TypoScript>
		<oldStyleColumnNumber type="integer">2</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>Fichiers</label>
	</TCEforms>
</field_fichiers>

vg Steffen


More information about the TYPO3-project-templavoila mailing list