[Typo3] menu in a multiple line table

Eva Gabriel saya.cinta at gmail.com
Thu Jul 7 10:19:03 CEST 2005


Hi list !

I have a question concerning typoscript
I would like to have a dynamic menu on 4 columns and X lines,
depending on the number of elements

here is my actual script :

lib.regions = HMENU
lib.regions.entryLevel = 1
lib.regions.1 =TMENU
lib.regions.1 {
NO.allWrap =<td id="region">|</td>
ACT =1
ACT.allWrap =<td id="region">|</td>
}

it works but obviously everything is on one single line

I need to insert a test to write "</tr><tr>" every 4 written items,
but I don't know how to :
- have an item count
- insert between them a text (" </tr><tr>") when a test is validated

have you any idea about that ?

Thanks a lot

Saya



More information about the TYPO3-english mailing list