Administration¶
Installation¶
The distribution can be installed from within the distribution list, by uploading the extension and through composer. Refer to TYPO3 documentation for further details on handling extensions.
Update¶
If a newer version from this distribution is installed its update script should be executed. It can be started through its update button available through the extension manager.

Distribution update button
Customization¶
The suggested way to customize the distribution for customer projects is to create an extension (e.g. user_customer) and define the customer theme and functions in it (see TYPO3 documentation).
An example extension for that purpose is delivered and activated with the distribution. You might use it as your starting point.

Customize the distribution for customer projects
The extension might be deactivated by removing its static template.
To uninstall the extension the dependency in the file ext_emconf.php needs to be removed.

Remove or mark as comment the dependency to the extension user_customer
Development¶
During development or maintenance phase two actions might be of interest:
- Show under construction page
- Enable code debugging
To temporarily show an under construction page the page “Baustelle” might be moved before the root page where the code debugging can be enabled by activating the debug mode in the “PIZPALUE: AGENCY” category from the constant editor.
Configuration¶
Many aspects from the web site can be configured through the constant editor.
To ease configuration parameters were grouped. The following main categories are available:
Category | Description |
---|---|
PIZPALUE: GENERAL | A parameter in this category might be used for various module configurations |
PIZPALUE: AGENCY | Everything related to the authority maintaining the site |
PIZPALUE: CUSTOMER | Main customer related parameters |
PIZPALUE: CUSTOMER STYLE | More detailed customer style related parameters |
PIZPALUE: CUSTOMER SOCIAL | Definition from references to social networks |
PIZPALUE: CUSTOMER VARIOUS | More detailed customer related parameters |
PIZPALUE: NEWS RSS | Configurations related to RSS feed from extension news |

Constant editor
RSS Feed¶
To provide an RSS feed the following steps could be followed:
- Create an extension template on a page where the feed should be available
- Include static template (from extension) “Pizpalue - news RSS feed (pizpalue)”
- Configure the behaviour using the constant editor (category “PIZPALUE: NEWS RSS”)
- Add “?type=9818&no_cache=1” to the page link to get the feed link
Note
To embed external feeds the extension rss_display might be used. At the time of writing the extension didn’t provide a view helper to get the url from enclosed images. The branch enclosure-view-helper from fork chesio/rss_display provides one.