rkw/rkw-checkup

There is no license information available for the latest version (v10.4.0-stable) of this package.

Installs: 83

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

v10.4.0-stable 2024-04-19 14:03 UTC

README

Extension for feedback surveys

needed RealUrl conf (use HASH instead of UID!)

'tx-rkw-checkup' => array (
    array(
        'GETvar' => 'tx_rkwcheckup_check[controller]',
        'valueMap' => array(
            'checkup' => 'Checkup',
        ),
    ),
    array(
        'GETvar' => 'tx_rkwcheckup_check[action]' ,
    ),
    array(
        'GETvar' => 'tx_rkwcheckup_check[result]',
        'lookUpTable' => array(
            'table' => 'tx_rkwcheckup_domain_model_result',
            'id_field' => 'uid',
            'alias_field' => 'hash',
            'addWhereClause' => ' AND NOT deleted',
            'useUniqueCache' => 1,
            'useUniqueCache_conf' => array(
                'strtolower' => 1,
                'spaceCharacter' => '-',
            ),
        ),
    ),
),