10:15:48 <BenjaminR> hans: hiding the langmenu for non existing translations of a page is not possible as i know
10:16:07 <xaver> hans: i think you need todo it yourself <v:page.languageMenu as="myLangMenu"><f:for myLangMenu... iteration="XY"><f:if ....></f:if></f:for></v:page> http://typo3.intervation.de/snippets/fluid/ffor-iteration-ermitteln/ you have total
10:16:12 <BenjaminR> randomresult: youve been at t3cs sat and sunday?
11:32:44 <Guest|69037> i have a little problem. My PageTemplates are not listed in TYPO3 to choose them. But the PageConfiguration is displayed :P the fluxdebug mode still say its all ok.
11:33:24 <mrboe> @Guest|69037 have you cleaned all cache
11:33:48 <Guest|69037> hm i cleard cache with install-tool
11:58:15 <Guest|69037> do i need the new vhs to get my page templates listed in T3?
11:59:09 <randomresult> BenjaminR this is our templaate https://gist.github.com/randomresult/a8169354fbef8e53c66f
11:59:28 <randomresult> so we dont use {namespace xy} no more
11:59:47 <xaver> raisch: looks like it https://github.com/FluidTYPO3/documentation/tree/rewrite/3.Templating/3.3.UsingTemplates . If you understand german you can take a look at the take from cedricziel
12:05:41 <Guest|69037> i dont know what im doin wrong :(
12:05:48 <randomresult> well. i offered it to him several times
12:05:57 <xaver> Guest|69037: how did you create your provider extension? Easiest way is "builder" and check Ffuidtypo3
12:06:00 <randomresult> but he loves to be slaved where he works now
12:06:02 <raisch> @xaver: great, thank you for the link! bye...
12:07:17 <soee> some serious chnages in flux-dev lately ?
12:07:32 <soee> PHP Fatal error: Call to a member function get() on a non-object in /web/typo3conf/ext/flux/Classes/Configuration/BackendConfigurationManager.php on line 171
12:21:41 <benjamin_654> that could be: https://github.com/FluidTYPO3/flux/blame/development/Classes/Configuration/BackendConfigurationManager.php##L171
12:21:56 <benjamin_654> did you clear the cache in the install tool @soee ?
12:22:42 <cedricziel> updating the gits wont clear your cache. that's an issue sometimes
12:36:07 <benjamin_654> randomresult: for the ext_conf_template, did you try: TS: plugin.tx_xy.setupvarname = {$plugin.tx_xy.constvarname} FLUID: {v:var.typoscript(path: 'plugin.tx_xy.setupvarname')}
13:18:05 <cedricziel> benjamin_654, soee-the commit contains what I told you before, but a bit more in detail: https://github.com/FluidTYPO3/documentation/blob/rewrite/3.Templating/3.4.UsingVariables/3.4.2.TypoScriptVariables.md
13:19:58 <Denyerec> xaver - someone who makes photos look bettter
13:20:10 <Denyerec> Usually by scrubbing out fat, improving colour and deleting distracting elements.
13:20:53 <benjamin_654> cedricziel: nice - thx!, now i understand what you meant with "via {settings.setting1} directly without fiddeling"
13:20:58 <Denyerec> Like so: http://stuff.denyerec.co.uk/Pole/#!DSCF6414_BA.jpg
13:21:27 <soee> is i tpossible using v:format.json.encode to encode whole object with relations (configured as lazy)?
13:21:46 <cedricziel> yeah, sorry for me wibblywobbling
13:24:21 <Guest|53257> hey guys, i can do it like that or not? <flux:field.input name="workexampleurl" label="{v:l(key: 'content-workexample.url', default: 'Link')}">
13:24:21 <Guest|53257> <flux:wizard.link label="Select your link" activeTab="url" />
13:34:00 <GRIMMCREATIVE> fluidtypo3.org - no styles ?
13:36:38 <cedricziel> seems that pull request gone wrong
13:37:19 <Guest|53257> my problem is: my PageTemplates is not listed in T3. But the page configuration of this template is displayed. And i really dont know what I could do now.
13:38:15 <Guest|53257> the flux debug mode says that everything is fine... FE and BE are working fine
13:49:06 <soee> gusy why when using v:format.json.encode relational data attributes are prefixed witrh: * ?
15:35:22 <mrboe> i have an extension "t3basic" with me basic elements and i want to create a second one to override it
15:36:16 <mrboe> would this be right? https://gist.github.com/misterboe/4e00859182b6b3deb531
15:38:23 <mrboe> i created the igepagroup with builder and i want to have the posibillity to add some additional FCE in there
15:39:03 <mrboe> but when i but a element in the "second" extension i see it twice in BE
15:39:33 <mrboe> so it seems like view does not overlay
15:50:59 <Guest|53257> u dont need to register it in ext tables?
15:57:27 <NamelessCoder> mrboe if you also registered EXT:igepagroup as provider extension then it would show up twice by design: EXT:igepagroup would also present the element as one it provides, but it will also be provided by EXT:t3basic
16:20:49 <patt> Hi! can someone help me with this error? https://gist.github.com/anonymous/bddd07e16655a16400bd
16:22:33 <cedricziel> hey patt-one of your f:if 's is not properly nested
16:23:32 <xaver> can i use the partial or section name as variable ?
16:27:30 <mrboe> @NamelessCoder i thougt it would be possbile to have an second extension which overrides "and" contains additional templates - but this would not work?
16:27:50 <patt> grrr... yes @cedricziel i got it... Thank you :)
16:28:43 <cedricziel> oh i just read the message ^^
16:28:55 <NamelessCoder> mrboe no (I *think* I mentioned this somewhere in the docs), not unless you use another than Resources/Private/Templates as your overlay path
16:29:19 <NamelessCoder> set overlay path to fx Resources/Private/Overlay/Templates/
16:29:30 <NamelessCoder> and place overlay files there, original content in original location
21:52:38 <soee> is it possible to add for fluidpages configuration parameter for example in extension setting, that will disable native backend layout fields in page properties when we have fluidpages ?
21:57:13 <xaver> soee: i dont't understand your goal