Marco Haase

Results 4 comments of Marco Haase

### Quick workaround This workaround switches key and label for using it as a checkbox to hide a field in frontend by CSS class. The filter 'acf/format_value/type=checkbox' was the key...

compare to the other issues, "PHP Warning: Undefined array key" you need to fix the parent too. line ~235: old: `++$GLOBALS['TSFE']->recordRegister[$parent];` new: ``` if (false === empty($parent)) { if (0...

the important part of your PHP error is the line number. Please give me full error message and --> Did you fix AbstractContentViewHelper.php like I wrote? btw: it is easy...

common! you fixed it at Jul 12 --> https://github.com/FluidTYPO3/vhs/commit/6f8c743e2e078afa0bed3c0511ec87dad28365fd I wrote it at Jul 12 --> https://github.com/FluidTYPO3/vhs/issues/1787#issuecomment-1632223615 @cmichael-de: please get the last version of vhs. and it is important that...