[TYPO3] Content slide

Tapio Markula tapio.markula at xetpoint.fi
Fri Dec 21 11:27:49 CET 2007


Hi

I don't understand how to use the new slide property. I use the default 
page module

I have used

temp.leftSlide < plugin.tx_kbcontslide_pi1
temp.leftSlide.content.select.where = colPos=1

But that worked buggy and I should replace it with TS, which use
the slide property


temp.leftSlide = CONTENT
   temp.leftSlide.table = tt_content
   temp.leftSlide.select {
     pidInList = this
     andWhere= colPos=1
     orderBy = sorting
     slide =-1
   }

didn't work - empty


More information about the TYPO3-english mailing list