03:53:23 <Guest|25467> Ihave a problem with page.menu VH of vhs. If I set access of a page to "hide at login", it disappears in generated menu, independent of my login state.
03:53:37 <Guest|25467> Using TYPO3 7.6.4 and vhs 2.4.0
09:13:12 <tpinne> I've the following page template https://gist.github.com/tpinne/4e88c67d7e2f46e8d7b0 . It is the only one I have, only selected on my root page. What do I have to do that the values of the configuration are inherited to child pages? I'm on T3 7.6 and latest TER version of Flux, Fluidpages etc.
09:16:38 <tpinne> I already tried inherit="true" for the fields as suggest in the ViewHelper reference. But I don't know what to do with the part "if inheritance is enabled by the ConfigurationProvider"
09:27:15 <Guest|99998> hi, are any problems known regarding flux and copying contents from another language?
11:26:28 <demacrocom> Good evening. When trying to translate a plugin (not FT3 related) its tx_flux_parent field gets filled with the value 2. After that I cant't move it around anymore, because upon that operation, FT3 will set its colPos to 18181. Versions: T3 6.2.6 (bugfix updates theoretically possible, but no minor or even major updates), vhs 2.2.0, flux 7.2.3, flu
11:43:56 <demacrocom> AFK until tomorrow, but will have a look at the IRC logs then.
12:18:29 <tpinne> Away for today, posted question to http://stackoverflow.com/questions/35729203/fluidpages-flux-configuration-not-inherited-to-child-pages
08:14:29 <Guest28577> i have fluidcontent installed in Typo3 7.6.4. When i create a new content element with the element "Example" nothing is saved. In the logs of T3 I read "'Unknown column 'header_position' in 'field list'' (tt_content:NEW56de9be4c43b0192327727) (msg#1.1.12)".
08:15:11 <Guest28577> In tt_content is no column "header_position". Is fluidcontent not ready for T3 7.6.4. ?
08:07:37 <Guest|80367> In TYPO3 7.6.4 I'm not able to show flag icons using <v:page.languageMenu hideNotTranslated="1" layout="flag"/> Maybe it has to do with the path but <v:page.languageMenu layout="flag" flagPath="/typo3/sysext/core/Resources/Public/Icons/Flags/" /> isn't working too
08:09:12 <Guest|80367> If I could use the language-code as a classname of the li-tag I could use CSS for it but I don't know if this would be possible...
08:52:01 <Guest|80367> I reported it as an issue to github right now
03:39:13 <danielkoch> Hello. I want to update a T3 4.7 installation (built with fed 5.0.3) to T3 6.2. I moved to all the new extensions (fluidcontent, fluidpages, flux, vhs) and made changes in templates/namespace etc. Now I have one problem which I cannot solve. Inside my content element templates I a have a interation over different types. Inside the for loop I set two variables in this way: <fed:data.var name="objectType" value="{fed:data.func(func:
06:17:29 <danielkoch> Should I provide the complet code of this content tempkate?
07:04:58 <NamelessCoder> for danielkoch in case he checks back: see v:variable.set to set variables - and to know the current key, use "key" argument on f:for instead of calling the "key" function
10:19:36 <Fluidiscool> the image is going to be 1000px wide on a large screen and 240px on a mobile device.
10:25:12 <Fluidiscool> so which is the "correct" value?
10:34:53 <NamelessCoder> depends on whether or not you do mobile-first and/or have a media-independent rendering
10:49:03 <Fluidiscool> yes, so it seems it's not as clear cut as some folks think it is. I know it breaks my responsive rendering in the framework I'm using.
10:49:33 <Fluidiscool> f:uri.image does what it should. :)
10:53:36 <Fluidiscool> I hope cweiske didn't leave because of me... I know he means well.
10:54:31 <NamelessCoder> pretty sure he didn't leave because of you :)
11:02:04 <Fluidiscool> :) I hope so. I'm leaving now, because my problem has been solved. Thanks!
04:10:19 <Guest|94215> Hi guys, is it possible to use Flux ViewHelpers in a custom extbase BE extension? I have the required namespace in my layout and I'm trying to include the <flux:field.relation> tag, but it doesn't output anything.
17:33:18 <Guest|48116> i am new in typo3 and i try to hide rte features
17:33:43 <Guest|48116> somethink like this but in not working
04:48:43 <cweiske> I cannot get a custom label for the page layout in this case :/
06:21:41 <cweiske> are there plans to release a new flux version?
06:22:06 <cweiske> git dev has > 50 commits in comparison to the last official version
06:26:09 <NamelessCoder> yep cweiske - at this time, it just needs a final testing with TER fluidcontent/fluidpages and a changelog, then 7.4 can be made.
06:26:58 <cweiske> ok, so no show stoppers are known
08:26:02 <cweiske> NamelessCoder, maybe there is a bug regarding ACL. if in the backend page view you click on the icon of a content element and select "new", you'll get the content element edit form. The "Fluid Content type" dropdown is not filtered if the element is to be added to a page column directly. it is filtered if it is added as child element to another fluid content element
08:26:34 <cweiske> the code in fluidcontent/Classes/Provider/ContentProvider.php#processTableConfiguration only checks for be groups and fluid content element children
08:50:31 <NamelessCoder> you can actually prefix your field names with "tt_content.foobar" to write into "foobar" of the record itself, if the table is "tt_content" ;)
08:51:11 <NamelessCoder> it's buried way deep in the docs (I know, it's an issue...)
08:52:05 <NamelessCoder> so MarcusM the answer is: yes, you can, but it will cause the record's title/header to actually be overwritten (which includes in FE if title is rendered)
08:52:43 <MarcusM> ok just have to define not visible
10:20:15 <Sergey> But in 7.x that class was removed ? Is there any replacement ?
10:33:04 <drlimbo> another question cweiske you can help me maybe
10:33:27 <drlimbo> if have a TypoScript var like settings.template_colors.blue
10:33:44 <drlimbo> and in the template, i'd like to use a variable to get the typoscript value
10:34:21 <drlimbo> something like that: {settings.template_colors.{TemplateColor}} when {TemplateColor} is blue to access {settings.template_colors.blue}
10:36:42 <cweiske> did you try to nest a f:cObject into your variable name?
10:38:22 <drlimbo> im not sure i understand you correctly, i just tried {v:variable.typoscript(path: 'settings.template_colors.{TemplateColor}') -> f:debug()}
10:39:11 <cweiske> but settings.template_colors.* is a flux variable, rigth?
10:40:33 <drlimbo> im setting plugin.tx_EXTNAME.settings.template_colors.blue in Typoscript, so i can access settings.template_colors.blue in Fluid after
12:04:47 <wag51> Hi. I'm using flux 7.2.0 on TYPO3 6.2.x and I would like to create a flexible content with an introduction content area + a section in which I could put several content areas
12:05:41 <wag51> I created the flux:form.section but I don't know what to put in it: I tried a flux:form.object with a flux:form.content inside but it makes an error
12:16:36 <wag51> If I make a flux:form.section > flux:form.object > flux:grid > flux:grid.row > flux:grid.column it makes this error: Illegal string offset 'el'
07:25:52 <saschaschmidt> is there a flux version that already works on typo3 8?
07:26:04 <saschaschmidt> (or at least works somehow)
07:26:31 <saschaschmidt> I'd just like to create some grid content elements
07:31:29 <NamelessCoder> yes, git branch development
09:16:56 <drlimbo> is there a way to get flux:field Values from another Page with PageUid? i tried with v:page.info and i can see the data stored as xml, but is there a nicer way?
09:17:19 <drlimbo> cweiske: we already talked about Page- and Subpage-Settings and inheritance
09:18:12 <cweiske> no. we resorted to "normal" table extensions via ext_tables.sql and TCA
09:18:30 <cweiske> that's easier than manually parsing the settings XML for each page
09:19:21 <drlimbo> just found a "solution" here what seems to work: http://stackoverflow.com/questions/28942701/access-tx-fed-page-flexform-in-fluidtemplate
09:20:30 <cweiske> inheriting means looking up the tree until there is something in the field
09:21:24 <drlimbo> yes, but i dont need a real inheriting, a "look on the root-page" for the settings
09:21:54 <drlimbo> now i use v:page.rootline and use the 0 value from the array what is the root-page of the current page
09:22:32 <drlimbo> i'd like to use some Settings (like Template-Color, Footer Copyright etc.) for every Root-Pages stored in the Page-Settings so the user can change them easily
09:31:12 <drlimbo> is there a way to show flux:field's on a special "Tab" of the Page-Settings instead of "Page Configuration"?
09:32:34 <cweiske> you could change the table's TCA configuration, yes
09:35:14 <drlimbo> so, for this im extending the pages table with my own fields, right?
09:35:20 <NamelessCoder> or use TS to create your component, whatever floats your boat
09:35:25 <drlimbo> and i can use this values in Fluid Templates after?
09:35:59 <NamelessCoder> you can put it in the pages table and make TCA (outside scope of Flux and FluidTYPO3)
09:36:23 <NamelessCoder> or you can make custom Flux components or create factory ones using TS arrays which you can then put wherever you want them
09:37:41 <drlimbo> mhh, looks like i have to do it like that =)
09:41:22 <NamelessCoder> if you want to investigate that: modify(array $structure) on abstract form component (overridden in subclasses) accepts an array of such TS settings and allows you to create new components or override properties of existing ones (properties like "items" on selects)
09:41:50 <NamelessCoder> defining something in plugin.tx_flux.forms.$formId.* lets you manipulate that
09:42:21 <drlimbo> thanks NamelessCoder, i'll have a look at that
10:14:52 <drlimbo> is it possible that flux:form.sheet doesn't work with Typo3 7.6.4?
10:15:21 <drlimbo> after saving i get an error PHP Warning: Illegal string offset ..../typo3/sysext/backend/Classes/Form/FormDataProvider/TcaFlexProcess.php line 466
10:20:24 <NamelessCoder> should work, haven't checked with that version personally
10:21:02 <drlimbo> i added a basix flux:form with a sheet
10:21:18 <drlimbo> at first load, it looks nice but after saving, i get a php warning
10:21:37 <drlimbo> then i have to clear tx_fed_page_flexform field for this page, and it works again
10:22:00 <NamelessCoder> and keeps working after that?
10:23:37 <NamelessCoder> not sure what it is then, but I suspect FormEngine. Wouldn't be the first time it changes and makes us suffer :)
10:24:01 <drlimbo> ah, with ONE flux:form.sheet it works well
10:24:12 <drlimbo> but if I add another sheet, it crashes after saving
10:27:12 <drlimbo> the xml looks good NamelessCoder: http://nopaste.euirc.net/index.php?id=a86d3fb3e5
10:27:25 <drlimbo> PHP Warning: Illegal string offset 'headerSlogan' is a bit weird
10:28:48 <drlimbo> if i remove the Fields, i get the Error: PHP Warning: Invalid argument supplied for foreach() in.../typo3/sysext/backend/Classes/Form/FormDataProvider/EvaluateDisplayConditions.php line 171
10:28:56 <drlimbo> so something with parsing the XML looks wrong
10:45:18 <drlimbo> is there a way to manage multiple links (like a link-list) in a Flux Form?
09:00:53 <flower> I want to generate a special menu with images. The images shall be integrated in each page. I want to use the tab "Ressources". I know, that I have to work with fluid templates.
09:07:19 <cweiske> that's how it's called in the database
09:11:52 <flower> thank you for the quick answer, but i already used google to find out, what I can do. I also have seen the link before but i do not know how I can integrate it correctly :(
09:29:47 <NamelessCoder> flower you provide too many and conflicting arguments, to take them one by one: "table" is not needed since the default value is already "tt_content", "record" should probably not be provided at all since it gets resolved automatically and if you do pass it, make absolutely sure it contains the column you identified in "field" argument. You also probably should not specify the "uid" argument (or make it flexible somehow, hardcoding is bad in
09:29:47 <NamelessCoder> general) and when you provide "record" and it is complete and valid, "uid" is ignored (it gets used to load the record if you don't provide it). And don't provide "as" unless you want to be using the media objects as variables in your template. And as cweiske said: this viewhelper you use only returns objects, does not output any tag. To output a tag you need to do something like what cweiske posted.
09:31:00 <NamelessCoder> what his example does, point by point: 1) fetches all FAL records defined in the field by relying on automatic record, uid etc. arguments, 2) grabs the first returned object, 3) assigns that single object as a variable that can then be used below.
09:31:21 <NamelessCoder> second line is the line that outputs a tag generated with that object as media source
09:36:48 <flower> i think the fluid-thing is to difficult for me.
09:38:50 <flower> do i have to add something to the code of cweise? your description says, that he fetchs the images in the first line and shows them with the second line.
10:04:38 <flower> cweise wrote that i have to adjust the parameters. But which parameters did he mean? i only changed the word "resources" to "media" is this correct? How shall typo3 know, that the images, are the images of each page?
10:17:38 <flower> have somebody else the energy to explain me what i have to do know? I'm really desperately...
10:20:19 <NamelessCoder> flower there are two parts you need to do. One is to get the image for the page, the other is to render an image tag with that image
10:24:09 <NamelessCoder> you can get the image with more than one ViewHelper but for your case you probably need v:page.resources.fal (which has the right default values you need). https://fluidtypo3.org/viewhelpers/vhs/master/Page/Resources/FalViewHelper.html
10:25:22 <NamelessCoder> using that one returns an array of FAL objects, that's why cweiske uses v:iterator.first() to extract the first one. You can also iterate them with f:for (doing so is a common task in Fluid and you should know it, if you don't, you should aim to learn it).
10:27:02 <NamelessCoder> if I were you I would aim to solve the following problems in that order:
10:27:50 <NamelessCoder> 1) get your development context fixed. If you don't, every single error thrown by Fluid will be unreadable to you (will just say "Ooops, an error occurred") and you will be working in the dark. See cweiske's link how to do that.
10:29:10 <NamelessCoder> 2) copy-paste cweiske's example code and replace "{v:content.resources.fal(field: 'settings.images')" with "{v:page.resources.fal(field: 'images')". Why? Because you want *page* images, not content ones. And because the "field" is different in pages compared to in content.
10:29:43 <NamelessCoder> 3) Address any errors *that* gives you. Like not having included the VHS namespace which enables you to use anything prefixed with "v:" in Fluid
10:51:33 <flower> that is a good reference point. I will keep you up to date if i know more
11:20:49 <flower> My boss told me now to insert only normal text-elements with images ans Links. So I can't try this version anymore. I copied now the whole chat and will look in my freetime again over it.
11:21:26 <flower> thank you so much for your help and patience
02:40:49 <flower> the link above is my snippet which made it
06:37:27 <Fluidisawesome> Hi room. I've been running into this issue (FAL relations, error 500) with an unchanged 7.6.4. and wondering if it's the same issue that was resolved in 7.6.2 and whether I should try and patch the core.
07:59:41 <wbz> How can I fix the following Error: PHP Warning: array_unshift() expects parameter 1 to be array, null given in ../.../fluidbackend/ext_tables.php line 9
08:00:03 <wbz> I copied FCE from TYPO3 6.2 LTS to 7.6
08:27:32 <cweiske> which fluidbackend version do you have?
09:28:13 <wbz> It works again. Thnaks to save my time. I like the way with fluidtypo3
11:50:14 <wbz> How can I use flux.grid inside a form.section or form.object? Tried following: http://pastebin.com/4wk9yebG
11:54:26 <NamelessCoder> wbz flux:grid should never be inside other form components. If you want dynamic rows/columns, see https://fluidtypo3.org/library/code-examples.html?tx_fluidshare_display%5Bgist%5D=30&tx_fluidshare_display%5Baction%5D=display&tx_fluidshare_display%5Bcontroller%5D=Gist&cHash=581c897aa3b781c49afe3184d1704b4e (it's a page template example but the approach is the same for content)
11:58:47 <wbz> Thank you, that helps. I will go an other way.
17:11:18 <wbz> How can I group Data inside of form.sheet? Code: http://pastebin.com/MGcKK0YT
09:29:04 <danielkoch> I still have a question regarding this message: https://fluidtypo3.org/community/irc-logs.html#03:39:13
09:30:12 <danielkoch> I prepered a gist. I need to replace these two declarations with a new vhs-like functionality: https://gist.github.com/danielkoch/f779c82570eccbff5999#file-fluid1-txt-L6-L7
05:06:43 <Shupal> ah sorry i mean from flux to version 7.4
05:15:15 <cweiske> see https://fluidtypo3.org/community/irc-logs.html?tx_fluidtypo3org_content%5Bdate%5D=20160314&tx_fluidtypo3org_content%5Bcontroller%5D=Content&cHash=baf88a5c4c2e403b85085bda95aa078a
11:53:56 <IHateProblems> Hello. Our customer has a typo3 website in three language: English, German and French. Today she edited some french items and now the french version shows this error: #1316104317: The default controller for extension "Fluidcontent" and plugin "Content" can not be determined. Please check for TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlug
11:53:56 <IHateProblems> in() in your ext_localconf.php.
11:54:28 <IHateProblems> the other two languages still work. What could be the reason? Any help would be much appreciated.
22:31:05 <IHateProblems> Can't v:page.menu.list be used in an if condition? #1224485398: Templating tags not properly nested. Expected: FluidTYPO3\Vhs\ViewHelpers\Page\Menu\ListViewHelper; Actual: TYPO3\CMS\Fluid\ViewHelpers\IfViewHelper
09:06:58 <cweiske> if someone thinks he can answer it, he will
09:08:18 <denis-fluid> Is it known that copy and paste of container/child constructs leads to a reset of the copied child’s elements colPos to 0? (from 18181)
09:08:35 <denis-fluid> (TYPO3 7.6.4 LTS and dev version of flux)
09:08:54 <cweiske> we had that problem when we disallowed editors the column field in tt_content
09:09:54 <denis-fluid> I had that problem with 6.2 a time ago but this is not the problem. I’m doing this as a admin user and checked the permissions of our editor group as well which does have access to the colPos column.
09:10:38 <denis-fluid> In addition when starting the localize procedure in copy mode for one page I’m getting everything copied just fine.
09:20:58 <denis-fluid> I’m not sure if this is a problem of the developement version of flux. But the stable version is not usable due to the FAL image bug.
09:37:36 <cweiske> denis-fluid, i'm using fluid stable with the monosize patch and the typo3 core patch to fix the image issue
09:55:30 <denis-fluid> Alright im checking this combination :-)
09:56:52 <denis-fluid> Does the localization of newly added child elements („non copy workflow“) work? When I’m trying this with the dev branch of flux the new translation workflow dialog doesn’t find a single child element.
10:52:54 <drlimbo> aah, im sorry, i was looking here for the readme =P https://github.com/monosize/fluidcontent/commit/3556fe61f996fc0eec7e02e91b9c3a50071073b3
10:53:19 <drlimbo> ah, reading the readme would help =)