[Typo3] Address field

tobias erlacher tobi at 54tec.com
Wed Nov 9 13:16:54 CET 2005


Hi,

with the records object you can get a single content element, not the  
content of a whole page.

http://typo3.org/documentation/document-library/doc_core_tsref/RECORDS/

subparts.address=RECORDS
subparts.address.tables = tt_content
subparts.address.source=12 #the uid of the content element


If you want to have all the content elements of a page you have to use  
CONTENT

http://typo3.org/documentation/document-library/doc_core_tsref/CONTENT/

subparts.address = CONTENT
subparts.address.table = tt_content
subparts.address.select {
     pidInList = 1 # the uid of the page containing the elements
     orderBy = sorting
}

Hope that helps

Tobias Erlacher

www.typo3wizard.com



More information about the TYPO3-english mailing list