09:35:30 <mhmli> good morning! is Danilo Bürger in?
09:49:21 <mhmli> pointed here by @danilobuerger to ask @namelsesscoder what feature sponsorship costs. re. https://github.com/FluidTYPO3/flux/issues/468
09:50:03 <mhmli> (the ability to use flux:field.inline.fal in objects; multiple slides in a slider FCE)
12:09:08 <mrboe> has anybody seen this? http://t3bootstrap.de/de/typo3-bootstrap-template/ the sorting of the TB elements looks very similar to your fluidcontent_bootstrap / https://github.com/FluidTYPO3/fluidcontent_bootstrap/tree/development/Resources/Private/Templates/Content
12:10:33 <mrboe> perhabs somebody wants to buy it for 119 Euro
12:14:37 <Medialight> argh, I took ft3_empty on git, modified it to match with typo3 6.2 but i can't get anything else than "Oops, an error occurred!" even with "basic.debugMode = 1"
12:15:24 <mrboe> @Medialight i dont know exactly but some days ago Nameless wrote that these is not up to date
12:15:51 <mrboe> the better way is to user the "builder" ext - you can create your provider extension with that
12:16:05 <Medialight> yes it is not, I added the namespace call syntaxin ext_tables
12:17:12 <Medialight> mmmh TER version have typo3 <= 6.1.99 dependency
12:55:22 <Medialight> the development branch doesn't create the extension
13:12:54 <Medialight> i have the same problem with a provider from an older project (typo3 6.1.7)
13:41:29 <Torsten> Hey there... I'm currently using the development branch of flux and I'm unable to drag / drop or cut / paste an content element into a flux grid... is this a known issue?
13:47:07 <mhmli> anyone have an idea to get debug output of the current object when in a getter function of a model class function?
13:47:29 <mhmli> when i use var_dump or debug, it returns a blank page.
14:08:36 <Torsten> Hey there... I'm currently using the development branch of flux and I'm unable to drag / drop or cut / paste an content element into a flux grid... is this a known issue?
14:08:55 <Torsten> (Sorry for the "flood", but I've been disconnected)
14:09:19 <BenjaminR> Torsten: Checkout the workbench/commands branch on flux repo
14:09:30 <BenjaminR> there are a lot of bugfixes which are not yet ready to merge
14:09:47 <Torsten> BenjaminR thanks, I'll try that
15:38:06 <Guest|44799> Hello, could it be that it is impossible to use Mount Points with the v:page.menu fluid viewhelper (vhs, version 1.8.4). If I generate a menu with this view-helper the mountpoint is shown as a redirect instead of the mountpoint itself.
15:44:14 <cedricziel> Guest|44799: mind opening an issue at github.com/FluidTYPO3/vhs/issues/new ?
15:45:40 <jlumpe> cedricziel: i tried adding nested content elements, but they're not showing up as nested in the backend, but next to the fluidcontent element
15:45:56 <jlumpe> i must be doing something wrong i guess? (probably a complete newbie question)
15:46:07 <Guest|44799> yeah i will do it, just wanted to know if someone already knows a solution or had the same problem. Does someone have a great idea what to user instead of mountpoints? the mountpoint has a huge amount of subpages....
15:46:17 <cedricziel> can you elaborate on how your environment looks like and how your fce looks like?
15:58:11 <cedricziel> yo can take this as inspiration: https://github.com/FluidTYPO3/fluidcontent_bootstrap/blob/development/Resources/Private/Templates/Content/Row.html
15:59:07 <jlumpe> cedricziel: thanks will take a look! Inside that template it looks ilke the grid config is inside the flexform though?
16:05:04 <jlumpe> i think i can use this as a starting point to learn how to build my own :)
16:05:36 <jlumpe> what i want to create is rather simple, just a section container with a customizable class, which then allows for nested items
16:05:46 <jlumpe> that should be fairly easy to do now :)
16:05:53 <jlumpe> thanks again for the help, i appreciate it!
16:06:02 <jlumpe> i might come back at you with more :D
16:20:36 <Freezle> Hey guys, first of all: i really like your extensions and use it as standard in typo3. But now I have problems to get my own Controller for Content to run. I created a Extension with your Builder and added a ContentController. But neither the overridden initializeView nor the special method for my ContentElement had impact for the output. Is there
16:20:36 <Freezle> a special step to make this controller work?
16:30:27 <randomresult> Freezle you need to register your provider
18:03:05 <danilobuerger> alexander_dick do you know grunt or gulp? if you can answer that with yes and you still love assets, i dont know what to tell you
23:16:54 <gernot_h> hi! when i try to install in typo 6.2 with builder (latest from github) a new ext, i got "Your TYPO3 version is higher than allowed. You can use TYPO3 versions 6.0.0 - 6.1.99"
23:17:55 <gernot_h> in ext_emconf.php : 'typo3' => '4.5-6.2.99',