11:32:17 <martin_h> hi there, i'm trying to get the new flux inline.fal viewhelper to work. i'm on typo3 6.1 & fluidtypo3-extension family dev branch. what i do is placing a <flux:field.inline.fal label="foo" /> in the "configuration" section, until there everything works as expected, a "create new relation" button appears & the element browser pops up when i click on
11:32:17 <martin_h> it. but when i select after i select a file in the element-browser a popup appears which says: "Wrong configuration in table f5665f71ce"
11:33:16 <martin_h> any suggestion what i can do about that ?
17:09:27 <benjamin_654> i have a short question about flux: is it possible to use the table fields from tt_content instead of xml-stuff?
17:10:32 <benjamin_654> i think its not .. but i am not sure ..
17:13:48 <NamelessCoder> hi benjamin_654 - what do you mean by "use"? :)
17:15:20 <benjamin_654> - to store the value of a flux form in one of those fields
17:15:46 <benjamin_654> - and to get the value back into a variable in the Preview and Main section
17:17:07 <benjamin_654> sometimes i have a content element which is only a image or a text .. then i would not need to store the values as xml
17:17:41 <NamelessCoder> that's a big question hehe :) not that I mind
17:18:04 <NamelessCoder> first of all, in Preview section you have {record} which contains raw record values
17:19:28 <NamelessCoder> second, if you set mergeValues="TRUE" on your flux:form / flux:flexform tag and name a field the same as it is in tt_content table (fx, "bodytext") the value of the field gets saved to that record field (but also as XML which of course you'll just ignore)
17:20:34 <NamelessCoder> with this extension you can drop css_styled_content and render -every- core content element using your very own template
17:21:06 <NamelessCoder> it's experimental still - but it works. Some assembly required (read: most templates are still "Hello world" stage)
17:22:02 <NamelessCoder> this would let you take over the native "image" element and add options to your heart's desires, as flux form fields, with or without mergeValues ;)
17:22:10 <NamelessCoder> oh but wait, there's more...
17:23:17 <NamelessCoder> Flux 7.0.0 is planned to no longer use any XML whatsoever. We will switch it over to a combination of relation records and storing directly in tt_content fields. This should give a fair performance boost, too.
17:25:25 <benjamin_654> thanks - i will try out fluidcontent_core - that sounds like something very useful (i don't like typescript that much (-: )
17:25:37 <NamelessCoder> - then you'll LOVE fluidcontent_core hehe :)
17:25:58 <NamelessCoder> it requires every FluidTYPO3 repo you use to be on the development branch though
17:26:23 <NamelessCoder> when we say "experimental" we mean it hehe :)