04:42:47 <dominicgarms> I ran into some problems with upgrading the flux_galleria extension after the upgrade of flux 7.0
04:44:16 <dominicgarms> here the link to my repo: https://github.com/dohomi/flux_galleria
04:44:46 <dominicgarms> Currently the flexform configuration is not displayed anymore. I guess the problem depends on provider changes in the 7.x version
04:45:28 <dominicgarms> I updated the .html file to all ViewHelper name changes but still the file is not displayed
04:46:58 <dominicgarms> could somebody give me hints what changes I need to make in ext_tables.php and Classes/Provider/PluginConfigurationProvider.php that flux finds the Configuration and Preview section?
07:19:09 <dominicgarms> I gave it another try with the use of "registerFluidFlexFormPlugin" but still no success
11:03:05 <Denyerek> Dumping out the $files array in the PHP with a var_dump() seems to indicate there are two files in the $files array, despite there being only one file allocated to the page,
11:27:44 <Defos> is there a type check (helper)? to check if a variable is an array?
11:37:31 <mpevd> hello. i use latest git version of flux 7.0.0. i want to add a field for a database relation, but i can get it only working with a select. so it always displays the select with all records inside. is it possible to use with type "group" ? like here http://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Group/Index.html . So with a box showin
11:37:31 <mpevd> g selected records and the wizard to use select them ?
11:42:29 <mpevd> i found a old code snippet what seems to do this if i check the naming of attributes. but this seems to be removed within the last releases ? <flux:flexform.field.group ...
11:50:12 <Denyerek> hang in there mpevd - someone will help eventually.
12:56:44 <randomresult> did u manage to have an condition to render a section only if there is content in it?
12:57:25 <randomresult> i want to render a section only if <v:page.content.render column="1" > has at least one element
12:58:15 <Denyerek> All my column sections are sliders
12:59:02 <Denyerek> So I've not had to struggle with an empty one yet
12:59:16 <Denyerek> One of "the 4" should be able to tell you, eventually :)
12:59:29 <Denyerek> I'm still not sure if my hacked-together CE is sane or not
12:59:41 <Denyerek> I mean, it works, but I've probably violated some local laws getting there ;)
13:12:52 <mpevd> hello. i use latest git version of flux 7.0.0. i want to add a field for a database relation, but i can get it only working with a select. so it always displays the select with all records inside. is it possible to use with type "group" ? like here http://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Group/Index.html . So with a box showin
13:12:52 <mpevd> g selected records and the wizard to use select them ? i found a old code snippet what seems to do this if i check the naming of attributes. but this seems to be removed within the last releases ? <flux:flexform.field.group ...
13:13:35 <Denyerek> Still standing outside in the rain with us eh mpevd ? :D
13:16:12 <Denyerek> That was my chance to shine ;)
13:17:03 <Denyerek> I don't think you can... There's no controlling params for flux:section
13:17:08 <Denyerek> and I can't see where else you'd achieve that.
13:17:24 <Denyerek> Perhaps chuck it on the git repo as a feature request
13:17:42 <Denyerek> Obviously in whatever renders the section in the template you could configure to render only 3 items, say
13:17:55 <Denyerek> (Just have a count and exit in the loop)
13:18:03 <Denyerek> If you've got editors that insist on overpopulating the place .
13:20:15 <mpevd> yupp. thats the way i use it now. we got a multicolumn field, so you can use it with 1-5 columns. but if someone tries to add another 6th column it is still possible. could only get it working with an condition in backend so if you have more than allowed objects it displays a readonly field with a message. in fe it limits the output
13:20:29 <mpevd> but would be cool if there was a way to control it directly :)
13:23:32 <Denyerek> Would be cool to see the code for that
13:34:47 <xaver> i need a form ext and formage is not ready or? i need 2 cols and and firstcol first row spitted again. (no formhandler!) and powermail is it with a a little bit dirty code possible. But powermail is total overkill. (Customer won't interact with the ext)
13:36:30 <Denyerek> Is it just for a contactform ?
13:36:42 <Denyerek> or do they need to be able to customise it ?
13:36:57 <Denyerek> sp_bettercontact can store data to the DB, allows custom fields and has templateable output.
13:37:07 <Denyerek> I had to make two small tweaks to allow it to work on 6.2
13:47:38 <Torsten> Hey... I'm using v:if.client.isMobile in a v:page.header view helper. Seems like the header part is cached and the isMobile test is only executed once
14:00:18 <soee> v:iterator.extract wont return value bu default ? i have to assing it to some variable ?
14:05:47 <Denyerek> Torsten, I saw the isMobile just today I think, and I could have sworn it was marked to be deprecated.
14:25:17 <Torsten> Denyerek thanks. I'll look into a proper replacement.
15:05:58 <randomresult> Denyerek Torsten this works only for un-cached environments
15:06:21 <randomresult> you can use TS instead to set a variable
15:06:29 * randomresult hiddes himself from danilobuerger
15:06:42 <randomresult> in here, they hate agent-sniffing
15:06:43 <soee> what would be the way to get valid page uid from setting array
15:06:57 <soee> where it is define like: pages_21 ?
19:43:30 <cedricziel> yes Harpagophyt; constructing such beast on your own takes no time when you no what you're doing-make sure you understand before you proceed