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

https://github.com/FluidTYPO3/vhs/blob/c962d0dce84ad9b1cb2091ba716befab98be34ec/Classes/Service/AssetService.php#L346 Would be nice if the vhs assets were stored inside a distinct folder within typo3temp/assets. Two benefits: 1. No more need to check for TYPO3 version in AssetService->getTempPath() 2....

Hi, when using the ViewHelper "v:content.info" without "contentUid" set, the VewHelper returns an empty array under TYPO3 v11.5. Under TYPO3 v10.4 and smaller it correctly returns a data array of...

https://github.com/FluidTYPO3/vhs/blob/c962d0dce84ad9b1cb2091ba716befab98be34ec/Classes/Service/AssetService.php#L350 Is it really necessary to re-generate all temporary asset files when a back-end user is logged in? This approach leads eventually to a heavy flooding of the typo3temp directory...

https://github.com/FluidTYPO3/vhs/blob/6.1.2/Classes/Middleware/AssetInclusion.php#L27 https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.4/Deprecation-94619-ExtbaseObjectManager.html#impact

When the flag file is rendered in `getLanguageFlag($iso, $label)`, it assumes that a flag file for the corresponding two letter iso code (iso-639-1) exists. This is sometimes not the case,...

Affects TYPO3 v11.5.13 with flux (9.6.1) and vhs (6.1.2) it is not possible to use "v:content.resources.fal" in a flux content template in the "preview" section: Flux Content Template: ``` {v:content.resources.fal(table:'tt_content',...

Hello everyone, PHP 8 always comes with warning is array keys does not exist. To overcome those warnings I've made some changes and lead them back to you. Feel free...

Seems like v:content.render doesn't render anything right now ? Installation is based on flux with custom elements, but v:content.render doesn't render a content element by colPos/column and also not rendering...