[TYPO3-ttnews] Add and substitute marker with typoscript

Martin Ficzel martin.ficzel at gmx.de
Thu May 10 08:24:53 CEST 2007


Brian Bendtsen schrieb:
> Hi
> 
> Is it possible to add a marker like ###LATEST_NEWS_HEADER### to a
> template used by tt_news and substitute that marker with typoscript?
> 
> /Brian Bendtsen

jes thats quite simple, but you have to write a simple extension

http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.0/view/1/9/

step by step:
- create the extension with the kickstarter (extend tt_news table if
necessary)
- create hook-objects and register for the hook "extraItemMarkerProcessor"
- create the markers and content within that hook

install extension and you are done

regards Martin


More information about the TYPO3-project-tt-news mailing list