[TYPO3] kb_tv_cont_slide not "sliding" with latest Typo3 and TV - resolved
Andres Toomsalu
andres at active.ee
Wed May 14 15:26:47 CEST 2008
I missed the fact that column content wan't on actual root page
(shortcut) but on home page which is on same level - so no content
inheritance was possible. So nothing wrong with kb_tv_cont_slide - it
works ok with latest stuff :O) My apologies for misleading post.
----------------------------------------------
Andres Toomsalu, andres at active.ee
Andres Toomsalu wrote:
> Hi,
>
> I'm having problems with kb_tv_cont_slide to actually getting it slide
> something - when I setup it as described in manual I get column output
> where the content elements are but on subpages column stays empty - so
> no heritance from parent page for column content.
>
> TV is 1.3.6, PHP is 5.2.5, Typo3 is 4.2 final, kb_tv_cont_slide is 0.3.0
>
> TV DS contains:
> -----------------------------
> <field_lbox type="array">
> <tx_templavoila type="array">
> <title>Left column</title>
> <description>Map this to the container element for
> left column content</description>
> <sample_data type="array">
> <numIndex index="0">LBOX</numIndex>
> </sample_data>
> <eType>ce</eType>
> <TypoScript><![CDATA[
> 10= RECORDS
> 10.source.postUserFunc = tx_kbtvcontslide_pi1->main
> 10.source.postUserFunc.field = field_lbox
> 10.source.postUserFunc.collect = 2
> 10.tables = tt_content
> 10.wrap = <!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->
> ]]></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>Left column</label>
> </TCEforms>
> </field_lbox>
> -----------------------------
>
> Tryed also adding 10.source.postUserFunc.collect = -1 with no change
> on the matter.
> Anybody got it working with latest stuff?
>
>
> Cheers,
>
More information about the TYPO3-english
mailing list