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 ?


_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to