[TYPO3] Render entries in tt_address description field as <ul> list

Sander van Gelderen mail at NOSPsandervangelderen.nl
Fri Feb 2 13:15:44 CET 2007


> 
> Hi Sander!
> Okay, that example shows me how to get a field from the database to the 
> frontend.
> 
> But I'd like to have each line in this single field wrapped with tags. 
> Not the whole field.
> 
> Cheers,
> Ro

temp.tt_address = COA

temp.tt_address.wrap = <ul>|</ul>

temp.tt_address.10 = TEXT

temp.tt_address.10 {

   field = name

   case = upper

   wrap = <li> | </li>

}


page.10 = RECORDS

page.10.source = 3,1,5

page.10.tables = tt_address

page.10.conf.tt_address < temp.tt_address


More information about the TYPO3-english mailing list