10:37:49 <randomresult> @BenjaminR i thought someone in here said it could be handled via TS - but i dont remember who it was. would be a nice feature - cause some of my elements are too complex for a simple editor
10:38:37 <BenjaminR> okay can only been one of the other ops in here i guess :)
10:38:49 <BenjaminR> lets see - would be interesting
10:43:51 <randomresult> BenjaminR it worked in TV (see http://blog.thorsten-schneider.org/2013/01/flexible-content-element-for-group-exclude-in-typo3/) but... there was no FEDCONTENT file...
11:01:01 <randomresult> @BenjaminR maybe this a way to think about it : mod.wizards.newContentElement.wizardItems.Bootstrap.elements.fluidbootstraptheme_Alert_html.show = 0
11:37:13 <ndee> hi guys, I try to get a 6.1 installation local running, it works on the remote but not locally. The error I get is: Fatal error: Class '\\TYPO3\CMS\Extbase\Object\ObjectManager' not found in /Users/user/Sites/mysite/typo3_src-6.1.7/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4114
11:37:56 <ndee> I'm running flux 6.0.2 and I found this bug https://github.com/FluidTYPO3/flux/issues/337 so I set the template under appearance but that error still shows up. What else could the problem be?
11:46:42 <mrboe> @NamelessCoder or @danilobuerger when i go to https://fedext.net/overview/extensions/cores.html flux github link goes to https://github.com/NamelessCoder/flux and not to https://github.com/FluidTYPO3/flux
14:57:14 <Denyerec> I'm gonna assume that if you have a common "header" for the site, that should render as a partial ? Or is that better as a section in the template
14:57:19 <Denyerec> Little confused as to how to chop things up
14:57:58 <Denyerec> The Layout renders things from the Template
14:58:15 <Denyerec> But does the Layout only see the Template with the same name ?
14:58:21 <Denyerec> Or are Template Sections global ?
15:04:14 <BenjaminR> Deny: if a section is reused also in OTHER templates put it in a partial to be able to use it there too
15:05:13 <Denyerec> Ok so stuff in a Template Section is useable only by one Layout ?
15:06:22 <BenjaminR> Sections within a Template are only usable by that template (without using hacks)
15:06:37 <Denyerec> is one "Layout" can be bound to one "Template" with <f:layout name="someLayout" />
15:06:44 <BenjaminR> So if you have two templates that use the same header - put ypur header section inside a partial and rendern the partial in your template
15:07:24 <Denyerec> Just trying to come to terms with what should live in the Template and what should live in the Layout
15:07:38 <Denyerec> It's almost like Layout is "Big boxes" and template is "Stuff inside those boxes"
15:15:53 <Denyerec> Anyone any offers on how to augment the doctype and <html> tag ?
15:25:43 <Denyerec> I can't see a way in the layout/template as v:page.header is the insides of the <head>
15:26:27 <Denyerec> danilobuerger - fluidcontent errors... are you there
15:26:46 <Denyerec> #1316104317: The default controller for extension "FluidcontentCore" and plugin "Textpic" can not be determined. Please check for TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin() in your ext_localconf.php
15:34:41 <danilobuerger> you should never use textpic
15:34:42 <BenjaminR> low on time is just a question of the estimate given :)
15:34:43 <Denyerec> And given that it's taken me almost a week to get all this set up, I don't fancy my chances of creating successful FCEs very quickly :)
15:34:48 <danilobuerger> instead use your own content elements
15:35:11 <randomresult> i use grids and place a text in one side and a simple responsive image in the other one ... done
15:37:58 <misiak> Hi, any hint how to render content element which is selected via flux:flexform.field.select. It returns comma separated list of record uids, but i cant render them in FE. Thanx.
15:41:56 <randomresult> jupp mixed with new ones out of ur provider
15:42:50 <Denyerec> Fatal error: Call to undefined method FluidCache_Albatemplate_Page_action_render_2ed205930ab7e7a887cfbfb153b311bae57cb98e::section_538de026b4fe26b0211e4b631533c8aa69447ef0() in /home/denyerec/src/typo3-6.2/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php on line 222
15:43:01 <misiak> and with <v:content.render contentUids="{weekmenu}" /> it renders nothing i tried already all render commands :)
15:43:36 <randomresult> well you could use a migrationscript for that. if needed (havent looked at it right now) Maybe claus will provide a migration script when the ext is released ? @NamelessCoder ?
15:56:19 <misiak> So, no BE errors now but i get this in FE: The argument "contentUids" was registered with type "array", but is of type "string" in view helper "Tx_Vhs_ViewHelpers_Content_GetViewHelper"
15:56:20 <misiak> I had it before, how can i change comma list to array, which i get from select? Thnx
15:58:29 <danilobuerger> misiak what vhs version are you on?
15:59:53 <danilobuerger> ah never mind, use v:iterator.explode and then use in contentUids
16:19:52 <misiak> i changed 'as' it to: <v:iterator.explode content="{weekmenu}" glue="," as="weekmenu" />
16:23:09 <misiak> danilobuerger: so thank you very much for ur time. And if u r one of the developer of fedext thank u also for this new solution. I leave TV after 4 years and started with fedext. :)
17:02:26 <_Tom_at> Hi there! Is it possible to set the l10_mode for a flux flexform field (Flux 6.0.3)? Example: <flux:flexform.field.checkbox name="subblock" label="Subtitel in eigener Zeile" l10n_mode="exclude" />
17:19:37 <_Tom_at> Hi there! Is it possible to set the l10_mode for a flux flexform field (Flux 6.0.3 from github)? Example: <flux:flexform.field.checkbox name="subblock" label="Subtitel in eigener Zeile" l10n_mode="exclude" />
17:22:49 <NamelessCoder> Bernd sorry, no, that's not possible.
17:32:40 <randomresult> the one who should not be named
17:36:17 <randomresult> @NamelessCoder i need to go for now :(
17:36:24 <randomresult> will u be here the next days?
17:37:21 <randomresult> ok, now i think my repo is clean enough to really start.. :)
17:37:36 <randomresult> see u around. Leo needs my attenion now...
17:39:39 <NamelessCoder> not sure how much I'll be available the next two days
17:52:33 <_Tom_at> am i right in assuming that l10n_mode="exclude" isn't supported on flux:flexform.field.xxx? if i add this attribute to my field, i don't get an error but it hides the field also in the default language. i searched in the viewhelper documentation and in the repo for some hints but i couldn't find something.