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

I want to create with fluid opengraph-Metatags. For og:title it should look like this: `

Hi guys, anyone got the problem in TYPO3 9, that vhs viewhelper for PDF thumbnails are not create and/or render anything in FE (works in BE - section preview)? -...

Allow to filter out parameters, most prominently those in [FE][cHashExcludedParameters] but maybe also others which could optionally be provided. Currently the ViewHelper just passes through the URL from TYPO3. We'd...

I noticed VHS asset-management seems to stuck enforcing JS to be placed into HTML Head instead of Footer while using vhs-asset using TypoScript. This is an example running using VHS...

At least with TYPO3 10 LTS it's actually not possible with ext:vhs alone to adopt the frontend link for the current language. `item.current` is never true. **My workaround for now**:...

**Setup** TYPO3 10.4.1 VHS 6.0.0 Using the `v:page.header.canonical` viewhelper results in an exception: `Call to undefined method TYPO3\CMS\Core\Page\PageRenderer::addMetaTag()` The `addMetaTag()` method was deprecated in TYPO3 9 and removed in TYPO3...

Hi, by using Typo3 8.7.32 and vhs 6.0, v:uri.image does not calculate: {v:uri.image(src: '{image.0.uid}', width: '1920c', height: '400c', quality: 80, treatIdAsReference: 1)} The output is the raw Image File fileadmin/images/test.jpg...

File extension gets stripped to 3 char on convert process ` ` results in extension "ebp". https://github.com/FluidTYPO3/vhs/blob/14f8d8b0ba60347b73613f8cce7633a844be5131/Classes/ViewHelpers/Media/Image/AbstractImageViewHelper.php#L190 `$originalExtension = mb_substr($originalFilename, -3);` should be `$originalExtension = mb_substr($originalFilename, mb_strrpos($originalFilename,'.')+1);`

It's a very small issue, but it cost me some hours to figure out what was happening. I used the ViewHelper to generate the title tag in a project with...

fix for deprecated property loginUser of TypoScriptFrontendController