10:42:02 <cbleicker> response in extbase does not contain any response header infos, right? i need to set the header directly in the controller action?
10:58:45 <tdeuling> hi @ all. is there a viewhelper in vhs for rendering a partial from a thirdparty extension?
10:59:32 <qBic> hey guys ... i have a very odd problem with fluid content elements
10:59:32 <qBic> i already posted a report on github, but didn't get any answer yet
10:59:33 <qBic> if i insert a new fluid content element on the first position everything is fine
10:59:33 <qBic> but if i insert the element somewhere else, i guess sometimes the flux configuration is not found
10:59:33 <qBic> this would be the report on github: https://github.com/FluidTYPO3/fluidcontent/issues/201
11:03:16 <NamelessCoder> tdeuling see https://fluidtypo3.org/viewhelpers/vhs/master/Render/TemplateViewHelper.html
11:06:33 <tdeuling> NamelessCoder thanks, that one i've found already :) I thought about a viewhelper like: https://gist.github.com/Teddai/5830257 I think it's prettier to call such a viewhelper by using extensionName and partial..
11:08:11 <tdeuling> wouldn't be it interesting for vhs? I could integrate them and create a pull request..
11:09:14 <NamelessCoder> they do pretty much the same thing
11:10:52 <NamelessCoder> what we could use, is support for rendering a specific section inside v:render.template, and I have no objections against letting v:render.template accept either the template path OR an extensionName+(template|partial=path-starting-from-templates-root)+(section).
11:18:08 <tdeuling> that sounds good. the selection of a special section within a template/partial is absolutely necessary.
11:18:45 <NamelessCoder> definitely; I think it's only missing from both those viewhelpers because they are from the 4.x days
11:21:53 <tdeuling> I could offer some help on that, but I think I couldn't do that in such a good code quality like yours ;)
11:24:09 <NamelessCoder> the first step would be to just get it working inside the class - if you do that and create a PR, we'll go over it together
11:26:46 <qBic> hey @NamelessCoder, do you have any idea what could cause my above mentioned Problem with fluid content elements???
11:26:47 <Guest|35521> I am trying to set up a new page with fluidcontent_core (+page,content,vhs) and tried to create a vanilla mailform, but i can't see any fields to edit in backend. did i miss anything or is the mailform not implemented in fluidcontent_core yet?
11:28:28 <j6s> I am trying to set the group of an FCE via typoscript but it's not working properly. Is the thing I am trying even possible?
11:28:58 <NamelessCoder> qBic unless you're using a custom Provider class and it is set up to be a bit too eager to trigger on content records, no... no idea.
11:31:41 <qBic> well, no ... but maybe this helps: the problem occured updating TYPO3 from 6.1 to 6.2 and updating flux, vhs, fluidpages & fluidcontent to the current github versions
11:56:51 <tdeuling> @NamelessCoder sorry, got a phone call. I'll start it and send you a PR
11:57:33 <NamelessCoder> Guest|35521 if I am remembering it right: the search, login and contact forms all silently depend on css_styled_content which is why fluidcontent_core does not (currently) support them.
11:58:00 <NamelessCoder> tdeuling no rush, I am not really here
11:59:54 <batjony> guys why something like http://pastebin.com/FewDxAL4 still renders the view
12:05:04 <NamelessCoder> batjony the short answer is no. The long answer is yes, but you have to manipulate the controller class - not the view. The controller renders the view, not the other way around
12:05:38 <NamelessCoder> and you may find yourself overriding a handful of methods, all in the name of trying to avoid returning something not-empty
12:10:34 <Xatenev> One question, its not really related to fluid but probbaly somebody of you knows the solution^^
12:10:52 <Xatenev> I am using the normal backend content element "Text & Images". Problem: the images are rendered into the source code with width 0 and height 0
20:20:02 <cbleicker> anybody knows this? Exception while property mapping at property path "customers.0":The target type was no string, but of type "NULL"
20:44:02 <NamelessCoder> cbleicker sounds like a cached reflection of the controller argument not being refreshed
20:44:19 <NamelessCoder> or a custom mapping rule that's not correct
20:48:02 <cbleicker> extending AbstractEntity and it will be converted. without entity its not converted