[TYPO3-english] Link TS Object to Sysfolder, possible?

JoH asenau info at cybercraft.de
Sun Jun 15 22:02:08 CEST 2014


Am 15.06.2014 05:14, schrieb Peter Guan:
> Hi, buddies
>
> Can I ask if it is possible to link a Typoscript Object to a sysFolder?
> For example (definitely it is NOT correct one)
>
> lib.leftcol = RECORDS
> lib.leftcol.storageID = 10
> /* 10 is the PID of the sysFolder, which may contain content elements:
> sidebar menu, image, archive list etc)  */

RECORDS is the one to go when you want to show single or multiple 
records based on their uid.

In your case a CONTENT object might be useful, since TV is based on 
comma separated uid values, but usually the default backend is not.

lib.leftcol = CONTENT
lib.leftcol {
   table = tt_content
   select {
     pidInList = 123
   }
}

with 123 being the id of the sysfolder with your content.

HDH

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com


More information about the TYPO3-english mailing list