TYPO3: How do i render tt_content text elements in my own extensions?
Posted
by arturh
on Stack Overflow
See other posts from Stack Overflow
or by arturh
Published on 2008-09-16T11:00:39Z
Indexed on
2010/04/07
13:33 UTC
Read the original article
Hit count: 230
I'm currently writing a TYPO3 extension which is configured with a list of tt_content UID's. These point to content elements of type "text" and i want to render them by my extension.
Because of TYPO3s special way of transforming the text you enter in the rich text editing when it enters the database, and again transforming it when it is rendered to the frontend, i can not just output the database contents of the "bodytext" field.
I want to render these texts as they would usually get rendered by TYPO3. How do I do that?
© Stack Overflow or respective owner