IRC logs

20141020

Logs from channel #fedext on freenode - our official support channel.

IRC log range: 20141020*

20141020

  • 10:26:35 <NIMIUS|johannes> just a quick little question: I have a flux:field.inline.fal, where I want to select an image. That works perfectly, but… how do I render that image in the FE?
  • 10:28:00 <NIMIUS|johannes> image => 'NEW5444c3c196682' (16 chars) is what I am getting from that field
  • 10:28:14 <featdd> vhs:media.image?
  • 10:28:20 <featdd> f:image?
  • 10:28:54 <NIMIUS|johannes> f:image does not work, i will try vhs
  • 10:29:40 <featdd> https://fluidtypo3.org/viewhelpers/fluid/master/ImageViewHelper.html
  • 10:30:04 <featdd> https://fluidtypo3.org/viewhelpers/vhs/master/Media/ImageViewHelper.html
  • 10:30:25 <featdd> important is to use treatIdAsReference
  • 10:31:02 <featdd> cause in frontend you'll only have the id of the image then
  • 10:36:04 <NIMIUS|johannes> Thank you. Sadly I just ran into another issue: the inline.fal field now always returns "1", regardless of what I select
  • 10:39:57 <NIMIUS|johannes> nevermind: I found a solution for both my problems in one of the old IRC logs. Using flux:field.file instead of inline.fal works just fine for me
  • 10:40:09 <featdd> ah sry it's because it's an array
  • 10:40:57 <featdd> okay then you'll get the file path in the variable
  • 10:41:13 <NIMIUS|johannes> that's perfectly fine, I can use that with f:image
  • 10:41:47 <featdd> but if you have multiple images you'll have to iterate over it as with the fal, what I forgot to tell...
  • 16:59:38 <ndee> hey guys, I have a uid of a tt_content element and I would like to get all children CEs of that element, what would be the easiest way to do that?
  • 16:59:53 <ndee> it can be in the controller or in the view itself, that doesn't matter
  • 18:47:21 <bjo3rn> ndee still there?
  • 18:47:48 <bjo3rn> nvm
  • 19:17:31 <ndee> @bjo3rn: now I'm back but until tomorrow ;)
  • 21:32:22 <samwise11> ping
  • 21:45:14 <samwise11> fluidpages: is there a known error about this: typo3 6.2.5, extensions all updated. All cache cleared. i am logged in in backend and open the site in a new tab. everything is fine. Then i clear all caches once again and open the site in another browser where i am not logged in. page is empty.
  • 21:45:45 <samwise11> all header and data unrelated to fluidpages is visible in source output.