05:17:33 <mneuhaus> yet kinda feels like this would belong into the page_language_overlay?
05:26:45 <NamelessCoder> it depends on the use cases but I tend to agree with you
05:27:09 <NamelessCoder> however, we can't forcibly add it there since that would also have a bad effect on current sites - that's why it's a manual config right now
05:27:23 <NamelessCoder> translate options help but for pages imho only the localise all makes sense
05:28:09 <mneuhaus> do i need to make anything else aside from adding that flux form config option?
05:28:10 <NamelessCoder> and don't forget the general advise: you really really shouldn't be putting translatable labels in the page configuration fields - it's more for colors, numbers, identifies, classes, etc.
05:28:34 <NamelessCoder> no the rest should be handled by TYPO3
05:28:56 <mneuhaus> hmm, i sometimes, like in this case use it for a slide embedded into the header
07:13:13 <Guest|70079> Hi! In my Custom Content Element I created an object, representing a row in my layout. This row should act like a container. I like o add default Text / Picture Content Element to it. How can I do this? This is what I've got so far: http://pastebin.com/DRiq1uLL
08:49:47 <Guest|49991> Hi, I'm Cristian, there is a way for disable fluidcontent and fluidpages layout in a three root?
09:09:17 <jmverges> I think is not posible at the moment to manage what you want but feel free to open a FEATURE in both repositories explaining well what is the current status and what is the expected result. I like your feature.
09:09:36 <jmverges> well, maybe the content elements can be hidden with typoscript
03:50:18 <Guest|54238> Hi! In my Custom Content Element I created an object, representing a row in my layout. This row should act like a container. I like o add default Text / Picture Content Element to it. How can I do this? This is what I've got so far: http://pastebin.com/DRiq1uLL
14:26:37 <Guest|61755> hi there, can someone tell me how to hide an fce for a backend usergroup?
05:34:28 <m23ade> Hi! Today there was no "content"-tab on the "create new element"-page in my typo3. After flushing the caches it was back. Is this a known problem?
02:16:43 <MarkusBischof> Since I upgraded TYPO3 CMS to version 7.5 the RTE is not loading any more in my page configuration. Does anybody have the same prboelms?
02:18:31 <MarkusBischof> I tried master and development
02:19:25 <MarkusBischof> The JS error message tells me that there was a load timeout for modules: jquery/autocomplete,jquery-ui/resizable,TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/String,twbs/bootstrap-datetimepicker
03:31:07 <Calli> In another case i try to create tt_content elements with flux:field.inline. But created elements are all in the wrong colPos. Elements should be store in colpos "fluid content", but stored in current colpos of the element.
04:40:20 <Guest|68280> Hello, i've to deal with the mild inconvinience that i have to manualle delete the conent of typo3temp during development after altering template files. I used uncache before,, but it's marked deprecate as of now. Is there a replacment? Thanks.
05:00:19 <jmverges> you can go to the install tool
05:00:39 <jmverges> setup TYPO3 in development /debug mode
05:00:56 <jmverges> and also you can use clear all caches in install tool important actions
05:07:04 <Guest|68280> jmverges: Thanks for the advice. Though, on multiple systems i've seen the issue that cached files created by fluidpages/fluidcnotent won't get cleared by those actions. They seem to be pretty persistent.
10:05:46 <Jeff|tollwerk> yeah but i thought flux forms are also used for fluidpages
10:06:05 <Jeff|tollwerk> I got this impression from this IRC log https://fluidtypo3.org/community/irc-logs.html?tx_fluidtypo3org_content[date]=20151001&tx_fluidtypo3org_content[controller]=Content&cHash=871250a0ba941b4a482695f3d066e044
10:06:12 <Jeff|tollwerk> "<mneuhaus> page configuration can't be localized currently, right?"
10:34:39 <mneuhaus> i'll clean that up and push it into repo sometime the next 1-2 weeks when i'm going fullspeed on that project, currently still caught up in another one
10:35:36 <Jeff|tollwerk> Hi mneuhaus, can you provide me with the part of your ext_tables or ext_localconf where you extended the pages_language_overlay-table?
10:46:50 <Jeff|tollwerk> Really perfect :D I literally spent my whole workday with this problem and in 10 minutes I have to leave, so perfect timing. a nice way to start the weekend
14:44:29 <Jonny007-MKD> Hi, I downloaded Typo3 7.5 and want to install your EXT:site, but all the dependencies (flux) etc. are only available for 7.4. Can you tell me when you are going to release a new version? :)
11:11:50 <lukas_demetz> I can't get it to work, damnit :P
19:06:14 <vistainteractive> In a menu built with vhs:page.menu, I am trying to access data from fields on the pages I have added with flux:field.input. The data is available for each menu item in tx_fed_page_flexform in XML format. How do I get the values from this XML as individual data items for the menu items?
04:07:57 <oschulz> good morning, i try to render a fluidcontent element by TS but cant find a way to do it
04:09:01 <oschulz> i have installed vhs, fluidcontent and fluidcontentcore, there is also no TS configuration for fluidcontent :/
09:00:30 <chrisdev> is there a known issue with objects in sections not saving properly? I have an flux section with a flux object containing images and text field, but on the first save, it only saves the image, but empties the input fields. When I fill them out again, they get saved.
04:50:01 <vistainteractive> In a menu built with vhs:page.menu, I am trying to access data from fields on the pages I have added with flux:field.input. The data is available for each menu item in tx_fed_page_flexform in XML format. How do I get the values from this XML as individual data items for use in the menu items?
05:19:44 <Andy_H> Anyone successfully used https://fluidtypo3.org/viewhelpers/vhs/master/Resource/CollectionViewHelper.html ?
05:19:44 <Andy_H> I created a Record Collection (uid:1) but <f:debug>{v:resource.collection(uid: 1)}</f:debug> returns NULL…
06:08:16 <Guest|69625> Hi. I use fluidcontent_core and need the header_link field in tt_content, which seems to be disabled from fluidcontent_core. How may I enable this again?
06:09:01 <Guest|69625> For me it's enough to see this field in the Backend for a subtree only, if this might be easier...
07:42:31 <vistainteractive> In a menu built with vhs:page.menu, I am trying to access data from fields on the pages I have added with flux:field.input. The data is available for each menu item in tx_fed_page_flexform in XML format. How do I get the values from this XML as individual data items for the menu items?
18:47:07 <nhaskins> I have a content template which is only being rendered on the page as an empty div. How can I track down the problem?
18:47:45 <nhaskins> You can see my template (and layout, just for completeness) here: https://gist.github.com/neil-h/62621ffb508a3e4e3cc5
02:02:33 <klaust> hi there, could anybody pls give me a hint in what situations and how to use '\FluidTYPO3\Flux\Core::registerFluidFlexFormContentObject()'
06:52:13 <NamelessCoder> klaust it's for registering a template with a flux form that should get used when editor edits elements whose CType matches what you pass to that function.
06:53:12 <NamelessCoder> use it by providing *all* arguments and manually adding the field you pass, ass a "flex" type in TCA, or use "pi_flexform" and make sure it's shown for that CType
17:40:12 <klaust> @NamelessCoder thanks for your answer. I have been off track, but I think I've got it now.
17:42:01 <klaust> hoped that it would help me with two problems I have:
17:45:16 <klaust> 1) I have built a FCE and would like to incorporate default tt_content fields (e.g. bodytext), but all my self-defined fields are implemented in pi_flexform, even if i name it 'bodytext'
17:48:31 <klaust> 2) I am struggeling with the rendering of the BE preview of my FCE. None of my labels gets rendered in the page module , so that the editor has a very poor insight of what content is contained e.g. in an accordion-fce.
17:50:27 <klaust> Maybe you could point me to some documentation of how to acieve this?
17:56:55 <klaust> NB: I built my provider extension upon fluidcontent_core ;-)
18:18:28 <NamelessCoder> 1) prefix field names with "tt_content." to make it write those fields to the record, but use with care.
18:18:55 <NamelessCoder> 2) add extensionName argument for f:translate or use absolute LLL references
18:19:42 <NamelessCoder> and building your providing on fcc is not necessarily a smart thing to do; it does a lot of special stuff and was intended for the *core* element types
21:23:23 <klaust> once again thanks. 1) will be straight forward now. with care, of course.
21:32:12 <klaust> concerning 2): I don't use f:translate anywhere. the labels are displayed fine when in edit-mode. but in the page module itself the element has only a generic icon and 'Fluid Content' is displayed. not a proper record-title or a preview. as i would expect.
04:20:54 <plsHalp> Hi, i am using fluidpages for my page templates. I now need to define variables that i can acces in all my extensions. Would a Provider Extension (PageControler) be the way to go?=
04:49:31 <Guest|42972> hi is there a way to access the typoscript variable "config" in templates?
05:10:30 <xaver> Guest|42972: you mean plugin.name.settings.variable?
05:17:13 <Guest|42972> i mean something like config.page_language_uid
05:20:00 <Guest|42972> or custom variables defined in config.xxx
05:42:15 <Guest|42972> xaver: can i maybe use the viewhelper flux:variable ?
05:44:11 <xaver> f: typoscript object viewhelper (don't know the name), but it exists. flux is only rendering the flexform stuff and around... v:variable.get - never tried TS access
05:44:30 <xaver> i would try the ts viewhelper from the core
05:59:10 <Guest|42972> xaver: all i cann see in the core viewhelpers is "f:cObject" but that only renders stuff
06:09:58 <Guest|42972> its was "v:variable.typoscript" thx
15:01:12 <Guest|70691> I'm currently a bit confused regarding EXT:fluid_styled_content
15:02:33 <Guest|70691> Is that extension based on some FluidTypo3 extension or is it a completely independent extension with a very unfortunately chosen extension key?
17:05:49 <NamelessCoder> Guest|70691 it's an independent (rather, core) extension that does much of the same in a slightly different way
04:35:33 <lsoend> Hey NamelessCoder, could you possibly take another look at my issue? I added a comment a few days ago: https://github.com/FluidTYPO3/fluidcontent_core/issues/197#issuecomment-147662545
10:10:09 <dennisvdbrom> I just started using Fluid and I'm finally getting the hang of it.. But in my typo3 backend, the labels of page layouts and content elements in the FCE tab, won't get rendered
10:10:41 <dennisvdbrom> it's just showing LLL:EXT:prometheus/Resources/Private/Language/locallang.xlf:flux.default
10:11:05 <dennisvdbrom> I have the locallang.xlf files in place and with the right content, but it shows me this all the time.
10:11:17 <dennisvdbrom> How do i get this working?
10:19:04 <Guest|18088> Media / YoutubeViewHelper qhuit youtube
10:19:44 <Guest|18088> #1: PHP Warning: htmlspecialchars() expects parameter 1 to be string, array given
10:34:32 <dennisvdbrom> After I set the debug settings of the Flux extension to 2, it shows all the labels just fine
10:35:22 <dennisvdbrom> And switching the Debug setting to 0 again, still makes them show up.. So for somebody that also has this issue.. There's your solution haha
10:49:26 <dennisvdbrom> Ok.. Still having Issues... Title and Meta tags are in the body?
12:27:45 <grimmcre_> Hello @all, is there any workaround to get the relations shown up in module list when flux:grid.column is used?
02:36:41 <braguzz> I dont even know if it is possible
02:58:02 <dennisvdbrom> Ok.. Still having the issue.. With the meta tags and titles displaying in my body
02:58:22 <dennisvdbrom> Can somebody give me any advice on how to get them in the header properly?
04:02:08 <Guest|49963> hi, is there a known problem when using fluidpages and v:content.render with content_fallback? my homepage ist translated into language 1. language 2 should fall back to language 1. but instead it shows language 0 and not even all the content columns. any hints?
06:59:30 <twistedNerv> i made some content elements in typo3 with fluid (actually added content elements to bootstrap wappler system). In the backend those elements are listed. Is it possible to order them manually (now they are displayed random?) ?
08:24:25 <twistedNerv> i made some content elements in typo3 with fluid (actually added content elements to bootstrap wappler system). In the backend those elements are listed. Is it possible to order them manually (now they are displayed random?) ? :)
05:26:41 <manfr> Hey guys, has onyone an idea how to get in fluid_styled_content in the sitemap content element a media from pages? in the {page} there is the media column as integer, not as FileRefernce?
05:50:00 <xaver> manfr: fluid_styled_content has nothing todo with us
06:41:20 <Guest|46526> Hi guys, I know this probably isn't the right place, but there's a typo in the documentation on https://fluidtypo3.org/viewhelpers/vhs/master/Iterator/SortViewHelper.html. Should be "separated" instead of "seperated".
07:45:22 <xaver> Guest|46526: best to open a issue or best a pull quest :)
11:21:22 <lowshoe> hi guys, is it possible to read the selected fluidpage layout with typoscript? in the past i did something like [globalVar = TSFE:page|layout = 2]. Now i think it should be something like "[globalVar = TSFE:page|tx_fed_page_controller_action = myext->TwoCols]", right? And wahts about pages that inherit that attribute from a parent page? this field
06:05:42 <mattc76> good morning all!!. I am having a bit of an issue with workspaces. I am using the latest TER versions of flux, fluidpages and fluidcontent - Typo3 6.2.15. I have a provider extension with multiple page templates, when I try to change the page template in a workspace I get the following error - #1: PHP Catchable Fatal Error: Argument 2 passed to Fl
06:05:42 <mattc76> uidTYPO3\Flux\Utility\RecursiveArrayUtility::mergeRecursiveOverrule() must be of the type array, null given, called in /var/www/html/typo3conf/ext/fluidpages/Classes/Provider/PageProvider.php on line 234 and defined in /var/www/html/typo3conf/ext/flux/Classes/Utility/RecursiveArrayUtility.php line 80 (More information). Any ideas as to what is caus
07:45:13 <Guest|3799> Hello, i made myself an fce with child elements. Though i struggle to render them. Tried v:content.render/get (empty array). Looking at tt_content, tx_flux_column and tx_flux_parent are set properly. What am i missing?
07:46:18 <NamelessCoder> Guest|3799 use flux:content.render / flux:content.get ;)
07:46:48 <NamelessCoder> one is only for regular content rendering, the other is only for nested content rendering
07:48:38 <Guest|3799> NamelessCoder: Well, now that was anticlimactic. Thanks, much appriciated.
07:50:55 <NamelessCoder> you're welcome. And don't worry, it's easy to miss those kinds of things.
12:30:20 <nhaskins> First thing I checked this morning. To be clear, it's included as a static template in my site template. I don't need to activate it anywhere else do I?
12:55:33 <nhaskins> Should I be executing the update scripts for the other fluid Extensions as well?
13:10:13 <nhaskins> OK, well everything seems to be working now. Thanks for your help.
14:51:06 <nhaskins> It looks like someone has asked exactly the question I have, but they left before a full answer was given.
14:51:06 <nhaskins> In the IRC logs from 20140501, <Beda> asks: Can I set the body class from within a Page Template? e.g Output <body class="homepage">
14:51:07 <nhaskins> After <Beda> left, <Denyerec> said: He could have overloaded the style with an inline block if he'd needed to
14:51:07 <nhaskins> How would I add a class to my body tag using "an inline block"?
08:40:11 <FrankUnderwolf> Hi. I'm having trouble with the "builder" extension. It produces no working setup for "FCE" type elements. Before I file a bug report, I wanted to know if there's anything else I can try to have it fixed.
08:41:10 <FrankUnderwolf> Haven't used IRC for a while so first I'd like to know, is this the right place to ask questions about fluid?
08:49:18 <FrankUnderwolf> I'm on a fresh install of TYPO3 6.2.15, with Builder: 1.0.0, VHS: 2.3.3, Flux: 7.2.3, Fluid Backend 1.0.1, Fluid Pages 3.3.1, Fluid Content 4.3.3, Fluid Styled Content 1.3.0, all installed with FluidTYPO3 site kickstarter 1.5.2
08:50:09 <FrankUnderwolf> I have created a provider extension. It works fine except that it ignores its own example.html FCE template.
08:50:48 <FrankUnderwolf> more precisely: the template works fine as well, except its "main" section is being ignored.
08:51:53 <FrankUnderwolf> the field in configuration works, preview works (I can see what I put in), main does not work. It does not produce the output from the template (e.g. <h3>I am a content element!</h3>)
08:52:27 <NamelessCoder> FrankUnderwolf make sure you run the installation/update script for fluidcontent_core so it writes AdditionalConfiguration.php
08:57:04 <FrankUnderwolf> Thank you, NamelessCoder. It says in the documentation that I run that script by clicking on the extension name in the TER. But that's not possible
08:58:55 <NamelessCoder> not the name itself but the green "update" arrow. It's the "site" extension that you configure by editing extension settings
08:59:08 <NamelessCoder> (green arrow next to fluidcontent_core)
08:59:44 <FrankUnderwolf> omg I have never done that before :D let's see...
09:03:14 <NamelessCoder> there's a longer explanation for that
09:04:04 <NamelessCoder> the tl;dr is that because this is a content rendering extension it has to add TS in a particular way and the only way to assure this (when you're not a core extension) is to put this special entry in AdditionalConfiguration.php (because this is the only place that works in the perspective of inclusion order)
09:05:05 <FrankUnderwolf> I see! Thank you, this helps getting me started.
09:05:10 <NamelessCoder> the TYPO3 core does this for the css_styled_content extension, one of the reasons why that ext was too tightly coupled (special support in TS handling classes in EXT:core)
09:05:42 <NamelessCoder> it's supposed to improve soon, though. I'm not exactly sure *how* they're going to achieve that (it's quite complex because it has load order involvement) but, that's the word.
09:05:51 <FrankUnderwolf> and for historic reason CSSSC still gets special treatment FSC does not
09:05:57 <NamelessCoder> e.g. fluid_styled_content of the new core also has to do this exact same thing
09:06:47 <FrankUnderwolf> I think I have read something like this somewhere while searching for a solution to my problem, but somehow this flew right by me. In one ear, out the other.
09:07:05 <NamelessCoder> that's not entirely true I think. I have a very nagging suspicion that: FSC only works without this consideration because a) it is a core extension and thus loads before local ones, b) it provides content elements which other core extensions don't require to be present.
09:07:44 <NamelessCoder> I suspect FSC still has the exact same problem as FCC does - the only difference being that because FSC is a system extension it is less affected by the load order issue...
09:08:14 <NamelessCoder> if you locate the original merge request for that feature there's a commenting history about this very thing
09:10:04 <FrankUnderwolf> I see. Well this helped tremendously, I can now start converting my projects to Fluid FCEs. So happy :D thanks again.
02:03:47 <lowshoe> good morning guys. the problem still persists: is it possible to read the selected fluidpage layout for the current page with typoscript? in the past i made a condition like [globalVar = TSFE:page|layout = 2]. Now i think it should be something like "[globalVar = TSFE:page|tx_fed_page_controller_action = myext->TwoCols]", right? But what about page
02:03:47 <lowshoe> s that inherit that attribute from a parent page? This field is then empty in the database.
04:48:35 <linkthis> Hello, i have a t3 installation with multi-sites. For one site i need fluid, for one not. Is it possible?
06:32:22 <Guest|32179> I use fluid enableRichText = " TRUE" to display a rte in the back-end , but in translation the default language is not displayed . how to bring up the default language
08:44:42 <grimmcreative> Hello @all. General question if allowed: using {record.title} inside my fluidpages Template to get the page title, but why is the translatet one not shown? only language uid 0 is shown every time :( someone any idea
08:55:41 <Guest|32179> I use fluid <flux:field.text enableRichText = " TRUE" to display a rte in the back-end , but in translation the default language is not displayed . how to bring up the default language
08:59:00 <Guest|32179> typo in the basic language by default is visible and unchangeable but not in fuid ??
08:59:54 <NamelessCoder> hey Max - if you use {page.title} I think it is, then that should contain the translated value
09:00:56 <NamelessCoder> Guest|32179 see "translate" option if you want your flux fields to be individually translatable. There's a link in the Flux change log.
09:01:15 <grimmcreative> And there it is... OH Man, Brain - Wall :) Thanks Claus
10:52:39 <Guest|30766> but they dont show the translation. normally with typo, if have created a content from the default language, in all the fields you will found under in gray the text by default. but it does not work for flux form is there a configuration to change or attribute to add
15:58:07 <nhaskins> When I insert a "Plain HTML" element on my page, it has a field called "Name (not visible in frontend)". Unfortunately it is visible in the frontend.
15:58:09 <nhaskins> Has anyone else experienced this? How can I fix it so the name is only visible in the backend?
12:49:54 <drlimbo> images in FCE Elements won't be croped and displayed in full size - ImageMagick is configured and Test-Scaling in Install-Tool works well
12:50:11 <drlimbo> if i add a new image to the FCE, this image will be cropped correctly
12:51:01 <drlimbo> in backend filelist also some images wouldnt be cropped
12:51:14 <drlimbo> is there a "max size" variable for processing images?
05:00:18 <Guest3998> Hey guys, I would like to submit a patch/pull request for Flux issue #954 and need some help please
05:02:44 <daniel123123> Short bug description: flux currently -always- tries to load page_overlays, independent of the current language. This causes a page in a default language to show translated values if you make use of the {page} object in my sitepackage templates.
05:02:50 <daniel123123> I modified a first patch by @lsascha and added a check to only load a page_overlay of the current language.
05:03:00 <daniel123123> Works fine, but I have to adjust the proper Unit Test. And now I need some advise of you.
05:03:15 <daniel123123> 1) I have modified the test (testAppliesLocalisationToPageValues), but I am not sure about the naming of the test (since all other tests in the same file beginn with “can”).
05:03:21 <daniel123123> 2) And the test now still only tests if translations work, but not the bug itself ("dont translate if the current language does not match the page_overlay") → should I add another test?
05:05:36 <daniel123123> My test idea for this issue: http://pastebin.com/fV1xYBBF
07:38:40 <jost> NamelessCoder: Have you had time to look at this yet? https://github.com/FluidTYPO3/flux/pull/964
10:10:04 <Freezle> Hey guys, first of all: great extensions. Thanks for your work! At the moment I upgrade a website from 4.5 to 7.x and replace Templa Voila! with your extension framework. Thereby I have some problems with localization and drag-and-drop of elements into flexible content elements. If I grap an element, the fields are going green, but I can't drop it,
10:10:04 <Freezle> the field isn't going bigger, when I'm above it. Do you know issues like that? I'm using TYPO3 7.4 with flux 7.2.3.
12:32:23 <Guest|15661> hallo, i habe a problem i can't insert records when i#am using flux 7.2.3