DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Installation

Extension "templatedisplay" is part of the Tesseract framework. It will not do anything if installed alone.

After installation you must load the static TypoScript template for proper rendering.

Templatedisplay can easily display a page browser, but this requires extension "pagebrowse" to be installed too.

Requirements

Extension "templatedisplay" requires the PHP Simple XML library.

Versions 2.0.0 and above require TYPO3 CMS 7 or more.

Upgrading

Please read the sections below carefully to know if you are impacted by changes in some versions.

Upgrading to 1.3.0

In version 1.3.0, the static TypoScript setup was changed to use a reference to lib.parseFunc_RTE, instead of making a copy. This was made so that plugin.tx_templatedisplay.richtext.parseFunc stays in sync with lib.parseFunc_RTE. The drawback is that you cannot make changes like:

plugin.tx_templatedisplay.richtext.parseFunc.foo = bar

anymore. If you did such changes before, you should first override the reference by a copy and make your change again, e.g.

plugin.tx_templatedisplay.richtext.parseFunc >
plugin.tx_templatedisplay.richtext.parseFunc < lib.parseFunc_RTE
plugin.tx_templatedisplay.richtext.parseFunc.foo = bar