[TYPO3-project-seminars] use a marker multiple times in HTML template

Frederik freak.fred at gmail.com
Fri Oct 9 14:21:56 CEST 2009


Hi all,

In single view I'd like to have the date of the event in the headline 
with the seminar title.

e.g.
<!-- ###FIELD_WRAPPER_TITLE### --><h2>
	<!-- ###FIELD_WRAPPER_EVENT_TYPE### -->
		###EVENT_TYPE###:
	<!-- ###FIELD_WRAPPER_EVENT_TYPE### -->
     ###TITLE### <!-- ###FIELD_WRAPPER_DATE### -->(###DATE###)<!-- 
###FIELD_WRAPPER_DATE### --></h2>
<!-- ###FIELD_WRAPPER_TITLE### -->

[... many other markers ... and eventually:]

<!-- ###FIELD_WRAPPER_DATE### -->
<h3>###LABEL_DATE###</h3>
<p>###DATE###</p>
<!-- ###FIELD_WRAPPER_DATE### -->


In this situation it seems, that only the first wrapper gets interpreted 
and the second gets replaced by the same expression which was used with 
the one above.

Is multiple use of markers actually supported? If not, that could be an 
improvement for future versions (if evaluation of markers isn't done by 
TYPO3 itself; I don't know much about these technical details).

Regards,
Fred


More information about the TYPO3-project-seminars mailing list