vhs icon indicating copy to clipboard operation
vhs copied to clipboard

TYPO3 extension VHS: Fluid ViewHelpers

Results 130 vhs issues
Sort by recently updated
recently updated
newest added

Most of the VHS documentation is generated from the VHS source code (after #1771 will have been merged). Only a minor set of pages is maintained manually. Therefore, the "Edit...

This is a regression from change ca9bbe4b26d835925c89cea7723662c27050373a. Using attribute languages including default language 0 it's missing in the menu now. In `getLanguagesFromSysLanguage` the default language is added in any case:...

Hallo dear Developers, thank you for your great work. Your Extension is one of my favourites. But one thing I am really sad about: Your Documentation has changed. Now it...

Hi, I get the following message with the TYPO3 v11 in PHP 8.1: PHP Runtime Deprecation Notice: Automatic conversion of false to array is deprecated in /var/www/html/www/web/typo3conf/ext/vhs/Classes/ViewHelpers/Render/RequestViewHelper.php line 176 Thanks

In the security ViewHelper (v:security.allow or v:security.deny) the subgroups of backend user groups aren't considered. E.g. when using this ViewHelper in Fluid... ```html ``` ...the ViewHelper should not only check...

Example: en-DE base is sys_language_uid 0 de-DE base is sys_language_uid 1 / fallbackType: fallback / fallbacks: '0' en-AT base is sys_language_uid 2 / fallbackType: fallback / fallbacks: '0' de-AT base...

Both security ViewHelpers (AllowViewHelper + DenyViewHelper) not working with TYPO3 10. $GLOBALS['TSFE']->loginUser was marked as deprecated in TYPO3 v9.4 but it's still in -Security/AbstractSecurityViewHelper->getCurrentFrontendUser()

Using the v:page.resources.fal viewhelpers "slide" function as follows outputs the image only on the page which has the file in it not on the subpages of it, where it should...

How to reproduce * Create a page with nav_hide=0 * Translate the page and set nav_hide=1 in the translation * Build a menu with `` * Visit a page translation...

If you create a sub menu with shortcuts to the parent page the shortcut will not displayed in menu. I've found the bug too. Will make a pull request.