09:52:42 <ndee> is there a "convention" on howto pass settings from a plugin to the viewhelper? The settings are set with plugin.tx_myext.settings.foo = bar
09:58:35 <soee> you have them in your plugin view available
10:17:32 <Apen> anabody use flux-fluidcontent (last ter version) on a 4.5 LTS ?
10:26:12 <ndee> <f:debug>{car:carDetail(id: car_id, settings:_all.settings)}</f:debug> <-- when I do something like that, I get #1237823699: Required argument "settings" was not supplied. can I not pass the _all.settings value like that?
10:54:52 <mrboe> can somebody tell my why the inline usage of the asset don't work here: http://pastebin.com/SkGE6hcj (i posted both inside, and the tag version works fine)
10:57:29 <bjo3rn> mrboe is nothing rendered at all with inline usage?
10:57:56 <mrboe> is see the inline tag as "text" in the FE
11:18:59 <randomresult> no - but its not the first time i use something - and been told not to use it cause its not working and or deprecicated or moved or something
11:19:11 <randomresult> and allways i get told to read the docs
11:19:54 <randomresult> but why having the if.extended - why not delete it (for example)
12:21:58 <randomresult> @danilobuerger i agree with the clear and VIEWABLE statement about the deprecated or uncached-envrionment VH
12:23:56 <randomresult> @danilobuerger some want to use the user-agent sniffing stuff. and i think they might have reasons for this. so i would leave it up to them to use or not to use it. BUT: if they dont work right, they should be removed or clearly stated as not-properly working
13:09:36 <danilobuerger> randomresult i disagree, there is no reason to ever use user agent sniffing .. there are so many better ways .. thats like saying there is a reason why people still use IE 6... there is not ;-)
13:09:59 <cedricziel> no user agent sniffing in templates.
13:10:25 <danilobuerger> cedricziel thats why we should remove v:if.client completely
13:10:44 <cedricziel> thats bad practice and i think we should educate 1st: why it is 2nd: that the core does this, if you want conditional stylesheets etc
14:12:19 <mrboe> deleted the temp an cache twice now its working
14:14:33 <mrboe> @danilobuerger thanks for your time
15:29:45 <floxx> hey all! i added a checkbox to page template. how can i prevent inheritance to subpages? I tested inherit="0" inheritEmpty="FALSE" but it doesn't work.
15:40:02 <Guest|31987> Why is in flux 6.0.2 TER in Class Tx_Flux_Core_ViewHelper_AbstractFlexformViewHelper in line 98 no "clone" any more....i cant set flexform-sheets with a for-loop
15:41:31 <danilobuerger> floxx clear cache, clear typo3temp, resave the parent page, then test on a new subpage if its inherited or not
15:43:33 <floxx> danilobuerger: tested, but no effect. values are inherited
15:44:12 <danilobuerger> floxx please gist your page config
15:44:32 <danilobuerger> Guest|31987 please gist your page config
15:46:33 <Guest|31987> its a fce not flexform for a page
15:48:08 <danilobuerger> floxx so the parent page has the checkbox checked and that gets inherited to a NEW subpage?
15:49:19 <floxx> no, the value is inherited to existant subpages - in page config the checkbox is activated on subpages if i activate it on parent page
15:49:37 <danilobuerger> but is it inherited to a NEW subpage?
15:50:17 <danilobuerger> Guest|31987 it should work, if it doesnt please file an issue at https://github.com/FluidTYPO3/flux
15:50:30 <floxx> i tested that - yes. the value is set on new subpages, too
15:50:52 <danilobuerger> that is really weird floxx .. what version of flux are you using?