03:57:47 <braguzz> hi I have upgrade some ext: vhs flux fluidpages ecc..
03:58:12 <braguzz> but I 've got an error in 'home' page
03:58:37 <braguzz> inBE I got Template could not be loaded. I tried "/data/museo/SpecialityDistribution/typo3conf/ext/fluidcontent/Resources/Private/Templates/Content/Index.html"
06:25:43 <drlimbo> is there a know bug in VHS 2.3.1 with page.header.meta?
06:26:07 <drlimbo> <v:page.header.meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> will be rendered in frontend like this:
07:01:16 <drlimbo> do we know a date for the next release?
07:02:29 <bjo3rn> bugfix releases are intended to happen quite often but there's no concrete timeline. you can safely use the development branch of vhs in the meantime.
07:03:47 <drlimbo> mh, i prefer using the "stable-version" for TER instead of the the dev-branch
07:04:35 <bjo3rn> sure, but vhs has always been very stable in dev branch.
07:04:41 <gencha__> there is no stable version. just the "old" version ;D
08:51:03 <NamelessCoder_> I'm working on a BIG cmis project right now
08:53:19 <NamelessCoder> anywho: change those occurrences that are in PHP, to \FluidTYPO3\Vhs\Asset - and those that are in fluid templates, to FluidTYPO3\Vhs\Asset
08:53:39 <NamelessCoder> sry, in templates, FluidTYPO3\Vhs\ViewHelpers
08:53:53 <NamelessCoder> (but that error will only pop up after you fix the other one, I think)
09:22:41 <braguzz> the whole three is displayed whit the metadata of the files as description in T3
10:33:11 <erredeco> Hi there... a couple of questions about flux:form
10:33:37 <erredeco> 1) if I don't have fields inside the "options" tab, is it possible to hide it?
10:34:47 <erredeco> 2) if I have a flux:form.sheet like <flux:form.sheet name="elements">, is it possible to have it selected by default instead of Options?
10:44:15 <Zaphod76> Hi, is there a new bug with copy & paste using flux in backend?
10:45:34 <Zaphod76> I'm using the versions of tody from flux, vhs, fluidpages and fluidcontent and hav a problem with cp like a few month ago with buggy older version
11:16:55 <BBendtsen> Good afternoon. Is it no longer possible to use "variables" in a name attribute like this: <flux:form.content name="column{iteration.cycle}" label="{percent}%" />
11:20:25 <NamelessCoder> BBendtsen it appears you're using flux:form.content in a loop and expect multiple content areas to be created. This is not the case - the behavior of this viewhelper is to create a full grid, replacing the current one, containing a single row with a single column with the name you specify. In your case the expected output is the last flux:form.content added. Solution: Switch to flux:grid > flux:grid.row > flux:grid.column, do not use flux:form.cont
12:08:55 <NamelessCoder> erredeco 1) use "compact" option on flux:form (boolean) if you wish. 2) No, this would depend on the user session storage in TYPO3 which stores the active tab panel. 3) No, that is not possible since we do not override the page module view.
12:19:51 <punkka> Hi, i would like to add a typo url within a vhs asset script but the f:uri.page is not parsed. Has someone an idea to help ?
12:45:13 <Zaphod76> Sorry, i repeat my question from 3:44 pm: Does anybody know something about new bugs in FECs with c&p an d&d? If I try to put a standard ce from one fce to another it is not working. After reload stays in his "home FCE". With fluidpages 3.1.2 , fluidcontent 4.1.1 and flux 7.1.2 no probs. VHS is the newest version installed by extsnionmanager
12:57:16 <erredeco> @NamelessCoder: Thank you for your answers :) Ok, about #3 a slightly different question:
12:58:11 <erredeco> I would like to add in the page module a sort of "explanation" for editors about what the page does
12:59:00 <erredeco> Do you think it could be possible to add a "fake" <flux:grid.row><flux:grid.column>... with a text?
13:01:26 <NamelessCoder> not possible. Our only "API" is to deliver an array that supports what be_layout supports.
13:02:54 <erredeco> @NamelessCoder I see...thank you anyway
13:07:23 <erredeco> It is a shame... that could be a bit useful IMHO
13:36:36 <NamelessCoder> it would have to be a core feature first, using options in the grid array. After that we could use it from flux grids.
16:34:00 <Hennes_> NamelessCoder: is there a way to disable a provider in a part of pagetree?
16:37:49 <apiening> I've used the FE 'file list' to render PDF download links including thumbnails using 'Layout 2'. In my fluid based typo3 this option is not available anymore.
16:39:36 <apiening> Is there any solution or extension I should use for that? The file list gives me a link list but doesn't display thumbnails of my PDF-files.
17:14:21 <apiening> I also noticed that the CE 'Text with images' does not have any controls but the heading. No RTE, no image file selector, nothing.
17:16:08 <apiening> Do I have to include 'CSS styled content' in addition to 'Fluid styled content'?