09:52:30 <Harpagophyt> but thx for the info of bjo3rn :-)
09:52:55 <Harpagophyt> eventually i test it with typoscript
10:27:17 <Harpagophyt> how can i check if a column has a content?
10:27:35 <Harpagophyt> how can i render a content element in the template?
10:33:39 <Neophir> Hi everybody. I've a problem with my own fluid pages templates. I've added a flux:field.inline.fal to my template, for adding pictures. My subpage template also has this flux.field. If I add some pics to the main page, they also show in the configuration of the subpages. I think this is because the pics are linked by the pageid. Has anybody an idea how to solve this?
10:39:56 <Harpagophyt> <- newbie: you can break the inherit on choosing the site template in the BE
10:41:50 <Harpagophyt> this is also eventually a solution: http://fluidtypo3.org/viewhelpers/vhs/master/If/Page/IsChildPageViewHelper.html
10:45:20 <Neophir> Thanks for your idea, but my problem is in the configuration tab provided by fluidpages.
10:45:45 <Neophir> A condition in my template files wouldn't solve my problem
10:49:31 <Harpagophyt> you know that you can choose the template on the subpage without the option: Parent decides
11:05:11 <Neophir> The solution with inherit="FALSE" didn't solve my problem. Perhaps my explanation wasn't good enough. If you edit a page you cann choose your Page Layout for this page and subpages. So long everythings okay. In the Page Configuration Tab I see my defined flux.field.inline.fal and can add images and save them. Everything okay. But dem Configuration of the subpage (shown in the same tab) adds the pics to its own flux.field.inline.fal defi
11:26:33 <erredeco> hi: a question about <flux:field.checkbox />: is it possible to have it checked by default? I tried with default="1" but it does not seem to work...
11:30:02 <bjo3rn> erredeco default="1" works for me.
11:30:41 <bjo3rn> did you save the form already with an uncheckd state?
11:31:41 <erredeco> I'll try again...I'm using flux beta 7.1.0 (If I remember, it's the one from staging branch)
11:32:27 <bjo3rn> I tested it on current TER version.
11:37:43 <nimius|thephpjo> I am here again with another problem :(
11:38:38 <nimius|thephpjo> My installation suddenly throws an "Fatal error: Class 'FluidTYPO3\Flux\Service\RecordService' not found in /Users/thephpjo/NIMIUS/TYPO3/6.2.0/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4302"
11:38:48 <nimius|thephpjo> and yes, this time i cleared all of my caches
11:40:52 <bjo3rn> nimius|thephpjo you are most probably using the dev branch of flux?
11:41:29 <nimius|thephpjo> ok, nevermind… someone working on this project decided, it would be best to change to the master branch
11:41:47 <nimius|thephpjo> switched to dev again, working fine now
14:54:31 <randomresult> came back, updated vhs and flux... and want to leave to italy again :)
14:54:47 <Guest|51240> hey guys! I just installed a fresh TYPO3-6.2.3 and fluidcontents - the problem is, the defined flex-fields in my template are not shown up in the backend - i searched the web the last ours, pleas help
14:54:49 <randomresult> good i have mrboe - he told me what to do o_O
14:55:22 <randomresult> Guest|51240 can you paste one of your templates?
14:55:58 <randomresult> Guest|51240 use gist or pastebin (or similar)
16:30:31 <arrluk> hi, i made some backendlayout with flux and i just want to change the background-color of each column...unfortunately the style attribute does not seem to render correctly, can anybody please help me with that?