[Typo3] Column dependent wrap?

Bert Hiddink hiddink at bendoo.com
Fri May 20 23:57:11 CEST 2005


Hello!	

I am still stuck with this column-dependent wrap. I can select and render content from a specific column like this:

################# 
# wrap left content
#################
temp.contentLeftRepeat = CONTENT
temp.contentLeftRepeat {
    table = tt_content
    select {
      pidInList = this
      where = colpos=1 
    }
}

...so I thought, that wrapping the INDIVIDUAL content-elements would go like this:

################# 
# wrap left content
#################
temp.contentLeftRepeat = CONTENT
temp.contentLeftRepeat {
    table = tt_content
    select {
      pidInList = this
      where = colpos=1 
    }
    stdWrap.dataWrap = aa|bb
}
 
However, the above wraps the COMPLETE content of the left column (colpos=1) and not the individual page- or content-elements which is what I need.

Any ideas on this will be highly appreciated!

grt,
-brt

- Bert Hiddink (hiddink)

-----------------------
This thread is located in the archive at this URL:
http://typo3.org/documentation/mailing-lists/english-main-list-archive/thread/110123240/
					



More information about the TYPO3-english mailing list