05:02:50 <braguzz> hi I've update some ext but t3 doesnt work anymore
05:03:43 <braguzz> in apache err I got PHP Fatal error: Call to undefined method FluidTYPO3\\Fluidpages\\Service\\ConfigurationService::getTypoScriptSubConfiguration() in ../ConfigurationService.php on line 123,
05:20:08 <braguzz> yes I've also delete typo3temp from shell
05:23:53 <beo6> mhh. sorry no idea then. i had a similar error but with my own extension. But it should work with the fluidpages etc.
05:28:35 <Edek> Hi, I would like to know if it's possible to add a marker inline with fluid configuration .. for example: <v:page.menu excludePages="{$exclude}" />
05:34:43 <beo6> Edek: you cann add them in your typoscript as variable
05:36:16 <beo6> or maybe page.10.variables.exclude = TEXT | page.10.variables.exclude.value = {$exclude}
05:40:10 <Edek> Thank you for your answer, I am completely new to VHS. Would this still include the tag in the example, or just add the tag to all page.menu items available?
05:43:45 <beo6> Edek: it would add the constant wherever you use {$exclude} in your fluid page template.
05:44:36 <beo6> Edek: but the template does not access the constant but the variable. So you could also just enter the value directly into the template variable
05:46:41 <braguzz> if I enable fluidcontent_bootstrap I can see backend pages, but I have errors in frontend
05:47:13 <braguzz> Could not analyse class:Tx_Vhs_ViewHelpers_Extension_Path_ResourcesViewHelper
06:04:04 <NamelessCoder> braguzz update your VHS namespace registration, legacy class usages are dead and gone
06:09:24 <braguzz> if I disable fluidcontent_boostrap I havent' this error
06:09:56 <NamelessCoder> yep, that ext is long deprecated - fluidbootstraptheme is the replacement (you may need their 2.0 branch, not sure if they released for flux 7.2 yet)
06:11:43 <braguzz> but without fluidcontent_boostrap I got I got PHP Fatal error: Call to undefined method FluidTYPO3\\Fluidpages\\Service\\ConfigurationService::getTypoScriptSubConfiguration() in ../ConfigurationService.php
06:11:59 <NamelessCoder> which file exactly is *calling* the method=
06:12:05 <braguzz> and even backend page doesnt work
06:13:30 <braguzz> Call to undefined method FluidTYPO3\\Fluidpages\\Service\\ConfigurationService::getTypoScriptSubConfiguration() in /data/museo/SpecialityDistribution/typo3conf/ext/fluidpages/Classes/Service/ConfigurationService.php on line 123,
06:13:43 <NamelessCoder> fluidpages is not upgraded
06:14:02 <NamelessCoder> the current version of that class does not contain 123 lines of code ;)
06:37:31 <Bendtsen> Hello - I have just installed the fluid extensions and a provider extension (auto generated) but I don't see the flux.grid in the backend. The frontend works as expected
06:37:56 <NamelessCoder> select "Fluidpages" as backend layout to be used in the "Appearance" tab of your topmost page
11:01:23 <benjamin_654> hi, arte there atm known problems with copy/cut & paste on development?
11:01:57 <benjamin_654> .. except the one with pasting a ce into itself ..
11:03:45 <benjamin_654> d&d works fine - but i cant put a ce into a fce via cut or copy …
12:12:29 <pbiendl_> Hey there, maybe this is the "more correct" channel to ask this :-): Can someone give me a Link to a Howto which describes how to make a IRRE-like Element in Fluid? Is this even possible?
12:13:19 <pbiendl_> Like a Tab-Group Element where you can Click "New Tab" and can then set the Content for the new Tab.
12:21:00 <benjamin_654> if i remember right they do have a tab-element.
12:22:21 <benjamin_654> i dont know if this EXT is also in TER - you should first look there for a stable version ..
12:24:30 <Guest|65002> hi everyone. Do i have the possibility to override just one Partial from fluidcontent_core? I know how to use my own Partials directory via constants, but to not have to merge all partials on an update of fluidcontent_core i would like to just use one file: Partials/Menu/SubPagesOfSelectedPages.html , because there i have to add an additional css c
12:24:30 <Guest|65002> lass for use with bootstrap. Thanks in advance.
12:24:58 <Guest|65002> (i wnat to override that in my own provider extension)
12:27:32 <NamelessCoder> Guest|65002 fluidcontent <1.1.0 then no. Above that then yes - just add your partial root path as second in partialRootPaths view config.
12:29:15 <Guest|65002> ok, but doesn't my extension has to have all partials in place? i mean i have own partials in use, but i expected to add one with same name as fluidcontent_core inside, but it isn't used
12:29:35 <NamelessCoder> not if you *add* the path instead of *replacing* the existing one
12:30:01 <NamelessCoder> see difference between partialRootPath and partialRootPaths - new versions of fluidtypo3 extensions support and assume the plural form
12:40:28 <pbiendl_> Hey, sorry for AFK :-) Thanks Benjamin, i'll look into it! :-)
13:08:49 <Guest|65002> btw, a general question. is fluidcontent_bootstrap extension suggested by you guys? i Just ask because i have often problems with installations from TER versions...
13:21:27 <Guest|65002> fluidbootstraptheme seems to work better out of the box from TER, but not sure what you suggest as "good practice" to have bootstrap components integrated into typo3