rkw / rkw-checkup
There is no license information available for the latest version (v10.4.3-stable) of this package.
v10.4.3-stable
2025-06-26 10:44 UTC
Requires
- php: >=7.4
- madj2k/t3-accelerator: ~10.4.0 || ~11.5.0 || ~12.4.0
- madj2k/t3-core-extended: ~10.4.0 || ~11.5.0 || ~12.4.0
- madj2k/t3-fe-register: ~10.4.0 || ~11.5.0 || ~12.4.0
- typo3/cms-core: ~10.4.0
This package is auto-updated.
Last update: 2026-05-26 13:11:33 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' => '-',
),
),
),
),