13:33:16 <danilobuerger> alexander_dick there might actually be something wrong when using content_fallback… https://github.com/FluidTYPO3/vhs/blob/development/Classes/ViewHelpers/Content/AbstractContentViewHelper.php#L139
13:33:33 <danilobuerger> (line anchored where language code begins)
13:40:39 <alexander_dick> btw it would be nice if the default values were visible here: http://fluidtypo3.org/viewhelpers/vhs/master/Content/RenderViewHelper.html
13:41:09 <danilobuerger> the whole code needs to incorporate "sys_language_content" from tsfe
13:41:31 <danilobuerger> alexander_dick for that please file a feature issue on the website repos
13:43:28 <alexander_dick> well the only solution for now is to translate the complete content
15:29:07 <Denyerec> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi consectetur risus vel sapien lobortis, sit amet consectetur sem gravida. Integer consequat commodo est, nec fermentum libero. In ut lorem vel leo aliquet suscipit a eget lectus. Donec id eros vel lorem elementum commodo. Mauris a metus ornare, hendrerit lorem a, ultricies diam. Mauris non justo accumsan, mattis purus congue, faucibus
15:29:07 <Denyerec> augue. Curabitur id feugiat mauris, vitae adipiscing mauris. Quisque imperdiet velit et feugiat scelerisque. Integer mattis sollicitudin laoreet. Nam lacinia imperdiet dui non semper. In hac habitasse platea dictumst. Cras rutrum mauris ipsum, in luctus mi tempor tempor. Nam ac neque sodales, pharetra ligula sed, vulputate massa. Integer in felis tristique, commodo magna eget, porta nulla.
15:29:07 <Denyerec> Mauris mi tellus, fringilla id neque sed, elementum dictum urna. Phasellus ante magna, posuere sit amet lorem eget, euismod sollicitudin ante.
15:29:07 <Denyerec> Cras vel rhoncus nisl, eget auctor nulla. In eget turpis vel purus dignissim accumsan. Sed a elit id sapien suscipit aliquet eget aliquet lacus. Mauris blandit scelerisque justo, in eleifend urna fermentum non. Etiam malesuada fringilla nisi et vehicula. Praesent euismod massa dignissim nunc ornare, sit amet porta neque vehicula. Fusce nisi tellus, viverra sed pulvinar ut, gravida id risus.
15:29:08 <Denyerec> Suspendisse et eros elementum, interdum turpis pharetra, interdum ligula. Proin laoreet eu mi nec vehicula. Nunc euismod augue nunc. Nulla sagittis pharetra laoreet. Donec ornare nisl cursus tortor varius, et vehicula nunc lacinia. Nulla interdum molestie dolor eget pellentesque.
20:20:30 <Denyerec> I am trying to gt the sections to work and I have two issues.
20:20:52 <Denyerec> I want image thumbnails in both priews
20:20:57 <Denyerec> Both when viewing the page, and when editing the CE
20:21:22 <Denyerec> Right now, the page preview is just text only, and when editing the CE it's just all the fields concatenated together, which is useless to the User.
20:25:03 <randomresult> well adding this element to my test shows nothing in the wizard (FCE)
20:26:56 <Denyerec> Yeah that's probably LLL related
20:27:56 <Denyerec> I've got broken entries in my FCE wizard too at the moment.
21:18:02 <Denyerec> Fatal error: Call to a member function getImgResource() on a non-object in /home/denyerec/clients/alba/htdocs/typo3conf/ext/vhs/Classes/ViewHelpers/Media/Image/AbstractImageViewHelper.php on line 113
21:18:13 <Denyerec> That's caused by the media.image VH
21:18:23 <Denyerec> presumably it doesn't like elementData.file
21:18:57 <Denyerec> elementData.file -> V:iterator.explode() doesn't work either though
21:20:14 <Denyerec> I could swear the docs say v:media.image takes CSV, array
21:38:52 <Denyerec> As for your problem, the uri.resource ViewHelper assumes that your resources are in the Resources/Public directory of your extension. So:
21:46:39 <BenjaminR> and src : '{elementData.file}' -> src: elementData.file is enough
21:46:47 <Denyerec> Fatal error: Call to a member function getImgResource() on a non-object in /home/denyerec/clients/alba/htdocs/typo3conf/ext/vhs/Classes/ViewHelpers/Media/Image/AbstractImageViewHelper.php on line 113
21:47:44 <BenjaminR> did you try to use f:image before?
21:47:58 <BenjaminR> you pass the imagepath to it so what a special vh for :)
21:48:50 <Denyerec> When I use f:image.... I see an img tag with a legit path rendered out
22:02:08 <Denyerec> well I've got a preview working now, without ysing the grid
22:02:57 <BenjaminR> The only reason for the grid was that you were able to specifiy slide type fx content and if slide type was content the corresponding grid column (with child content attached) was rendered
22:04:01 <BenjaminR> in those cases i suggest to simply add such a fce to your own provicer extension so you can see how it works - makes it much easier to understand
22:04:37 <Denyerec> That's where I started, with a C&P from the bootstrap carousel
22:07:17 <Denyerec> The text / contant that appears next to the collapsed items is useless from an editors POV.
22:07:33 <Denyerec> For a start, you can't see it until you expand everyting, then when you do, it changes, and when you collapse it you get something else.
22:07:39 <Denyerec> is there any way to control what appears here ?
22:08:07 <BenjaminR> hm not sure about that - i am pretty sure that is flexform/core default behaviour for objects