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've seen a few issues here regarding this, but non specified the following use-case: We're currently having 3 languages, with English as default, German secondary etc... **For most pages we'd...

We have a multi-domain setup wiht a VHS languageMenu: ``` {lang.label} ``` Unfortunately, the url outputted only uses the current url and appends /de, /en or /no when switching languages....

I finally managed to create a pull request. This pull request fixes #1439. What I did is add a check whether we are dealing with an already fully qualified URI...

Today I updated vhs 4.2.0 to 4.3.3 on a multilanguage site. I noticed some missing content in translations and figured out that these elements don't have a connection to default...

If you have a storage configured that generates urls for another host, these urls get prefixed with the current domain. For instance this happens with our AWS storage: Website Domain:...

I want to define a maxHeight. If I do that, then this maxHeight is applied to all variants which is pretty useless. Also, if I read the source correctly, The...

Hello! I try to collect images from a category with ....... and I get this error: `Call to undefined method FluidTYPO3\Vhs\ViewHelpers\Resource\ImageViewHelper::getCategoryRelationTableName() ` This is caused in vhs/Classes/ViewHelpers/Resource/AbstractResourceViewHelper.php: ![image](https://user-images.githubusercontent.com/1710712/34718658-da78998e-f537-11e7-983c-b7364c16b6b1.png) The Method...

Related to #1099 When defining width and height both with crop, srcset images are not generated correctly. This code generates 200x200 cropped images, as it should: `` This code generates...