Re: [TYPO3-english] Fluid and categories (TYPO3 6.2.x): render a multilevel menu for Bootstrap 3.x

2016-09-16 Thread Loek Hilgersom
I saw a mistake already, first call should be something like this: If you need complicated markup you might do a different rendering for each level (instead of the recursion), but it does get more ugly of course. I'm curious to hear your results. Loek On 16-09-16 12:45, Bert Hiddink [BENDO

Re: [TYPO3-english] Fluid and categories (TYPO3 6.2.x): render a multilevel menu for Bootstrap 3.x

2016-09-16 Thread Bert Hiddink [BENDOO e-work solutions]
Hello Loek! Thanks for your suggestion! I'll test it and let you know if it worked! Thanks again! Bert On 15/09/16 15:45, Loek Hilgersom wrote: Hi Bert, It is possible to do this inside fluid, but not very elegant (you'll need to loop over all categories and first pick only root categories, a

Re: [TYPO3-english] Fluid and categories (TYPO3 6.2.x): render a multilevel menu for Bootstrap 3.x

2016-09-15 Thread Loek Hilgersom
Hi Bert, It is possible to do this inside fluid, but not very elegant (you'll need to loop over all categories and first pick only root categories, and for each category you'll have to loop over all again to see if there are any children not exactly optimal). But the amount of code is no