[TYPO3] TS Select & tt_address fields; Please help?!

Finees Mendez fineesmendez at yahoo.com
Tue May 20 00:46:06 CEST 2008


I would like to extract info from tt_address. This is how I have my TS setup, but it does not work (or any combination of the sort). Please advise. Thank you.

# Company Address Info Output
#######################################
page.1 {
subparts.ADDRESS = CONTENT
subparts.ADDRESS {
  wrap = <div id="company-address"> | </div>
  table = tt_address
  select { 
    #orderBy = name
    #pidInList = this
    pidInList.field = name
    
    #selectFields = name, zip
    where = uid = 4
    }
  }
}



      


More information about the TYPO3-english mailing list