Skip to main navigation Skip to main content Skip to page footer

Human readable URLs

Slug configuration (TYPO3 9.5 upwards)

routeEnhancers:
    PageTypeSuffix:
        type: PageType
        map:
            double-optin-download.json: 1537207713
    DoubleOptinDownloadPlugin:
        type: Extbase
        limitToPages:
            - 137
        extension: DoubleOptinDownload
        plugin: Downloads
        routes:
            # The ordering is important!
            - { routePath: '/{download_hash}', _controller: 'Download::displayDownloads', _arguments: { 'download_hash': 'hash' } }
        defaultController: 'Download::displayDownloads'
        requirements:
            newsletter_hash: '^[a-zA-Z0-9]{32}$'
Documentation

TYPO3 Double-OptIn-Download by coding.ms

Double-Optin-Download for TYPO3 lets you provide downloads through a request form and sends the download link by email after submission. Each link can be used exactly once. Required fields, forms, texts, and recipients can be configured per download collection, while backend management, logging, and email reports help organize and track download requests.

Menu