TYPO3: Placing a content record on every page
Sometimes you want a record to be placed on every page and still to be in the TYPO3 backend as a dynamic record. Like a flash header plugin for example. Of course you can do this by placing the record on every page but that wouldn’t be very handy. Luckily it can be done a lot easier by Typoscript.
- Place the record you want to add to every page, in the rootpage of your website.
- In the autoparser parse your id the same as always, but with one extra line:
subparts.id-name < styles.content.get subparts.id-name.slide = -1
- Save and check all your pages and subpages:)
