Installation 

Feed Display supports TYPO3 v13 and v14. Composer installation is recommended. See Compatibility for the exact TYPO3/PHP version range and for renamed TYPO3 v14 backend module paths.

Install the extension with Composer

  1. In your command line interface, change to the root directory of your project and enter the following command:

    composer req erhaweb/feed-display
    Copied!
  2. Apply database changes

    This extension uses the caching framework to cache feed data and plugin configuration. For this, the tables cache_feeddisplay and cache_feeddisplay_tags must be created.

    These tables can be created in the Maintenance module under Analyze Database StructureApply selected changes.

    • TYPO3 v13: Admin ToolsMaintenance
    • TYPO3 v14: SystemMaintenance
    Maintenance: Analyze Database Structure

    Maintenance: Analyze Database Structure

Install the extension with Composer in a DDEV environment

  1. In your command line interface, change to the root directory of your project and enter the following command:

    ddev composer req erhaweb/feed-display
    Copied!
  2. Apply database changes

    This extension uses the caching framework to cache feed data and plugin configuration. For this, the tables cache_feeddisplay and cache_feeddisplay_tags must be created.

    These tables can be created in the Maintenance module under Analyze Database StructureApply selected changes.

    • TYPO3 v13: Admin ToolsMaintenance
    • TYPO3 v14: SystemMaintenance
    Maintenance: Analyze Database Structure

    Maintenance: Analyze Database Structure

Install the extension in the classic way

  1. Open the TYPO3 backend.
  2. Go to the Extension Manager.

    • TYPO3 v13: Admin ToolsExtensions
    • TYPO3 v14: SystemExtensions
  3. Select Get Extensions in the module header.
  4. Enter the extension key feed_display in the search field.

In the result list click the Import & Install button under Actions

The "Get Extensions" dialog

The "Get Extensions" dialog