09:58:28 <marteadrian> Hello, i'm trying to implement a menu for pages with teaser text and page image. My approach is to use http://fluidtypo3.org/viewhelpers/vhs/master/Page/MenuViewHelper.html with the attribute "as". Now i can not find any example or doc how to use this array defined in "as" parameter of view helper, to use it inseide viewhelper tag. Is there any tut
09:58:51 <marteadrian> (I use git (develop) version of vhs)
10:08:30 <marteadrian> so i just played around little bit and i use a for each loop inside menu view helper, which works already good for page.title. Now only problem remains, that i need some hint for using an image there. I would like to use "Page Ressources" in backend, create a new relation to an image. Anyone has a hint how to use that in helper?
10:10:50 <gbod> marteadrian: Give <v:page.resources.fal /> a try
10:56:42 <marteadrian> @gbod: I tried not with <v:resource.image identifier="{v:page.resources.fal(field: 'settings.pageimage', uid: {subpage.uid})}" />. Where settings.pageimage is an own flux field, defined like so: <flux:field.inline.fal name="settings.pageimage" label="Page Image" multiple="false" /> in page template. but i just get now output...
11:05:58 <gbod> marteadrian: The following does the job for me:
11:52:54 <marteadrian> hi, i want to make a multi-column FCE. The user should have the possibility to select different layout like e.g. "50/50" or "33/33/33". Is it possible with flux to define a backend layout which dynamically shows available columns after selecting the specific layout somehow? I could not find conditions which could be used in Configration section....
11:56:24 <gbod> marteadrian: Take a look into https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme the Content/Row.html Template There you can see a way how you be able to do dynamic columns. Just play with it to get your wishes come true.
11:58:05 <marteadrian> hmpf, again this link... i'll investigate there now first before asking here ;) thanks!
11:58:50 <erredeco> Hi I have a serious problem after updating to Flux 7.1.0
11:59:06 <erredeco> Every time I insert a plugin on the page I get the error
12:51:22 <SuburbanWorrier> @erredeco Can u tell me what versions work for you. I've just pulled all the dev versions from git and I get the error you mentioned whenever I use the BE page module
13:14:32 <GRIMMCREATIVE> Hello all, i updated every FluidTYPO3 Extension with new development branch. Works but now my Backend Layouts are gone :( Some Idea why?
14:37:14 <SuburbanWorrier> for the record there was an update to a file in the git fluidpages extension. Clearly I was victim to a found and squashed bug.
14:38:24 <erredeco> vhs 2.0.2, fp 3.1.0 and fc 4.1.0
14:39:16 <erredeco> btw: I found that the extension "vidi" has the same namespace "v" for the viewhelpers as vhs
14:42:50 <NamelessCoder> namespaces can be chosen freely - we only suggest "v" as default
15:00:15 <mikemCH> Hi i use the newest master flux7.1 vhs 2.01 fluidpages 3.1 fluidcontent 4.1... after creating a new provider extension using builder i get this error...Template could not be loaded. I tried "/Users/mx/Websites/mysite/cms/typo3conf/ext/fluidpages/Resources/Private/Templates/Page/Default.html" am i doing something wrong?
16:29:41 <glucka> NamelessCoder: it is possible that Flux\Core::addStaticTypoScript not work in ext_tables?
16:30:11 <glucka> if i put this code in ext_localconf... frontend works again
16:47:34 <glucka> in ext_tables.php run the script only once