[TYPO3-english] content-handling with TS
    Santiago 
    santi013 at arcor.de
       
    Sun Oct 31 15:17:58 CET 2010
    
    
  
Hello,
the basics of my site are working so far, but I did not get into content 
handling.
My content is added like this:
subparts {
  DOCUMENT = COA
  DOCUMENT {
    10 = CONTENT
    10.table = tt_content
    10.select.orderBy = sorting
  }
}
which works for most pages.
But if I add something at location 5 or 20 it comes once a page before or 
after all content-pieces.
All of my pages consist of several content-definitions, so I'm looking for a 
way to process each piece of content before it becomes part of the big CONTENT 
object.
kind regards
Santiago
    
    
More information about the TYPO3-english
mailing list