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.

  1. Place the record you want to add to every page, in the rootpage of your website.
  2. 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
  3. Save and check all your pages and subpages:)

Bookmark and Share

Drop a comment