rkw / rkw-checkup
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=7.4
- madj2k/t3-accelerator: ~9.5.2
- madj2k/t3-core-extended: ~9.5.4
- typo3/cms-core: ~9.5.0
This package is auto-updated.
Last update: 2023-05-24 11:37:01 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' => '-',
),
),
),
),