IRC logs

201509

Logs from channel #fedext on freenode - our official support channel.

IRC log range: 201509*

20150901

  • 03:35:28 <braguzz> hi I have some problem with fluidcontent_core
  • 03:35:28 <braguzz> Paolo Bragagni [9:30 AM]
  • 03:35:28 <braguzz> I add two flux filelds 'Header Class' and 'wrapinheader'
  • 03:35:28 <braguzz> when I start a new content, headerclass selection is filled with the contant that I have inserted in ext setup,
  • 03:35:28 <braguzz> but when I edited the content, I get 'Invalid value', ecc..
  • 03:58:13 <braguzz> going crazy with this
  • 04:01:59 <bottoni> braguzz I think some more details would be helpful. Did you already post a gist or the like to see your code?
  • 04:02:27 <braguzz> I post it in slack.
  • 04:02:30 <braguzz> wait
  • 04:03:27 <braguzz> http://pastebin.com/9FUH0CWw
  • 04:03:43 <braguzz> I put this in setup section of my template
  • 04:07:27 <bottoni> I think classNames and classNamesDefault are the only valid TS nodes below header,container,image, ...
  • 04:07:55 <bottoni> you cannot invent new ones since they won´t be processed
  • 04:09:04 <bottoni> ok, there are more just check the original TS of fluidcontent_core
  • 04:09:30 <braguzz> I'm doing it
  • 04:10:03 <braguzz> I've only add something inside the header part.
  • 04:11:02 <braguzz> it wotks when I add content, but when I edit content that I've inserted, I got not the list
  • 04:11:21 <braguzz> for example if I insert wrapinheader = No,Yes
  • 04:11:46 <braguzz> when I insert new content I see a dropdown with No and Yes
  • 04:12:23 <braguzz> if I insert Yes and save, when I reedit that content I see only 'Yes' in dropdown
  • 04:14:57 <bottoni> All that´s done in header is selecting the heading level (1-6). It sounds like your new values No,Yes are somehow used as a replacement for the integer values 1-6 and that´s maybe why the error message reads 'Invalid value'
  • 04:16:10 <braguzz> mmm, I dont think heading level are there
  • 04:16:51 <braguzz> my primary idea is to insert some other variable
  • 04:17:21 <bottoni> that´s the default. Selecting the level and adding classes. Adding Fluid variables is not possible from there
  • 04:17:46 <braguzz> are you sure?
  • 04:18:08 <bottoni> I would suggest building own content elements FluidTYPO3 offers all to do it without effort. And from there you are totally free to build what you want
  • 04:18:54 <braguzz> yes but I want that user can choose to wrap header
  • 04:19:12 <braguzz> with a class
  • 04:19:33 <bottoni> yes I´m quite sure since I didn´t read sth like that until now. Maybe someone here can correct me. But I think what I described is the scope of the fluidcontent_core TS
  • 04:20:28 <braguzz> someone some days ago told me that this is the way to do
  • 04:20:44 <bottoni> You can´t achieve the styling by making the class available the default way?
  • 04:22:35 <braguzz> I'd like that the user choose to wrap or not the header so he choose h2 and headline-right
  • 04:22:59 <braguzz> result should be <div class="headline-right"><h2>title</h2></div>
  • 04:23:36 <braguzz> it should work probably I miss something in constant or in setup TS
  • 04:28:59 <bottoni> I could imagine reading {settings.header.className} and adding the wrapping conditionally with Fluid. So you would add settings.header.classNames = wrapinheader ore maybe something more readable in your TS
  • 04:30:10 <braguzz> my idea was that
  • 04:30:48 <braguzz> but I'd like that user can choose it
  • 04:31:03 <braguzz> no every h2 should wrapped by that class
  • 04:31:12 <braguzz> (for example)
  • 04:32:31 <bottoni> ok there would be no select box with yes/no but at least your markup would be possible that way
  • 04:33:17 <braguzz> yes but where the user choose?
  • 04:35:22 <braguzz> I think that fluidcontent_core should achieve my situation
  • 04:36:08 <braguzz> It is only a fluidtypo3 ext so it should follow the rules of FT3
  • 04:36:55 <bottoni> Insid tab 'Appearance' is the tab 'header' where you find your classNames
  • 04:39:00 <braguzz> so yiou tell me that is not possble to add my own settings.header.myown ?
  • 04:39:27 <braguzz> you know that or is only your sopposition?
  • 04:39:31 <braguzz> suppo
  • 04:41:27 <bottoni> you can add your classes in settings.header.classNames comma separated
  • 04:42:46 <braguzz> sure I can but is not very elegant.I could insert wrappeddiv-headline-right ecc and that wrapping conditionally
  • 04:43:14 <robsonrobi> Hello together.
  • 04:43:21 <braguzz> but is not very elegant. are you sure that we cant in other way?
  • 04:43:38 <robsonrobi> Can anybody help me with a FLUX question?
  • 04:43:48 <braguzz> mmm
  • 04:44:18 <bottoni> I don´t know of any other way than building your own content element outside fluidcontent_core
  • 04:44:30 <braguzz> I'm very a noob
  • 04:44:57 <braguzz> can you try my setup in one of your env?
  • 04:47:14 <robsonrobi> I have a custom FCE build with flux. In the configuration exist an inline FAL an multiple input fields. My goal is, when i localize the element, i do not want the FAL be localized, instead the original FAL of the mother language should be used. i recognized the attribute "localizationMode" = 'keep' but it has no effect. Am i missgin soetinh, can an
  • 04:47:15 <robsonrobi> ybody assist?
  • 04:47:43 <robsonrobi> I have a custom FCE build with flux. In the configuration exist an inline FAL and multiple input fields. My goal is, when i localize the element, i do not want the FAL be localized, instead the original FAL of the mother language should be used. i recognized the attribute "localizationMode" = 'keep' but it has no effect. Am i missing something, can
  • 04:47:43 <robsonrobi> anybody assist?
  • 04:47:50 <braguzz> not me.. :(
  • 04:48:24 <robsonrobi> i do not know how to move on with that topic...
  • 04:48:27 <braguzz> I've understood your problem and is enough for me ;)
  • 04:48:29 <bottoni> Did that and it is as expected. I don´t see anything selectable in backend since settings.header.wrapinheader won´t be processed in any way
  • 04:49:12 <braguzz> but why it works when I add new content?
  • 04:50:08 <braguzz> look at that https://slack-files.com/T024TUMLZ-F09T263RN-fb9cae2d45
  • 04:51:10 <bottoni> I can´t tell it has no effect with exting content and with new content on my side
  • 04:52:04 <braguzz> have you inserted in setup with [global] ?
  • 04:52:27 <bottoni> yes
  • 04:52:47 <braguzz> remove the view part
  • 04:54:11 <bottoni> why?
  • 04:56:04 <braguzz> I think you havent the templates there
  • 05:09:06 <braguzz> argh
  • 05:09:33 <braguzz> thank you anyway bottoni, but I still think that I can do it in that way
  • 05:10:00 <braguzz> but if in a couple of days cant solve it, I follow your approach.. ;)
  • 05:10:46 <bottoni> Would be nice to know if it works for me too, good luck
  • 05:12:25 <braguzz> let us read the manual ;)
  • 05:12:39 <drlimbo> good morning
  • 05:13:26 <braguzz> you know.. when everithing else fail, read the manual
  • 05:13:32 <drlimbo> after upgrading flux-family all my FCE's doesn't have an icon =( is there something new? i thought without specyfy an icon, all will use the default icon
  • 05:25:00 <bottoni> braguzz and if it still fails, read the code
  • 05:25:40 <braguzz> ;)
  • 05:51:13 <braguzz> http://www.stackoverflow.dluat.com/questions/28676694/edit-headlines-header-level-fluid-powered-typo3-fluidcontent-core-instead-of-c
  • 05:51:19 <braguzz> @bottoni
  • 05:54:05 <bottoni> yes thats the standard way to do things
  • 05:55:22 <bottoni> maybe there´s a problem with your templates so you would have to post these
  • 05:55:45 <bottoni> a gist containing everything relevant is always best
  • 06:06:26 <braguzz> :( argh
  • 06:22:27 <robsonrobi> no idea at all ? I have a custom FCE build with flux. In the configuration exist an inline FAL and multiple input fields. My goal is, when i localize the element, i do not want the FAL be localized, instead the original FAL of the mother language should be used. i recognized the attribute "localizationMode" = 'keep' but it has no effect. change the
  • 06:22:27 <robsonrobi> file reference in the source show render that new image in the translation Am i missing something, can anybody assist?
  • 07:32:59 <jost> Can someone tell me, how well workspaces are supported in the newest versions of flux and fluidcontent? Especially when using nested content?
  • 07:39:11 <drlimbo> im also interested in that question jost
  • 07:39:38 <drlimbo> i think me had a project with flux and fluidcontent WITH workspaces, and i don't remember any problems
  • 07:40:05 <jost> drlimbo: I have a case here, where virtually nothing works
  • 07:40:22 <jost> Either I am doing something wrong, or the compatibility is not so great
  • 07:40:38 <drlimbo> i think we didnt had problems
  • 07:40:42 <drlimbo> what u mean with nested content?
  • 07:40:49 <drlimbo> FCE with a container who contains another FCE?
  • 07:40:59 <jost> yes, and possibly some other content element
  • 07:41:06 <jost> plugin or something
  • 07:41:33 <drlimbo> yes, we use the same there
  • 07:42:07 <drlimbo> for example, we use a 50% - 50% FCE with two containers containing elements and plugins
  • 07:42:26 <drlimbo> it just looks a bit messy if you have a lot of changes made to "publish"
  • 07:43:00 <jost> We've had problems especially with moving content elements around, they frequently got lost... and they did get lost in live and draft at the same time, while only editing in draft
  • 07:44:11 <jost> and when trying to publish or discard the changes later, exceptions occurred (about missing templates or content elements)
  • 07:44:58 <drlimbo> mhh crazy
  • 07:45:35 <drlimbo> i just had the problem with missing templates on another project, because the FCE's was organized in Subfolders whats not working anymore
  • 08:05:47 <braguzz> I also have the problem of the missing icons.
  • 08:05:49 <braguzz> after upgrading flux-family all my FCE's doesn't have an icon
  • 08:23:34 <jost> braguzz: at some version the way you set the icons changed
  • 08:24:25 <bottoni> see the derecated warning: https://fluidtypo3.org/viewhelpers/flux/master/FormViewHelper.html
  • 08:24:35 <bottoni> deprecated
  • 08:24:58 <jost> the icon="..." attribute was removed, instead you need to set the icon in the "options"-attribute: options="{icon: '{v:extension.path.resources(path: \\'Images/contentelement-icon.png\\')}'}
  • 08:25:13 <jost> "
  • 09:30:45 <drlimbo> yes jost, but if i don't set an icon-option, shouldt the default icon be displayed?
  • 09:31:24 <jost> there is a default icon?
  • 09:40:23 <braguzz> I have this <flux:form id="ListaImmagini" options="{useTypoScript: 0, group: 'Unify', icon: '{f:uri.resource(path: \'Source/Icons/icon-twitter.png\')}'}">
  • 09:40:29 <braguzz> but icon is not displayed
  • 09:43:21 <bottoni> I remember having issues once with the path being relative to typo3/ try setting absolute: 1 for a test
  • 09:46:52 <bottoni> or use vhs as jost suggested
  • 09:59:23 <drlimbo> mh yes bottoni - but i prefer NOT setting an icon and use the default icon.. this worked until i updated the flux-family
  • 09:59:48 <drlimbo> looks like i have to set all icons to default in ever fce =P
  • 10:10:15 <braguzz> I have this problem https://github.com/FluidTYPO3/flux/issues/891
  • 11:40:31 <braguzz> I cant get it work
  • 13:01:27 <xaver> braguzz: try to debug it
  • 13:01:53 <xaver> it looks like in v6 it can't call the icon utility from flux (if exists)
  • 13:03:16 <xaver> createIcon in fluidcontent -> Flux utility - if condition is TRUE, but gets no result

20150902

  • 02:45:02 <braguzz> icons still missing
  • 02:45:51 <braguzz> it creates src like this <img src="../../..//data/ammtrasp/SpecialityDistribution/typo3conf/ext/speciality/Resources/Public/Source/Icons/icon-twitter.png" alt="">
  • 02:46:31 <braguzz> it puts also linux path '/data/ammtrasp/SpecialityDistribution'
  • 03:21:16 <xaver> braguzz: thats a bug - PATH_site should only be aded if the icon utility is used
  • 03:22:25 <xaver> but the icon utility should work - the line is reached, but the function isn't called (i use v7 on my laptop - can't debug it)
  • 03:24:24 <xaver> braguzz: the problem is v7 added a prefix to all icons in wizard, code should work in v6 and v7 and my idea was to add a utility to resize all icons by default to 24mx24m (same size as the other icons). No css size available.
  • 03:26:45 <braguzz> in my template I use options="{useTypoScript: 0, group: 'Unify', icon: '{f:uri.resource(path: \'Source/Icons/icon-twitter.png\'}' }"
  • 03:27:17 <braguzz> I copied it from fluidcontentbootstrap (and also fcb icons are missing)
  • 03:28:16 <xaver> braguzz: i don't use the con param
  • 03:29:04 <xaver> if your file is Example.html add a icon in Icons/Content/Example.svg or png or (gif)
  • 03:30:53 <xaver> you ask on a working solution -> v7 ;)
  • 03:30:58 <braguzz> but what about twittercontentbootstrap?
  • 03:31:06 <braguzz> I'm still with 6.2
  • 03:31:38 <xaver> Add icon with right name, it will be detected
  • 03:32:10 <braguzz> xaver sorry but twcontentbootst is an ext
  • 03:33:02 <braguzz> I could change the code, but at news update as you know..
  • 03:33:03 <xaver> i think v2 branch remved them :) Sry but i think next days until a PR or i fix it, it will be broken
  • 03:33:34 <braguzz> xaver I dont understand you :(
  • 03:34:29 <xaver> Somebody can fix it and create a Pull Request or i will take a look in next days or weekend
  • 03:34:44 <xaver> you cna't fix it without chaning the code.
  • 03:35:18 <braguzz> ok I'll wait the fix I think that I'm not the only person with this problem... :)
  • 03:35:52 <braguzz> could you put in the right direction also with one other flux problem?
  • 03:49:18 <duch> Hi all
  • 03:49:50 <duch> first time on this channel, i have a quick question about flux child contents
  • 03:51:07 <duch> my main content in on colPos=3, when i create a child content thanks to the relation tab it is created in colPos=0
  • 03:52:13 <duch> is there a way to filter out records with tx_flux_parent field != 0 in v:content.render ?
  • 03:54:59 <duch> or should i completely avoid to use colPos=0 for my contents and start at 1 ?
  • 04:54:48 <papillon6> Can anyone comfirm a bug with viewhelper vhs:iterator.sort? Trying to sort an ObjectStorage leads to an error: #1273753083: Cannot cast object of type "TYPO3\CMS\Extbase\Persistence\ObjectStorage" to string.
  • 08:56:23 <drlimbo> is it possible to use v:switch & v:case with inline-usage? like {v:switch(value: '{fooo}')} {v:case(case: '1', break: 1)}
  • 10:29:13 <galoppi> Hi there! I installed flux,fluidcontent,vhs,fluidpages from current development branches and got the following error in TYPO3 6.2.14 after clearing all caches in install tool:
  • 10:29:29 <galoppi> Fatal error: Call to a member function preparedGet() on a non-object in typo3conf/ext/fluidcontent/Classes/Service/ConfigurationService.php on line 218
  • 10:29:45 <galoppi> Could anyone help me?
  • 10:30:22 <arnekolja> hi there. i got a strange problem. when using the v:condition.type.isArray viewhelper, it doesnt return true even when debugging the value says it definitely is an array.
  • 10:30:48 <arnekolja> debug says "array", but "test" is not printed: <f:debug>{elements}</f:debug><v:condition.type.isArray value="{elements}">test</v:condition.type.isArray>
  • 10:32:38 <galoppi> @galoppi: found a solution: added fluidcontent_core, after that it works
  • 10:32:47 <arnekolja> galoppi: have you tried the stable branch/a tagged release? development versions can easily contain such bugs.
  • 10:32:49 <arnekolja> okay
  • 16:48:47 <duch> hi
  • 16:48:59 <duch> i use fluidpages + fluidcontent_core
  • 16:49:52 <duch> i'd like to order a menu by a field which stores page hits (i already have a hook that updates this field)
  • 16:50:35 <duch> i could do it thanks to the TS Records object but i'd like to avoid typoscript as much as possible
  • 16:53:35 <duch> i've read in the IRC logs someone who said to use existing menu content elements
  • 16:55:17 <duch> but i can't figure how to do it with fluidcontent_core :(
  • 17:19:25 <duch> i think i found a clue in RecentlyUpdated.html > v:iterator.sort
  • 17:20:36 <duch> my problem is that my menu should be sorted by the field on the child page
  • 17:21:56 <duch> therefore i need a first loop on my first level, collect all child pages uids (how?) and a menu.list on my child pages in order to use my iterator.sort
  • 17:58:20 <duch> i found my solution (i cheated a little bit since my pages on first level won't change) :
  • 17:58:23 <duch> <v:page.menu.directory pages="25,26,27,28,29,30,31,32,33,34">
  • 17:58:23 <duch> <ul class="fList">
  • 17:58:23 <duch> <f:for each="{menu -> v:iterator.sort(sortBy: 'tx_smenohitcounter_hits', order: 'DESC')->v:iterator.slice(length: '10')}" as="pageRecord">
  • 17:58:23 <duch> <li><v:page.link pageUid="{pageRecord.pid}" class="fCat" /><f:link.page pageUid="{pageRecord.uid}">{pageRecord.linktext}</f:link.page></li>
  • 17:58:23 <duch> </f:for>
  • 17:58:23 <duch> </ul>
  • 17:58:24 <duch> </v:page.menu.directory>
  • 17:58:46 <duch> hope this helps

20150903

  • 07:39:12 <arnekolj_> uh … does anybody know how to clear indexed search results? there's nothing like it in info or indexing or any main module like that.
  • 07:40:59 <arnekolj_> wrong channel, sry

20150904

  • 10:09:57 <pedda> hi there
  • 10:10:01 <pedda> still someone around ?
  • 10:10:46 <pedda> i have updated my EXT:flux and now i get some not valid template uri error message in backend while accessing a page with a plugin of a custom extbase extension with flux integration

20150905

20150906

20150907

  • 09:23:02 <Kaimane> When using flux:field.file viewhelper is it possible to disable to browse control? Like https://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Group/Index.html#disable-controls
  • 09:24:27 <Kaimane> Sry I meant the upload control. I would like to disable the upload control.

20150908

  • 03:31:46 <comixtrip> Hi all! Is it possible to select a sysfolder with <flux.wizard.link>? Atm these are greyed out in popup. Thanks in advance!
  • 12:56:32 <xaver> comixtrip: v7?
  • 12:56:48 <xaver> wizards a little buggy in v7
  • 13:34:14 <Guest|6423> when will commit 1ea4bab65f6b76471e34e476ba6d5b1028b52707 be availible in ter?
  • 13:35:00 <Guest|6423> so flux can used with typo3 7.4

20150909

  • 03:03:32 <NicerDicer> Good Morning everyone. Im having an issue with flux and im wondering if someone could help: FLUX Version is 7.0.0. Im creating a text field using the <flux:field.text> viewhelper. My system is configured to use content_fallback. If i fill the new field in my default language but not in my translation, the translated page performs a fallback on the
  • 03:03:32 <NicerDicer> default language (cause of content _fallback i think). Is there any setting to disable that behavious for specific fields? Thanks in advance.
  • 03:16:49 <NicerDicer> I dodged the problem using a custom built viewhelper reading the flexform by hand and getting the value.
  • 04:48:39 <mischka> What is the schedule for the next flux-release to the TER
  • 05:50:53 <mischka> I think this is important because 7.4 has some security updates
  • 07:09:32 <Guest|65270> Hey i have a problem in my Page Template. I have an flux:field.tree with transform="array" where i can select the pages i use for my topnavigation. On the parent page everything is working fine but on the subpages the first page in the array is an empty string.
  • 07:13:40 <Guest|65270> Does anyone know a solution for this?
  • 07:21:51 <Guest|65270> Ok found the solution haha
  • 07:22:33 <Guest|65270> Some old flexform datas from the child pages blocked the flexform from the parent

20150910

  • 18:36:17 <mneuhaus> NamelessCoder: have i ever expressed my love towards you for liberating fluid? :D just threw together a little prototype/clickdummy base in way under an hour
  • 18:36:18 <mneuhaus> https://github.com/mneuhaus/doud
  • 18:36:19 <mneuhaus> ^^
  • 18:50:54 <NamelessCoder> you may have mentioned it once or twice but you're very welcome to mention it again ;)
  • 18:51:55 <NamelessCoder> interesting approach for the clickdummy thing
  • 18:53:00 <NamelessCoder> did you think about just putting PHP files with a return array() to provide variables?
  • 18:53:07 <NamelessCoder> I would have done that ;)
  • 18:53:31 <NamelessCoder> one dependency only + dynamic features for variable provisioning

20150911

  • 01:37:34 <mneuhaus> @NamelessCoder ^^ hmm, year php array could be ok as well i guess, although i like the slimliness of yaml :)
  • 02:33:50 <bottoni> Good morning, I FluidTYPO3 page template with nested <flux:form.object/> not working when exceeding a certain object limit. Only the other flux fields get saved into tx_fed_page_flexform, the xml structure remains valid though. Does anyone know this problem or does anyone spot an error in my template: https://gist.github.com/boettner-it/6f29fd2e5c9d66705f84
  • 05:05:58 <NamelessCoder> bottoni raise max_input_vars. See bottom of Flux's README.md file
  • 05:36:44 <bottoni> Thanks NamelessCoder, I missed the README. Sounds like the solution. Unfortunately the customers privider (1&1 in Germany pfff...) offers no reasonable methods to change PHP settings. Means one php.ini file in every directory involved in the processing. I´ll discuss a move to another provider. This point is just another one on the list for moving but the customer has refused to so far.
  • 05:45:26 <mneuhaus> aside from managed/root servers 1&1 is quite shitty
  • 05:46:55 <bottoni> mneuhaus you name it
  • 05:47:32 <mneuhaus> jweiland, mittwald, domainfactory, uberspace are quite good
  • 05:47:43 <mneuhaus> hosteurope as well as i hear, but a bit pricy
  • 05:48:07 <bottoni> I made good experience with Hetzner as well
  • 05:48:12 <mneuhaus> or you set up a raspberry pi and put it in your home land ;D
  • 05:48:29 <bottoni> :-)
  • 05:48:58 <mneuhaus> yea, probably plenty more our there that are decent
  • 05:49:57 <bottoni> being more flexible than 1&1 is not too hard. Discounter will always be discounter
  • 05:50:01 <mneuhaus> but usually i have the feeling there's 10-15% good ones, 30-40% "ok" ones and the rest is pure stupid, non-flexible, no-real-knowledge-support crap
  • 05:50:44 <mneuhaus> had a customer once, who provided me the passwords, etc for their hosting.
  • 05:50:56 <mneuhaus> after a quick check: no php, no database, 30mb webspace
  • 05:51:00 <mneuhaus> ...
  • 05:51:04 <mneuhaus> for typo3 6.2
  • 05:51:10 <bottoni> reduce to the max
  • 05:52:00 <mneuhaus> after some dicussion we got php 5.2, database and 1gb of space
  • 05:52:10 <mneuhaus> well, 5.2? that ain't gonna work, no namespaces
  • 05:52:22 <mneuhaus> hoster: typo3 works on our hosting
  • 05:52:32 <mneuhaus> maybe 4.* but not 6.*+
  • 06:33:47 <Xatenev> heya
  • 06:33:47 <Xatenev> http://stackoverflow.com/questions/27426426/set-upload-folder-when-using-fal-in-tca
  • 06:33:49 <Xatenev> any idea on that? :(
  • 10:32:15 <moger> Hi There. I have sys_categories related to pages. I use fluidpages and menu viewhelpers from VHS
  • 10:32:59 <moger> now i want to access the related sys_categories model from the page model which is available inside the menu viewhelper.
  • 10:33:51 <moger> how can I add a proper TCA relation to the sys_categories in the page model which is used in there?
  • 10:34:10 <moger> i guess i have to extend it somehow...?

20150912

20150913

20150914

  • 03:17:00 <batjony> hello guys
  • 03:18:46 <batjony> does someone know anything about if the current fluidtypo3 extensions will be usable in farther versions of Typo3 CMS ?
  • 03:21:23 <batjony> I have a lot new typo3 projects and I have to decide whether to start them with the fluidtypo3 extensions, or with something like typo3-themes.org
  • 03:34:18 <bottoni> Hi batjony as far as I know there are no such plans for T3 v6 and 7. FluidTYPO3 is a very active project and offers you much more than a simple theme. It´s very deeply integrated TYPO3
  • 04:34:05 <bottoni> NamelessCoder regarding last weeks issue, I raised max_input_vars after moving to another environment to 50000 and even higher but the problem persists and I don´t get a "Invalid CSRF Token" message. What is a reasonable setting?
  • 07:58:15 <Guest|11324> Hi! I'd like to build an custom container for frontend elements like the documentation tells to do for a textpic. But how can I do this? By now, I have just dealed with Variants and Versions.
  • 08:27:09 <bottoni> Hi Guest|11324, did you read the fluidcontent_core docs? https://github.com/FluidTYPO3/fluidcontent_core
  • 08:29:48 <artisticMink> Hello, is there a up-to-date, 7.x-ish example for fluidpages? I checked git, but the example seemed pretty out to date, still has the tx_myextension_pathto_controller convention.
  • 08:33:18 <Guest|11324> bottoni:Yes I have read this docs. With the help of them I could do the variants and versions. But not the container, mentioned in the chapter "Special note about the Textpic "
  • 08:49:45 <bottoni> Guest|11324 well to have a textpic element would mean creating a variant of text with all options your layout needs to control text/image flow. The containers mentioned in the docs would mean creating a wrapping content element providing only the markup for the flow of text and image and leaving it to the editors to fill his container with separate text and image content elements. I personally choose the te
  • 08:49:45 <bottoni> xt variant as editors most often don´t like having too much to think about which has to be inserted where
  • 08:55:36 <Guest|11324> The textpic version I need is just a simple one. Text and Image should be displayed in a two or three column layout. Therefore I'd like to add such a new element in the general Tab, which the editors can choose. But I don't know how to start building this new element (wrapper)
  • 09:04:15 <bottoni> The standard way would mean creating a text variant but this wouldn´t place your custom text variant under the general tab. You could make your own element as described here https://fluidtypo3.org/documentation/templating-manual/templating/creating-templates/content-element.html I recommend reading the whole chapter 3 of the docs
  • 09:06:34 <bottoni> Placing it under the general tab should be possible with the <flux:form/> options attribute. There´s a group option which controls the tab position. I always use that for my custom tab so it´s just a guess whether there´s an id string for the general tab
  • 09:24:04 <Guest|11324> Thank you! I will read and try :-)
  • 09:36:43 <artisticMink> I created a PageController, however no Action gets rendered, not even the defaultAction. I made sure my provider is registered with my vendor and extension key as well as initializeView is called. What may i have missed?
  • 09:47:07 <bottoni> template names and controller actions correspond?
  • 09:48:17 <bottoni> and your templates are in Resources/Private/Templates/Content ?
  • 09:49:02 <artisticMink> bottoni: Yes, since it is a page controller they're located in Templates/Page/. Also, the proper templates, selected in the backend, get rendered on page call.
  • 09:50:06 <artisticMink> Just their correspocting middleware doesn't, which i need to assign some variables and check for mobile devices.
  • 10:01:56 <bottoni> just checked one ov my providers nothing special in there. You mentioned all necessary steps. Did you clear system caches or manually deleted typo3temp/Caches/ and related db tables?
  • 10:04:28 <artisticMink> bottoni: I cleared the cache manually, however i didn't check the tables. Let me take a look at the db.
  • 10:05:41 <bottoni> cf_extbase_datamapfactory_datamap, cf_extbase_typo3dbbackend_queries, cf_extbase_object, cf_extbase_reflection, cf_flux
  • 10:05:56 <artisticMink> bottoni: Thanks
  • 10:15:50 <artisticMink> bottoni: Sadly, truncating the named tables did not have a visible effect.
  • 10:16:48 <bottoni> do you get any debug output \TYPO3\CMS\Extbase\Utility\DebuggerUtility::var_dump() from your action
  • 10:17:36 <bottoni> and is the naming scheme template name vs. action name correct? action starts lowercase template starts uppercase
  • 10:18:22 <bottoni> example: HomePage.html needs homePageAction()
  • 10:23:14 <artisticMink> bottoni: No, even being rude and terminating the script via die(); does not have any effect, so i strongly assume the actions are never called. However, the php file in which the PageController class resides is definetly executed.
  • 10:23:59 <artisticMink> bottoni: http://pastebin.com/15gQDMNe Yes, from what i can tell everything is proper. It worked well on Flux 6.X which i migrated from to 7.1 I went trough the migration sheets in the docs carefully.
  • 10:43:25 <bottoni> Can´t spot anything incorrect. Is it the same with 7.4 and the latest versions auf the flux family?
  • 10:52:41 <artisticMink> bottoni: I didn't go higher then 7.1 by now but i guess it's worth a try. Is there a release version of 7.4 or should i just check out the latest master?
  • 10:53:43 <bottoni> yes there´s a release: http://get.typo3.org/7 or https://typo3.org/download/
  • 10:56:23 <artisticMink> bottoni: Alright, i'll give it a try. Thanks for your help on the subject.
  • 10:56:37 <bottoni> you´re welcome and good luck
  • 11:03:57 <JohPie> tach
  • 11:11:43 <Guest|11324> bottoni: I managed to build the Custom Content Element. Thank you very much! But it is not places under the "Typical Page Content" Tab. I used the group attribute and now I have two Tabs named "Typical Page Content". Do you have any other idea? That's my flux:form definition: <flux:form id="twoCol" options="{group: 'LLL:EXT:cms/layout/locallang_db_
  • 11:11:43 <Guest|11324> new_content_el.xlf:common'}" >
  • 11:28:57 <bottoni> That´s what I mentioned I didn´t try yet to place my custom elements under the general tab yet. I´m quite sure that the locallang label won´t do. Maybe it´s possible with an id string but I have no idea if it is nor which one would be correct. I always name my custom tab after the customer or use separate tabs if I have multiple groups myself

20150915

  • 06:38:05 <chrisdev> I did some research but can't find anything definitive regarding the relation between 7.5's Fluid Content and FluidTYPO3. Are they compatible or separate implementations?
  • 06:39:25 <xaver> 7.5 and FT3 - wait for final 7.5 and we will test everything
  • 06:40:39 <chrisdev> ok, thank you.
  • 11:40:00 <braguzz> hi I have an error 'connection reset by peer'
  • 11:40:23 <braguzz> when I try to use <flux:wizard.link />

20150916

  • 02:38:08 <braguzz> I have some problem with flux field link wizard
  • 07:05:23 <Guest|15705> Hello, is there an up-to-date example of utilizing flux to create a repeating nested object to process via <f:for/>? I.e. adding multiple images for a slider. I'm not sure how to utilize <f:form.object/> properly.
  • 07:17:12 <NamelessCoder> Guest|15705 combine with a section and the editor can insert/sort/edit multiple objects. See fluidbootstraptheme's templates for an example... I think there's a multiimage element in there
  • 07:19:22 <Guest|15705> NamelessCoder: Alright, i'll check it out. Thanks.
  • 11:28:04 <Guest|41934> Is it possible to localize / translate page property tabs and fields e.g different values in input fields for different languages?
  • 11:49:30 <jtml> hi there. i'm having a problem with the vhs page.menu and localization. I have a page which has subpages in one language, but in a second language only the first level is localized without any subpages, then hasSubPages is set to TRUE
  • 11:52:25 <jtml> i have set $GLOBALS['TYPO3_CONF_VARS']['FE']['hidePagesIfNotTranslatedByDefault'] = '1'; in AdditionalConfiguration.php which works fine for the first level of the menu

20150917

  • 09:24:34 <jtml> hi.... i noticed that in the vhs viewhelper v:page.menu the attribute "hasSubpages" only takes the value from the original language
  • 09:25:07 <jtml> $page['hasSubPages'] = (0 < count($this->getSubmenu($page['originalPageUid'])));
  • 09:26:36 <jtml> is this really like it should be? because in my case the menu item of a localized page still gets the class "sub" even when it has no localized subpages
  • 10:34:32 <drlimbo> good afternoon
  • 10:35:36 <drlimbo> is there a way to loop trough FAL Folders within an FCE?
  • 10:36:22 <jtml> mhmm ... in the template you mean ?
  • 10:37:46 <drlimbo> id like to choose a folder in my flux-form (FCE) and loop trough all subfolders in frontend
  • 10:37:59 <drlimbo> with this way, i'd like to display a file-based gallery
  • 10:39:24 <jtml> oh sorry... i misunderstood you ... i thought you were asking for the normal loop through the fal items in the record
  • 10:43:36 <Guest|17479> I tried to make the inputs from the flux based page configuration of my page templates editable in different languages, but I had no success.
  • 10:43:44 <Guest|17479> - added all six columns to table pages_language_overlay
  • 10:43:53 <Guest|17479> - copied the "addTCAcolumns" and "addToAllTCAtypes" code parts from ext_tables using pages_language_overlay instead pages
  • 10:44:00 <Guest|17479> - added colum names to [FE][pageOverlayFields] in LocalConfiguration
  • 10:44:11 <Guest|17479> Now the page configuration tab is shown in page properties of the translated page and also the original data from default language is listed in the typo3-TCEforms-originalLanguageValue box. But instead of the fields defined by flux i got a message "Data Structure ERROR: No proper configuration!". This error is not shown in default language page pro
  • 10:44:11 <Guest|17479> perties.
  • 10:44:17 <Guest|17479> Can anyone help me implementing this feature?
  • 10:55:15 <drlimbo> jtml:no problem =)
  • 11:08:36 <drlimbo> if i choose a Folder in my FCE like 'file:1:/user_upload/Bilder/' - how i can loop trough all files in this folder with a viewhelper?

20150918

  • 02:59:47 <jtml> hi... i'm trying to solve a issue which i have with vhs v:page.menu and localization for a few days.
  • 03:01:21 <jtml> i hope someone here could help me. my problem is that in a localized menu i get the class "sub" set even when when the localized menuitem has no subitems of this language
  • 03:02:30 <jtml> i posted about this the last few days. i'm really wondering what i do wrong in my configuration, or if its not a bug?
  • 04:22:20 <bjo3rn> jtml this is more of a bug I'd say. mind filing an issue on GitHub please?
  • 04:22:37 <bjo3rn> I'll take care of it then.
  • 05:44:34 <Guest|68735> Hi
  • 05:45:01 <Guest|68735> im upgrading typo3 4.2.12 to the latest version
  • 05:45:17 <Guest|68735> what is the best way to choose
  • 05:45:36 <Guest|68735> the next versions.. a stable version to get to 7.4.0
  • 05:46:17 <Guest|68735> ??
  • 05:47:26 <Guest|68735> hellloooo any one??
  • 06:00:32 <NamelessCoder> Guest|68735 wait for next TER of flux or use development branch of flux. Others work on 7.4
  • 06:24:47 <jtml> @bjo3rn ... yeah i thought also, its not even working with the autorendering
  • 06:24:51 <jtml> thank you
  • 07:51:37 <NicerDicer> Hey everybody.
  • 07:52:42 <NicerDicer> Im using the f:uri.action viewhelper to generate action urls. Its working perfectly but W3C validation fails because the viewhelper generates links with & characters which must me urlencoded to w3c checks. Is this an fluid issue or is the typolink function responsible for that?
  • 10:09:16 <Guest|68735> hello
  • 10:09:27 <Guest|68735> a quick question
  • 10:09:34 <Guest|68735> anyone???
  • 10:09:59 <NamelessCoder> Guest|68735 please check the rules. Ask your question; if someone knows they will answer
  • 10:11:36 <Woody> Hello there!
  • 10:11:40 <Guest|15428> Hi.. im planning to upgrade typo3 from 4.2.x to
  • 10:11:45 <Guest|15428> 7.4.0
  • 10:12:06 <Guest|15428> what is the best method., a stable version to choose from
  • 10:12:14 <NamelessCoder> Guest|15428 that's a *huge* jump. Likely to break in so many ways.
  • 10:12:16 <Woody> I have a short question to vhs LanguageMenuViewHelper - is there anyone who can help?
  • 10:12:30 <Guest|15428> yes
  • 10:12:36 <Guest|15428> any idea
  • 10:12:54 <Guest|15428> 4.2.1 to 4.7.20 to 6.1.2
  • 10:12:56 <NamelessCoder> 4.5 -> 6.2 -> 7.5 (or wait for LTS)
  • 10:13:07 <Guest|15428> yes
  • 10:13:10 <NamelessCoder> skip the intermediates
  • 10:13:28 <Guest|15428> you mean 4.5.0
  • 10:13:32 <Guest|15428> 6.2.0
  • 10:13:37 <Guest|15428> and 7.4.0
  • 10:14:01 <Guest|15428> cause i tried some of the extns from 4.5 to 6.2
  • 10:14:04 <NamelessCoder> I mean do each upgrade but skip the ones that aren't LTS. And either to most recent or wait for next LTS if you want a cleaner upgrade path
  • 10:14:34 <Woody> Unfortunately the LanguageMenuViewhelper ignores the setting "Hide default translation of page" and displays the Language-Link => after a click a TYPO3 error appears
  • 10:14:36 <NamelessCoder> expect multiple extensions to break and no longer be available for the new version
  • 10:15:06 <Guest|15428> is it required to compare database after upgrade
  • 10:15:12 <NamelessCoder> if you use many custom extensions it could be a huge task
  • 10:15:12 <Guest|15428> sure will do
  • 10:15:26 <NamelessCoder> I've had upgrades taking six months.
  • 10:15:37 <Guest|15428> regular one.. mm forum, doc check etc
  • 10:15:43 <NamelessCoder> mm_forum doesn
  • 10:15:48 <NamelessCoder> 't exist for new versions iirc
  • 10:16:00 <Guest|15428> yes
  • 10:16:06 <Guest|15428> you are right..
  • 10:16:07 <NamelessCoder> no clue what doc check is but since I don't hear about it, I'd guess deprecated
  • 10:16:15 <Guest|15428> yes
  • 10:16:22 <NamelessCoder> don't mean to discourage you but you really should have been keeping up with upgrades sooner
  • 10:16:22 <Guest|15428> how about compare database
  • 10:16:35 <NamelessCoder> yes, the full upgrade must be completed for every version I mentioned
  • 10:16:41 <Guest|15428> e.g if i upgrade 4.2.17 to 4.7.20
  • 10:16:51 <Woody> @Guest|15428: You can also try the Smooth Migration Extension - it will tell you which Extensions are not compatible or have deprecated code
  • 10:16:53 <NamelessCoder> Woody check the issue tracker, I think there is an open issue for that
  • 10:17:23 <Guest|15428> oh.. can i download that
  • 10:17:30 <Guest|15428> from extension manager
  • 10:17:44 <NamelessCoder> probably not for your 4.2 site
  • 10:18:16 <Woody> Smooth migration helps you getting from lts to lts - https://typo3.org/extensions/repository/view/smoothmigration
  • 10:18:29 <Woody> Okay thank you @Nameless - i'll have a look!
  • 10:20:13 <Guest|15428> sure
  • 10:21:26 <Woody> Do you mean https://github.com/FluidTYPO3/vhs/issues ?
  • 10:21:33 <Woody> or is there another issue tracker?
  • 10:21:35 <Guest|15428> thanks
  • 10:24:35 <Guest|15428> thankyou woody
  • 10:24:54 <Guest|15428> currently at 4.2.17
  • 10:25:03 <Guest|15428> so i can upload this extension right
  • 10:31:32 <NamelessCoder> yep Woody that's the one
  • 10:32:25 <NamelessCoder> I'm out - have a nice weekend!

20150919

  • 06:05:21 <mneuhaus> NamelessCoder: found a way to test/compare static/non-static rendering in the unit tests ;)
  • 06:05:35 <mneuhaus> working through everything step by step now
  • 06:08:57 <NamelessCoder> there's no static mocking so no, not really
  • 06:09:33 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/anv543qj73ca.png
  • 06:10:07 <mneuhaus> i first tried mocking the templacecompile, etc somehow
  • 06:10:10 <NamelessCoder> compilableinterface will go away soon and every VH will say TRUE to that one, so I'm not sure that's the way
  • 06:10:28 <NamelessCoder> we can only mock the rendering context and closure here :/
  • 06:10:34 <NamelessCoder> and ofc arguments
  • 06:10:51 <mneuhaus> well, at least it's a test that works for now? ^^
  • 06:11:42 <mneuhaus> kinda weird there's 2 ways to execute the "same" stuff anyway
  • 06:12:12 <mneuhaus> i think the templateView should only render the static way, if present
  • 06:12:25 <NamelessCoder> render() would simply call renderStatic when VH is compilable so testing render() should test both
  • 06:12:56 <mneuhaus> should yes, but currently isn't which provides a need to ensure they behave the same
  • 06:15:02 <NamelessCoder> in that case I would make a second test method that tests only the static execution. It's good to test for, but making assertions at this point is not expected
  • 06:15:51 <mneuhaus> ok
  • 06:17:48 <mneuhaus> prob is, i first have to find out which viewHelpers all fail, and then add the specific additonal test to each and every one
  • 06:18:00 <mneuhaus> this way i'd be catching them all in one swoop
  • 06:18:07 <mneuhaus> + cathing any new ones for now
  • 06:19:18 <NamelessCoder> for detection sure, it's fine ;) but once standalone fluid is merged this will execute for every VH and involve a lot of very possibly unmocked deps (due to static; rendercontext, empty closure etc)
  • 06:19:31 <mneuhaus> ok :)
  • 06:23:15 <mneuhaus> http://dl.dropbox.com/u/314491/Screenshots/5v38gqlh0s_v.png
  • 06:23:17 <mneuhaus> ? :)
  • 06:25:27 <NamelessCoder> yep that would be the way after you've identified which ones need a static test ;)
  • 06:25:39 <mneuhaus> i'm adding those to every one i encounter ;)
  • 06:25:47 <mneuhaus> and remove the general one in the end
  • 06:26:17 <mneuhaus> although, maybe i'll commit it in commented out, for future compile-bug-hunts?
  • 06:26:47 <NamelessCoder> no commented-out code, that'd cause CGL errors ;)
  • 06:26:59 <mneuhaus> if(false) ;D
  • 06:27:04 <mneuhaus> joking ;)
  • 06:27:30 <mneuhaus> if (CONTEXT == 'BUGHUNTING')
  • 06:29:25 <NamelessCoder> hehehe :)
  • 06:30:06 <mneuhaus> phew, this commit will be extensive ^^
  • 06:31:23 <mneuhaus> i could split them up a bit i guess
  • 06:31:34 <mneuhaus> will be a big batch to review
  • 06:33:18 <NamelessCoder> if it's BIG, split up into scopes of viewhelpers
  • 06:33:37 <mneuhaus> it'll involve at least 90% of all condition viewhelpers
  • 06:33:44 <mneuhaus> plus their tests
  • 06:34:54 <mneuhaus> will split em according to namespaces :)
  • 06:36:45 <NamelessCoder> yeah so that's a lot of viewhelpers
  • 06:37:14 <mneuhaus> yep, all currently failing as soon as they are executed cached
  • 06:58:50 <mneuhaus> i'm a bit baffled how this can currently not fail
  • 06:58:51 <mneuhaus> https://github.com/FluidTYPO3/vhs/blob/development/Tests/Unit/ViewHelpers/Condition/Context/IsFrontendViewHelperTest.php#L29-L52
  • 06:59:03 <mneuhaus> 1. $instance isn't used *at all*
  • 06:59:21 <mneuhaus> 2. verdict is only used in the $instance -> so not used as well
  • 06:59:49 <mneuhaus> so, how can the render result in 2 different results for the same $arguments
  • 07:00:02 <mneuhaus> doh, completely stupid, forget it
  • 07:19:15 <mneuhaus> NamelessCoder: would be cool if you could take a peek at the first batch:
  • 07:19:16 <mneuhaus> https://github.com/FluidTYPO3/vhs/pull/906
  • 07:19:47 <mneuhaus> it contains the ConditionViewHelperTrait we talked about which i'll need to base the other batches on :)
  • 07:30:26 <NamelessCoder> are we forced to duplicate those rendering methods on the Trait?
  • 07:46:09 <mneuhaus> yep, those are in the new AbstractConditionViewHelper, but not the old one
  • 07:46:10 <mneuhaus> :)
  • 07:46:11 <mneuhaus> :(

20150920

20150921

20150922

  • 04:18:04 <berto> Hi everyone, I tried updating flux to 7.2.2 but fluidcontent and fluidpages aren't loaded anymore. There is no error, pages are just empty, same for content elements. If I reinstall 7.2.1, everything works ok. Anyone ever had the same problem?
  • 04:18:43 <berto> my Typo3 version is 6.2.15
  • 04:27:28 <berto> the "Change from 10 to 0 for root paths" was the cause (I tried readding 10 instead of 0 in the FluxService.php file), I'll verify what's wrong in my configuration
  • 04:29:55 <berto> I changed my view *.0 to *.10, seems to work now :)
  • 04:30:18 <berto> plugin.tx_mywebsite.view {
  • 04:30:18 <berto> templateRootPaths.10 =...

20150923

  • 04:18:39 <Guest|81599> hello
  • 04:19:06 <Guest|81599> recently i upgraded the typo3 from 4.x to 6.2
  • 04:19:22 <Guest|81599> i have one problem with mm_forum extension
  • 04:19:36 <Guest|81599> from 4.5.40 to 6.2
  • 04:20:09 <Guest|81599> can anyone have a solution for this... after i migrate to 6.2
  • 04:20:19 <Guest|81599> the exten does not work
  • 04:20:29 <Guest|81599> thanks
  • 04:22:30 <Guest|81599> ??
  • 04:43:49 <Guest|81599> hi jost
  • 04:44:18 <Guest|81599> just need a small input
  • 04:44:35 <Guest|81599> upgrading from 4.5.x to 6.2
  • 04:44:42 <mneuhaus> Guest|81599: hey, sorry, i haven't used mm_forum in ages + this forum is primarily focused around the fluidtypo3 extenions. you'll probably have better luck finding help regarding that issue in #typo3 or in the typo3 slack: https://forger.typo3.org/slack
  • 04:45:30 <Guest|81599> mm_forum extension issue
  • 04:45:44 <Guest|81599> sure
  • 04:45:46 <Guest|81599> thanks
  • 04:45:55 <Guest|81599> appreciated
  • 04:46:07 <mneuhaus> you're welcome :)
  • 06:04:37 <fger> hi guys - how can i call a fluidcontent custom controller in my provider-extension via a pageType ?
  • 06:04:51 <fger> like do i have to register a special plugin in my provider-extension ?
  • 06:51:20 <xaver> fger: you want to user contentcontroller for a fce
  • 06:53:36 <fger> yes
  • 06:54:06 <fger> from within an fce i send an ajax request to e.g. update the fce's html via a contentController action
  • 07:17:05 <fger> its about updating comments and threats for a forum-style section using fluidcontent
  • 07:32:15 <fger> nvm, i will move all functionality into a distinct extension
  • 07:58:31 <xaver> fger: sry lunch time

20150924

  • 02:57:55 <drlimbo> good morning
  • 03:47:35 <lukas_demetz> Hi there
  • 03:48:02 <lukas_demetz> I just upgraded fluidcontent, flux and so on to the latest version, and am experiencing some weird behaviour
  • 03:48:34 <lukas_demetz> I am outputting the current page's title using '<h1>{page.title}</h1>' in my template, and it worked fine
  • 03:49:03 <lukas_demetz> However, after the upgrade I always get the english version (the default) even if I use another language (like, say german)
  • 03:53:44 <lukas_demetz> I resorted back to use '<f:cObject typoscriptObjectPath="lib.pagetitle"/>'
  • 03:55:00 <lukas_demetz> Maybe I am missing something :) or I found a bug, hope this helps someone else just in case
  • 03:57:40 <drlimbo> good morning
  • 03:58:01 <drlimbo> does someone has an idea how to change my flexform, to show the marked select over multiple lines? (like on the left) https://www.evernote.com/shard/s8/sh/79d9b38e-eaf1-4109-ba30-812740362243/afb0ede3bd4a7c1c
  • 05:06:52 <drlimbo> is there a way to get the Title, etc. Elements from a FAL File with the UID?
  • 05:08:02 <drlimbo> mneuhaus: im sure u have an idea =)
  • 05:29:03 <mneuhaus> with the real fal uid?
  • 05:29:16 <mneuhaus> should be no prob, even doin' it bare-bone through TYPO3_DB
  • 05:29:55 <mneuhaus> if it's a reference: FileRepository->findFileReferenceByUid
  • 05:30:15 <mneuhaus> or the file itself: findFileReferenceByUid->findByUid
  • 05:31:32 <mneuhaus> ^ @drlimbo
  • 05:32:06 <drlimbo> its crazy, im getting images of a file collection and show the images
  • 05:32:35 <drlimbo> IF the file collection is manual (added single files) i can access the metadata in my template
  • 05:32:49 <drlimbo> but if the collection is folder based (all files of folder X) there is no metadata
  • 05:42:48 <drlimbo> mh, in the ext sf_filecollection_gallery it works well
  • 05:42:51 <drlimbo> maybe i made something wrong
  • 05:44:48 <Guest|11956> i think you have to set the size attribute
  • 05:44:54 <Guest|11956> have you tried that?
  • 05:46:13 <drlimbo> the size Guest|11956?
  • 05:48:51 <Guest|11956> <flux:field.select name="yourName" size="10" />
  • 05:48:57 <Guest|11956> something like that
  • 07:21:58 <Shupal> hi there
  • 12:18:04 <shupal> heyho, if i look in the issue queue i found a ticket for the fluidpages page configuration translation. https://github.com/FluidTYPO3/flux/issues/506 is there any documentation or snippet how to implement this?
  • 12:25:44 <xaver> shupal: bad idea
  • 12:26:21 <xaver> is no fun, easier to add a new TCA record
  • 13:19:23 <shupal> @xaver in the newest release, too?

20150925

  • 04:56:29 <Guest|58313> Hiho!
  • 04:57:49 <Guest|58313> Making first steps with FCEs... Is it possible to include the standard 'bodytext' and 'image' filels in my new FCE?
  • 05:32:41 <gbod> Guest|58313: {record.bodytext}

20150926

  • 09:15:20 <Guest|58313> @gbod: Thanks, but how do I create a input field that saves its content into the "bodytext" field?
  • 09:15:32 <Guest|58313> <flux:field.text name="record.bodytext" label="Text" enableRichText="1"/> doesn't work...

20150927

  • 16:59:57 <Guest|62358> hi there, i have problems overriding the fluidcontent core templateRootPaths
  • 17:00:30 <Guest|62358> with version 1.2

20150928

20150929

  • 04:59:24 <linkthis> i am trying to get the categories tab into my fce's. is it possible?
  • 04:59:50 <linkthis> its activated for tt_content
  • 05:10:38 <linkthis_> i am trying to get the categories tab into my fce's. is it possible?
  • 05:44:22 <linkthis_> fyi
  • 05:44:29 <linkthis_> \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::makeCategorizable(
  • 05:44:29 <linkthis_> $_EXTKEY,
  • 05:44:29 <linkthis_> 'tt_content',
  • 05:44:31 <linkthis_> 'categories',
  • 05:44:32 <braguzz> there is a way to exlude from menu pages after a separator?
  • 05:44:33 <linkthis_> array()
  • 05:44:35 <linkthis_> );
  • 07:57:06 <mneuhaus> hey, is there a way to add a fluidcontent element to an existing default tab?
  • 07:57:16 <mneuhaus> e.b. Typical page content for example
  • 07:57:28 <mneuhaus> when i try to use "common" it replaces all existing content elements
  • 09:55:39 <Guest|39615> Hi all!
  • 09:57:13 <Guest|39615> I have following problem: page A hast 2 fluidpage section with some objects in in. Page B is subpage of page A. Why does page B don't inherit settings/sections from parent page A?
  • 10:07:17 <NamelessCoder> Guest|39615 default behavior is to *not* inherit those types because they may present problems when inherited and edited on subpages
  • 10:07:29 <NamelessCoder> you can enabled it with inherit="1" on section and object
  • 10:12:57 <Guest|39615> okay, but a section, called logos is inherited anyway. So one Section works (without the inherit attribute) and one not, what could be the reason?
  • 10:14:03 <Guest|39615> and I just tried: inherit="1" don't work :(
  • 10:15:14 <NamelessCoder> it's *very* prone to problems, that's why the default behavior is to have it disabled. Your section must also be named uniquely.
  • 10:15:45 <NamelessCoder> basically because none of the objects or sections are identified but rather numerically indexed, changing anything on a child page usually causes problems
  • 10:16:28 <Guest|39615> and what about simple inputs/checkboxs in a sheet?
  • 10:17:00 <NamelessCoder> not a problem if you use non-dynamic names for the fields and sheets
  • 10:18:04 <Guest|39615> great, but they are not inherited :(
  • 10:18:24 <Guest|39615> flux/fluidpages is on master
  • 10:18:38 <NamelessCoder> template selections must match or also be inherited
  • 10:19:19 <Guest|39615> Configuration of parent page: http://pastebin.com/s8hxSzxh
  • 10:19:34 <NamelessCoder> depending on where you try to use those variable they may also not be inherited (read: inside Configuration section you only get the actual variables)
  • 10:20:08 <Guest|39615> they are used outside Configuration
  • 10:21:05 <Guest|39615> http://pastebin.com/VuZnH5aS <-- Configuration on subpage
  • 10:22:51 <NamelessCoder> try the suggestions from https://github.com/FluidTYPO3/flux/issues/878
  • 10:23:12 <NamelessCoder> and make sure you configure the subpage settings on the parent page
  • 10:29:03 <Guest|39615> On the parent page I don't set configuration values for subpages
  • 10:36:54 <Guest|39615> just cleaned up the db, but still not works. only one section ist inherited, second section is not and normal settings also not
  • 11:00:35 <Guest|39615> okay I know, why the first section works: {l:data(uid: page.uid, path: 'logos') -> v:variable.set(name: '_logos')}

20150930

  • 03:00:49 <jmverges> morning guys
  • 07:01:25 <Guest|45328> Hello
  • 07:01:48 <Guest|45328> could anyone help me on hiding the language switcher when the current page is not available in secondary language?
  • 07:01:54 <Guest|45328> <ul class="nav navbar-nav">
  • 07:01:54 <Guest|45328> <f:if condition="{v:page.language(normalWhenNoLanguage: 1)} == 1">
  • 07:01:54 <Guest|45328> <li id="language"><a href="http://www.responsive.ranorex.com/">English</a></li>
  • 07:01:54 <Guest|45328> </f:if>
  • 07:01:54 <Guest|45328> <f:if condition="{v:page.language(normalWhenNoLanguage: 1)} == 0">
  • 07:01:55 <Guest|45328> <li id="language"><a onclick="ga('send', 'pageview', '/header/language/german');" href="http://www.responsive.ranorex.de/">Wir Sprechen Auch Deutsch</a></li>
  • 07:01:55 <Guest|45328> </f:if>
  • 07:01:56 <Guest|45328> <li><a href="/blog/">BLOG</a></li>
  • 07:01:56 <Guest|45328> <li><a href="/forum/">FORUM</a></li>
  • 07:01:57 <Guest|45328> </ul>
  • 07:02:43 <Guest|45328> http://pastebin.com/NjrFhFCM
  • 07:02:55 <Guest|45328> that is what I have right now.
  • 07:03:45 <Guest|45328> I am having problems to find which properties v:page.language and v:page in general have