[TYPO3-templavoila] Splitting up loop sections

Michael Feinbier typo3 at feinbier.net
Tue Sep 30 19:28:46 CEST 2008


Hey there,

and another tricky problem this evening. In an FCE I've got a loopable
section with a Text and a Content-Container.
Should be no problem so far.

But now, I first want to have all "text" Elements of all sections and
then all Content-Containers. Is this possible somehow?

Heres a little Example:

<div class="parent-container">
	<ul>
		<li>Text of section 1</li>
		<li>Text of section 2</li>
		<li>Text of section 3</li>
	</ul>
	<div class="ce-container">
		<div>All CE of section 1</div>
		<div>All CE of section 2</div>
		<div>All CE of section 3</div>
	</div>
</div>

How could this be done? I'm stuck :(

Thanks!

Michael


More information about the TYPO3-project-templavoila mailing list