[TYPO3-english]  TS CONTENT, select and sysfolders
    Rudy Gnodde 
    rgn at windinternet.nl
       
    Tue Oct 14 15:02:30 CEST 2008
    
    
  
Hello everyone,
I am trying to get a list of sysfolders in the frontend. I currently 
have the following typoscript:
lib.folders = CONTENT
lib.folders {
   table = pages
   wrap = <ul>|</ul>
   select{
     pidInList = 5
     orderBy = sorting
   }
   renderObj = COA
   renderObj {
     10 = TEXT
     10 {
       field = title
       typolink.parameter = 69
       wrap = <li>|</li>
     }
   }
}
This works for normal pages, but not for sysfolders. It looks like it 
does not select sysfolders. Is there any way to overwrite this?
Thanks,
Rudy Gnodde
WIND Internet
http://www.windinternet.nl
    
    
More information about the TYPO3-english
mailing list