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.

Core

TypoScript Registers

The TypoScript of xBlog is using a lot of registers. This enables a dynamic workflow.

For example: content can calculated depending on delivered parameters in an URI and depending of the setup of a plugin.

The core of these registers are:

  • xBlogMainList
  • xBlogMainSingle
  • xBlogMini

They contain all data for the views list, single and mini. Content of these registers will delivered to the fluid templates.

If you like to improve the TypoScript code, it would be a good idea, to use the TypoScript Object Browser and to look for the registers from above in the TypoScript code.