[TYPO3-english] CE Insert Records and colPos - T3 6.1.1

bernd wilke t3ng at bernd-wilke.net
Tue Jul 2 11:48:53 CEST 2013


Am 30.06.13 19:16, schrieb soee:
> Hi,
>
> i have different backend layouts defined for 1,2,3 columns. Each column
> i such layout has different colPos assigned. Now if for some page i
> choose backend layout with 2 columns the first column has colPas= 0 and
> the second colPos=1 (third column would have colPos=2 etc.). If inside
> column with colPos > 0 i put content element Insert Records and pick
> some records from other pages to show by reference this content element
> is not rendered, but if i move Insert Records element to column with
> colPos= 0 it is rendered.
>
> To pass column content to FLUID template im using normal variable
> assigment:
> page.10= FLUIDTEMPLATE
> page.10 {
>     variables {
>       content < styles.content.get
>       contentLeft < styles.content.get
>       contentLeft.select.where= colPos=1
>       contentRight < styles.content.get
>       contentRight.select.where= colPos=2
>   }
> }
>
> This way all is rendered as i want except this Insert Records content
> element - works only for colPos=0.
>
> My bug report was rejected: http://forge.typo3.org/issues/49524
> Can someone explain how to get Insert Records CE work with colPos > 0 ?
>
does your insertion depend on the colPos of the included records?
e.g. include in col 0 can only include records from col 0 on other page,
include in col 1 can only include records in col 1 on other page, ...

which TYPO3 version do you use?
which kind of include do you use? (as 6.0+ seems to have further include 
possibilities)

bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list