08:46:25 <denis-fluid> At the moment I'm starting with Fluid Powered Typo3 and I am really new to Typo3 as well. I got one question. What could be wrong when "<v:content.render column="0" />" renders nothing at all? (although content elements are available in the column)
08:47:01 <mrboe> @denis-fluid if you want to start and have some examples
08:50:49 <denis-fluid> I will look at the examples. :-)
08:51:28 <denis-fluid> And thank you for the first usable templating approach in Typo3 ;)
09:03:46 <Lirrec> i found this stackoverflow post https://stackoverflow.com/questions/21137691/fluidpages-flux-configuration-inheritance-incomplete
09:04:15 <Lirrec> can anyone confirm wether this statement given in the answer is still valid: " Inheritance requires the exact same page template on parent and child page, or that child page sets parent decides as option for which template to use"
09:24:36 <denis-fluid> Hmm I have looked at the bootstrap theme and video. Everything seems to be configured correctly. The page shows the correct page template. I can add Content Elements created with fluidcontents. (FCE tab) When looking at the rendered frontend everything gets rendered correctly except the "<v:content.render column="0" />" part. When outputting a vari
09:24:36 <denis-fluid> able set with "v:variable.set" (including contents of col 0) I can see the two content elements rendered in the frontend. I'm a bit confused now. :)
09:29:34 <denis-fluid> I'm looking now at: http://vimeo.com/96993169 - perhaps this introduction could help me.
11:07:33 <denis-fluid> It would be great if someone could comment on this issue: http://stackoverflow.com/questions/24998941/why-content-render-renders-nothing
12:04:19 <bjo3rn> yay! new release of oxid. upgrade from 4.8.7 to 4.9.0 requires me to check and possibly change almost each and every freaking smarty template.
12:30:17 <Lirrec> NamelessCoder: in flux/fluidpages the clear checkbox on field values seems to be broken for all settings in "Page Configuration" ( " - subpages" works fine). I dug around in flux a bit and it seems like postProcessRecord() in ext/flux/Classes/Provider/AbstractProvider.php ( which seems to process the _clear checkbox ) is only called for the "Page Configuration - subpages" group/settings not for the "Page Configuration" one. is this intended or possibly a bug? im
13:33:37 <NamelessCoder> Lirrec that method should definitely be triggered for both fields when saving a page record
13:49:47 <randomresult> when using the backendsearch in typo3 (which i dont use at all / but a customer does) it seems, that when adding content in an FCE i can only search for the headline of that element. not for text inside (for ex) is that right?
13:50:53 <bjo3rn> I'd say chances are, yes, bc the flexform data is not searched.
14:38:27 <denis-fluid> What is wrong if I can't output content elements? I got an example from my Content Element template file. https://gist.github.com/DenisMir/64c6f1829b51c20bd578 - The output is available in the comments above. The problem is that the content element itself does not get rendered.
14:38:55 <denis-fluid> The example is from the Page Template file.
14:52:29 <denis-fluid> I have updated the comment once more.
14:53:10 <denis-fluid> The content elements are not only Fluid Content Elements but normal T3 content elements as well.
14:54:02 <denis-fluid> So to be honest I don't know how to finde the error at the moment. :/ (I've looked through all the Bootstrap examples and the fluidtypo3.org readme.
15:03:09 <randomresult> denis-fluid but content is rendered?
15:03:32 <randomresult> text for example? and it only contains thsi column?
15:04:19 <denis-fluid> I have got one page template. This contains 2 backend layout columns. In this backend layout columns I got fluid content elements and normal typo3 content elements.
20:21:59 <gbod_> Hi! I'm trying to put an <flux:field.inline.fal /> into a <flux:form.object/>. But if i try to add an image an alert box comes up with the message "Wrong configuration in table *hashnumber*". If I save the whole form first I'm able to put the image into it afterwards. I think it is about an "inline" nested in an "inline". Any idea how to solve this without saving the form first?
20:40:36 <gbod_> nvm, i didn't really need a <flux:field.inline.fal /> A <flux:wizard.link activeTab="file"/> did it for me.