11:53:14 <drlimbo> is there a way to include the news plugin (tx_news - latest) in my fluid template?
11:54:39 <soee> drlimbo: there are several ways to do it i think
11:55:29 <drlimbo> allright soee, where do i find something about?
11:57:09 <soee> drlimbo: you can simply enter this plugin on your website in teh column where you want to render it, you can create plugin instance in some sysfolder or some page and get it with TS using CONTENT object than pass variable to template, you can use VHS to vetch such content directly in template
10:51:24 <jmverges> the argument "each" was registered with type "array", but is of type "string" in view helper "TYPO3\CMS\Fluid\ViewHelpers\ForViewHelper"
10:53:46 <LightAndWire> I have a question to CoreContent. Is it possible to set a default Content element from my variant/version for only a special type (only for image).
10:53:56 <LightAndWire> I found the settings to change the default variant, but in this case i got an error if I use a content type without a specula variant.
10:54:51 <soee> jmverges: ok sorty than it was wrong shot
11:04:49 <NamelessCoder> jmverges v:page.languageMenu does not require static_info_tables. Language menus should never be built from a list of language UIDs - the options the language menu ViewHelper supports means you can hide languages that do not have translations
11:05:30 <jmverges> NamelessCoder, documentation says that is required
11:32:36 <drlimbo> i tried around with v:media.image as="var" =P
13:45:36 <drlimbo> how can i insert the "page-keywords" in the meta-tags?
13:50:31 <jmverges> hey mates, why $settings = $this->configurationManager->getConfiguration(\TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface::CONFIGURATION_TYPE_FULL_TYPOSCRIPT); is not returning always the same values? I'm trying to access to $settings['plugin.']['m8thassets.']['settings.'] but is not always set. This happens into a Service class that doesn't extend from anything
13:52:05 <jmverges> or, how could I get all the typoscript configuration from any place
13:56:18 <soee> if you have several instances of a plugin, it might change
13:56:33 <soee> as teh plugin configuration changes in various places ? just a shoot
15:29:00 <pRiMUS> can any1 tell me, why my fluid content elements appear in the tab "plugins" and the view of the tab seems broken. in another typo3 instance its working fine in an own tab.
15:48:44 <batjony> if i have a flux form and inside it flux fields with attribute required="1", i could still save the fce without filling anything in these fields
15:49:14 <batjony> how can I set some kind of "not-empty" validation in a flux forms ?
15:54:46 <artisticMink> It might sound silly, but did you try 'true' as string value?
16:01:12 <artisticMink> batjony: I just checked AbstractFieldViewHelper, required is registered as a boolean, so 1 or true should work. Try clearing the cache after making changes or use uncache. If the problem persists, you probably have to debug it.
16:02:01 <pRiMUS> as soon as i add the configuration it break my backen
16:02:18 <batjony> actually not sure what should happens if something is set to required
16:02:27 <batjony> should some errror message appear ?
16:03:06 <artisticMink> batjony: At least, there should be a field prefix * by default.
16:03:21 <artisticMink> It would be a good thing to upload your flexform to pastebin and poste the link here.
16:05:04 <artisticMink> On another note, i've got a problem of myself: I need to pass some arguments down to an content element. Currently i'm using <v:content.render /> Do i have another option similair to <f:render arguments="{_all}" /> or do i need to create a view helper myself to handle this?
16:11:02 <NamelessCoder> artisticMink what is the purpose of the variables?
16:12:52 <pRiMUS> interessting. with the flux 7.1.0 everything works fine
16:13:03 <artisticMink> artisticMink: it's a flag. If set, i'll have to assemble some opengraph data inside the content element context. Currently digging trough your documentation, i should be able to register it as a variable.
16:15:50 <NamelessCoder> you could use v:variable.register.set / .get
16:16:40 <NamelessCoder> or if your child elements are always direct descendants of your parent, the child element can load the parent's details by {record.pid} + v:content.get / flux:form.values
16:18:20 <artisticMink> NamelessCoder: Yes, thanks. That should come in handy.
16:19:18 <jmverges> Claus, where is stored flux data?
16:20:36 <NamelessCoder> jmverges depends on the context, but always in a "flex" type field on the table you're editing
16:22:15 <batjony> another question guys, lets say i have a flux form where the first field is a select box and when the user choose something from this selectbox - some other logic in the flux form based on the selected value should appear
16:22:21 <batjony> for just an example I use this http://pastebin.com/JACeRbgE
16:22:49 <batjony> where the text field is populated with the selected value
16:23:07 <NamelessCoder> jmverges fluidcontent_core stores its settings in tt_content.content_options. Fluidcontent stores them in tt_content.pi_flexform. Fluidpages stores them in pages.tx_fed_page_flexform and custom plugin implementations usually store them in tt_content.pi_flexform.
16:23:14 <batjony> is it possibile to implement such "dynamic" flux logic ?
16:23:17 <NamelessCoder> this is flexform data still
16:52:41 <cbleicker> doing my first steps with flux
16:53:08 <cbleicker> what should i do with this one? AdditionalConfiguration.1414852807.php
16:53:40 <NamelessCoder> cbleicker nothing, ideally. It's a migration file used by the EM script of fluidcontent_core
16:54:53 <NamelessCoder> purpose is to allow fluidcontent_core to detect back in history all the versions of AdditionalConfiguration.php which it has written so that it can overwrite any version it wrote but leave any modified files intact (leaving it up to the admin to include any changes in that file)
16:55:32 <cbleicker> so on a totaly fresh installation nothing to do?
16:56:15 <NamelessCoder> except running the EM update script for fluidcontent_core or manually copying the current version of AdditionalConfiguration.php to typo3conf/ ? No, nothing required.
16:56:45 <NamelessCoder> all the EM script does is copy the file if it detects the file can safely be replaced or does not already exist
17:30:58 <qnic> NamelessCoder, hi, do you have a few minutes? I'd like to discuss your proposal for implementing page.resources.fal record sliding in vhs from issue #679.
18:48:54 <cbleicker> need initial help to understand page templating with fluidpages
18:49:22 <cbleicker> page record shows: Data Structure ERROR: No proper configuration!
18:49:44 <cbleicker> is this a fluidpage setting or is this some core stuff?
18:49:57 <cbleicker> i am totaly out of t3 ^^ did to much neos ^^
18:51:27 <cbleicker> frontend ends up in exception that typo3conf/ext/fluidpages/Resources/Private/Templates/Page/Default.html is not found. how to tell fluidpages that the templates are located in my personal site package?
18:54:03 <cbleicker> or do i still need backend layouts?
18:57:42 <qnic> cbleicker, you need to set the backend layout to fluidpages on your root page
18:59:06 <cbleicker> how to set it to fluidpages? where is the relation done?
19:00:25 <cbleicker> i am confused. is this still valid? http://docs.typo3.org/typo3cms/extensions/fluidpages/ because i see classnames without namespacing everywhere
19:03:57 <cbleicker> so for what is fluidpages in this case? just to deliver the abstracts?
19:04:09 <qnic> recent fluidpages versions also require you to set the 'backend-layout' field on the appearances tab of your root page properties to 'Fluidpages'
19:04:25 <qnic> it provides all required infrastructure
19:04:44 <qnic> you only have to provide the concrete site-specific templates in your own extension
19:07:31 <cbleicker> so simply disable the default fluidpage ts config in extmgn setup and copy this stuff to my own extension ts wich assigns then my own provider?
19:08:57 <qnic> you shouldn't need any ts for using fluidpages
19:09:37 <qnic> FluidTYPO3\Flux\Core::registerProviderExtensionKey($_EXTKEY, 'Page'); should take care of everything you need for basic pages
19:11:02 <NamelessCoder> qnic sorry, don't expect I'll have time today
19:11:34 <qnic> NamelessCoder, I'll bug you some other time then
19:12:01 <NamelessCoder> cbleicker if you still use 6.2 you might want to try installing the EXT:site distribution - it creates a basic setup that renders out of the box. We're still not quite ready for 7.x though
19:13:02 <cbleicker> using 6.2 but i want to understand and study it instead of autobuilding stuff ;)
19:13:26 <cbleicker> i will just give builder a try and will take a look what it generates for —pages
19:13:30 <qnic> cbleicker, then you should probably read the complete guide on fluidtypo3.org
19:14:21 <NamelessCoder> oh that's not autobuilding in the common sense of the word ;) it uses EXT:builder to generate the extension - we recommend you do that anyway. All EXT:site really does is load dependencies and insert a working setup (all the stuff you normally do in fresh sites - top page, three sub pages, a TS template, select which FE template to use, etc)
19:14:35 <NamelessCoder> but understanding is always a good thing, no doubt
19:18:08 <cbleicker> uuuuh. now i have the mistake i make :) this one tells the flux core to look for templates in my extension, right?
19:18:50 <NamelessCoder> yep, that tells any feature using Flux to enable the "Page" controller type that your extension has templates for it
19:19:37 <cbleicker> what i thought what it does ist: "register a new provider found in package 'foo' and is called class PageProvider{}"
19:19:52 <cbleicker> something similar like a plugin controller registration
19:20:38 <NamelessCoder> it's similar to registering a plugin - I see the confusion in the method name; the intention was to make it read "register provider-extension key"
09:48:03 <batjony> guys does someone know why multiple checkboxes like <flux:field.select name="pageType" renderMode="checkbox" items="{197 : 'news', 198 : 'events'}" /> does not work ?
09:48:33 <batjony> how can I render multiple checkboxes with flux ?
10:10:00 <batjony> i found the issue, you should always set the argument maxItems > 1
10:43:08 <Akii> I just added a CE on a non default language and a new CE magically appeared on the default language and is now no longer removable nor can be seen in the BE
11:13:25 <bjo3rn> mahlzeit. can I override the button label of inline FAL fields 'Add new relation'?
11:15:54 <drlimbo> what are you guys using to create a website search with fluidtypo3?
11:16:11 <drlimbo> i thought about indexed_search or ke_search - but both need an own indexer
11:55:32 <batjony> guys is there a way to access the flux configuration variables from a ContentController ?
11:56:28 <batjony> most likely with a custom Flux Provider
12:03:38 <batjony> i mean that if i have a custom content element "Test" and a flux field "name", how can I access the variable "name" in the ContentController:testAction() ?
13:57:16 <mrboe> hey guys - i have a additional col in the translation view "fluid content area"
16:27:01 <jmverges> hey mates, I need some help with Page Configuration and subpages. In my root page I have configured some behaviour for itselft and other for subpages, but subpages are not getting it... what am I doing wrong?
16:29:42 <batjony> Guys if i have a custom content element "Test" and a flux field "name", how can I access the variable "name" in the ContentController:testAction() ?
16:31:11 <bjo3rn> batjony $this->data is an array of all fields
16:36:09 <batjony> bjo3rn: 10x, I remember that someone said also something about custom providers, but most likely is some other case
16:52:22 <NamelessCoder> use the settings. prefix so it merges with typoscript and can be accessed in the standard $this->settings array - https://fluidtypo3.org/documentation/templating-manual/templating/using-variables/typoscript-variables.html
17:19:56 <jmverges> NamelessCoder, what about subpages configuration?
17:25:37 <NamelessCoder> on sub-pages, $this->settings is filled with whatever values were inserted in the subpages configuration. It's all described in the documentation.
17:33:42 <cbleicker> hey guys, the first snippet is a layout example? if so why there is a layout in a layout
17:40:36 <NamelessCoder> f:layout inside Layouts is not required, but it helps to put it there for clarity
17:44:14 <jmverges> but NamelessCoder, I don't understand something. If I configure in root pid something for the page configuration and other thing for the subpages, when I go to edit a subpages, shouldn't I see in subpage configuration the one setted in root subpage configuration? I'm just using flux, no php
17:46:20 <jmverges> I mean, subpages inherits the configuration of the parent page, no the configuration setted in subpages of parent page configuration... what a mess I think that I'm getting a headheache
17:50:12 <NamelessCoder> jmverges only for fields which support actually displaying a default value as determined by the "default" property in the TCEforms array. Internally, inheritance works by detecting and removing any values which are either empty, have the same value as the parent or have been explicitly told not to inherit values.
17:50:48 <NamelessCoder> we absolutely only deliver TCEforms arrays. We do not override the JS that preselects, nor do we control the HTML that constitutes fields.
17:51:47 <NamelessCoder> basically: it it works in a flexform context using TCEforms logic, it works in Flux (or can be brought to work - there are exceptions in some very rarely used properties that we don't currently transfer, see fx most recent flux pull request). Nothing more, nothing less.
17:52:12 <NamelessCoder> Flux is not a substitute for TCEforms, it's an API for it.
17:58:13 <jmverges> there is some way to hide the page layout selection and set someone by default? or, to not show all page layouts and show only some of thems?
17:58:53 <NamelessCoder> an initial value has to be filled but after that you can exclude the field from access by user group or override the TCA showitems definition for your types
18:01:11 <jmverges> I tried this an is interesting
20:17:47 <cbleicker> NamelessCoder: found it here https://fluidtypo3.org/documentation/templating-manual/templating/creating-templates/content-element.html
20:21:06 <cbleicker> also here: typo3conf/ext/fluidcontent/Resources/Private/Layouts/Content.html
21:24:41 <cbleicker> need to build up a flux form wich allows to select multiple content elements. maybe by suggest. but i have no idea how to do this
21:34:13 <NamelessCoder> you could perhaps use flux:field.relation size>1 maxItems>1 table=tt_content and optionally have a child of that field, flux:wizard.suggest table=tt_content BUT, I would not recommend using "suggest" on tt_content since it searches only in headers and uid
21:37:09 <cbleicker> searching in headers would be totaly okay for me
21:37:35 <cbleicker> but i dont get any search result :(
21:38:48 <NamelessCoder> cbleicker have you tried setting the various properties of the suggest wizard? I believe by default it is optimized to search in pages so it might need a bit of tweaking to find content
21:41:46 <cbleicker> NamelessCoder: but it also does not work for table="pages"
21:42:24 <NamelessCoder> cbleicker try with <flux:wizard.suggest table="tt_content" storagePageUids="{0: 1}" storagePageRecursiveDepth="999" />, optionally override the pid restriction using searchCondition="1=1" (last one is an educated guess because I don't remember it specifically)
21:44:56 <NamelessCoder> - don't even remember how to configure a suggest wizard in tceforms...
21:51:57 <NamelessCoder> okay, check. This was also a content element.
21:53:26 <NamelessCoder> in the XHR request my search dispatches I am seeing these values: value=32&table=tt_content&field=pi_flexform|data|progressBar|lDEF|contentrelationtest|vDEF&uid=4&pid=1&newRecordRow=
21:53:37 <NamelessCoder> (content element name is "contentrelationtest")
21:54:42 <NamelessCoder> is your element already saved when you attempt searching?
21:58:06 <NamelessCoder> "multiple" property denotes whether or not the field accepts duplicate values (as per TCA naming which yes, kinda sucks in this case)
22:03:43 <cbleicker> a "group" type is not availble, right?
22:04:03 <NamelessCoder> it's replaced by .relation and .file to separate those two responsibilities
22:04:59 <cbleicker> i mean thsi type: https://www.dropbox.com/s/9ikjfkhm0kmnr6p/Bildschirmfoto%202014-12-04%20um%2022.03.53.png?dl=0
22:05:28 <cbleicker> damn, i did only flow the last time and forget nearly anything about cms :(
22:05:47 <cbleicker> even dont know tca type names anymore ^^
22:13:13 <NamelessCoder> autocompletion will definitely help out
22:13:40 <NamelessCoder> looks like we're missing a field that renders like the above. flux:field.multiRelation was the intention but I think it never got built...
22:13:53 <NamelessCoder> which is certainly a shame, but fixable in a matter of seconds
22:22:01 <NamelessCoder> there's the XSD in case you're using the autocomplete. Btw, tip is to map the xmlns URL to the typo3conf/ext/flux/Resources/Private/Schema/Flux.xsd file so it updates along with Flux
22:22:03 <cbleicker> so multiRelation is my friend now?
22:22:25 <NamelessCoder> yep, multiRelation is internally a group/internal_type=db
22:28:09 <cbleicker> i mean, storing the whole record
22:28:12 <NamelessCoder> the "name" is what gets used as fluid variable name - only requirement is it has to be a valid lowerCamelCase name with or without dots
22:28:30 <NamelessCoder> was just thinking out loud while debugging ;)
22:28:37 <NamelessCoder> I can reproduce the problem
22:29:47 <NamelessCoder> the hidden input field gets updated correctly... freaky
22:36:41 <cbleicker> think this is ready for master ^^
22:37:27 <NamelessCoder> we're building up to a flux 7.2 release soon but there's a bit of a problem; seems the legacy templateRootPath name was completely dropped in favor of array templateRootPaths so we have to be smart and adapt
22:37:52 <NamelessCoder> I'm investigating now how bad it is
22:41:08 <cbleicker> so there will be no v6.2 release including the new formelement?
22:42:48 <cbleicker> there is a missing use statement in the the viewhelper
22:43:06 <cbleicker> annotaton @return is relative interface
22:44:59 <NamelessCoder> sure sure, there will be a 6.2 compatible release with this component included
22:45:09 <NamelessCoder> we will keep supporting 6.2 until we have a new LTS
22:53:47 <NamelessCoder> and that's how you support CMS 7 ^^
22:58:02 <xaver> yeah i fixed the dam opcacheGUI and i think the developer of that tool need to be reassigned as garbage collector in real-life
22:58:19 <cbleicker> i dont have a chance to port this vh to my own package because of this? $className = $this->createComponentClassName($type, 'FluidTYPO3\Flux\Form\Field');
23:00:00 <xaver> its true, take a look how the config works -_-
23:00:06 <NamelessCoder> cbleicker we check if the generated class exists and if not, we try to use the FQN you specify
23:00:13 <xaver> also the logging stuff is nearly finished
23:00:15 <NamelessCoder> our checks maybe could be smarter there
23:01:58 <cbleicker> wich i specify? this is the SCOPE constant?
23:04:03 <NamelessCoder> cbleicker just the full class name passed as $type should do it - this is the line that resolves the class: $className = TRUE === class_exists($prefix . '\\' . $className) ? $prefix . '\\' . $className : $className; and we supply $prefix.
23:04:27 <cbleicker> year, okay. passed as argument i see
23:04:34 <NamelessCoder> currently the prefix is hard, but FQN class name support should work :)
23:04:57 <NamelessCoder> one of those features one uses once maybe per year
23:05:44 <NamelessCoder> if you want to pimp that approach, there's the option to create forms as pure PHP
23:06:06 <NamelessCoder> that way you can be as creative as you want with precomposed Forms and Form Components
23:07:49 <NamelessCoder> there's a tiny bit of that in this gist: https://fluidtypo3.org/library/code-examples.html?tx_fluidshare_display%5Bgist%5D=1&tx_fluidshare_display%5Baction%5D=display&tx_fluidshare_display%5Bcontroller%5D=Gist&cHash=0aad324cc78ca0e8a913a6fefe195e4c
23:10:58 <NamelessCoder> out of curiosity cbleicker can you reveal what you are working on?
23:13:53 <cbleicker> no i cant because of stupid aggrement with the client
23:15:44 <NamelessCoder> sadly, that analogy is not entirely wrong :)
23:16:25 <cbleicker> so, if i would do all of this in ts i could build the menu by the pid list i have now. it there a vh wich simply fetches a content record by a given uid?
23:31:23 <NamelessCoder> if you only ever require the content UIDs as an array, set transform="array" on the flux:field
23:31:36 <NamelessCoder> that'll explode it good before assigning it to template
23:41:40 <NamelessCoder> for anyone reading: drag-n-drop is broken in CMS 7 if you use the master branch of the typo3 core. But it's not our fault: seems a JS library is a bit broken.
09:22:43 <mrboe> hey guys - like i wrote yesterday: i got a "Fluid Content Area" in the backend "Language" view. This is not in my template and contains content of my content areas. is this a known bug? FT3 TER + 6.2.7
10:59:17 <cbleicker> NamelessCoder: you told me to ask to make sure something is a bug before reporting it. Would you expect, that v:format.url.sanitizeString() santinizing umlauts? ü => ue?
11:26:45 <cbleicker> maybe somebody can explain why my labels and descriptions not shown? what confuses me: if i install fluidcontent_bootstrap additionaly, there types walking into bootstrap tab and also label and description appears. https://www.dropbox.com/s/7a1ojjbze18e3dd/Bildschirmfoto%202014-12-05%20um%2011.24.50.png?dl=0
11:26:54 <cbleicker> but not without bootstrap package ^^
11:30:26 <bjo3rn> cbleicker from the empty lines and the missing icon you can tell that there has to be some syntactical error in one of your templates
11:32:27 <cbleicker> bjo3rn: but if my templates arent correct … why do the work after installing bootstrap package?
11:32:49 <jmverges> bjo3rn, could you help me with some? I created a custom doktype an I removed the page layout selector for this kind of doktype, know, I need to set a default value for page layout, do you know how to achieve this?
11:37:10 <soma> cbleicker: looks familiar. try if they show up after you clear all caches in the install tool
11:41:04 <cbleicker> soma: wtf. clearing all cache by install tool works. what is this cache? i already hit any cache button in the backend and also rm -rf typo3temp
11:45:00 <bjo3rn> tip: enable development environment and you will get that button in the be
11:45:04 <soma> it is a bit unclear to me too what caches exist and what is cleaned by which action. i think clearing in install tool also truncates some database cache tables. but i think without caching typo3 wouldn't be much fun either ;)
11:45:21 <soma> bjo3rn: you mean the flush system caches button?
11:48:04 <soma> bjo3rn: hm. i notices the same problem as cbleicker. if i have FCEs and clear all system caches in BE, then title/description/wizardtab for all FCEs is lost and they are placed under plugins tab. if i then clear caches in install tool these show up again
11:48:35 <soma> and i'm using the new options array already
11:48:46 <jmverges> doesn't nobody know about how to set the defaul Page Layout?
11:49:23 <cbleicker> bjo3rn: {group:'What here to put it in first default group tab?'}
18:09:34 <cbleicker> having a content element wich contains subcontent. but the subcontent is never shown. have no idea why. also fluidcontent_bootstrap content of type jumbotron does not output any content
20:45:10 <papillon6> Hi! I'm using a simple "row-FCE" on a multilanguage site. Do i need to translate the FCE itself or is there any option to use the FCE in all languages, since it does not contain any content to translate...? Right now ALL content (translated content, too) is shown in the FCE for the default-language.
09:40:42 <NamelessCoder> the answer is LocalizationUtility
09:54:39 <batjony> NamelessCoder: what is this "LocalizationUtility"
09:55:42 <Xatenev> batjony: using the LocalizationUtility you can access your translation files
09:55:45 <batjony> when i try to call the translate view helper with the objectManager, it throws error Fatal error: Call to a member function getRequest() on a non-object
09:55:59 <Xatenev> for example: LocalizationUtility::translate("key"......)
10:00:32 <NamelessCoder> generally speaking, don't ever instanciate another ViewHelper in a ViewHelper. In the case of VHS, all ViewHelpers which make sense as a shared base already have an abstract base class that you can use. Other ViewHelpers are so simple that you simply replicate the function it does - translate, trim, split arrays, format strings, whatever.
10:01:50 <NamelessCoder> and finally, some viewhelpers are simply not designed to ever be used outside Fluid; they require a properly bootstrapped controller context and path setups which are only there if rendered as proper ViewHelperNodes.
11:16:16 <Xatenev> (I got a header field in the backend which I use somewhere else, I don't want the header to be above the content
11:16:23 <Xatenev> instead I want it to be in a special place which is defined inside my fluid template
11:16:40 <Xatenev> but the contentobjectrenderer is just always rendering the header field at the very top of my element :(
11:18:22 <NamelessCoder> if css_styled_content, you need to either remove the header or add a TS "if" sub-structure. If fluidcontent_core you need to override the Layout template file.
11:21:04 <Xatenev> NamelessCoder: Can't I somehow remove it from the content element in my action?
11:21:13 <Xatenev> Cause im definetly NOT familiar with typoscript :p
11:21:28 <Xatenev> its css_styled_content i think btw
11:25:28 <NamelessCoder> well sorry to say but you're fucked then
11:25:39 <NamelessCoder> css_styled_content means you use TypoScript
11:33:41 <Xatenev> Ive tried using lib.stdheader > already but it doesnt seem to hide the headline
11:33:45 <NamelessCoder> sucks, but that's CSC for you
11:33:53 <Xatenev> from what I know, it should hide every headline
11:34:06 <NamelessCoder> depends on inclusion order among other things
11:35:39 <Xatenev> The problem is, that I dont even know what to google for :D
11:38:59 <NamelessCoder> I'm afraid CSC isn't user friendly in this case, it requires a great amount of TS knowledge and being able to relate it, before you can properly control it
11:40:16 <Xatenev> NamelessCoder: Thats bad for me I guess
11:40:42 <NamelessCoder> https://fluidtypo3.org/library/code-examples.html?tx_fluidshare_display%5Bgist%5D=14&tx_fluidshare_display%5Baction%5D=display&tx_fluidshare_display%5Bcontroller%5D=Gist&cHash=4f3775e12c6aba6070d8682fb3ead64b is an example that replaces the entire wrapper based on a field's value, maybe that will hint you towards adapting that into lib.stdheader so it makes an empty header if list_type is your plugin
13:32:52 <pedda> renders a labeled select box in backend with two options, as expected
13:33:41 <pedda> bt then i get an error log message: PHP Fatal error: Cannot create references to/from string offsets nor overloaded objects in .../TYPO3.CMS.6.2.x/typo3/sysext/extbase/Classes/Service/FlexFormService.php on line 48
13:47:18 <pedda> error disappeared probably some caching/faulty flexform issue
13:56:16 <pedda> another question regarding displayCond in a ts based flux form declaration
13:57:23 <pedda> my displayCond looks like this: myField2.displayCond = FIELD:myField:=:key2 but myField2 is dsiplayed even if displayCond is not met
14:26:28 <s-andersen> I need my menu to be special for one specific page. If I make a checkbox in the flux configuration of that page, how do I access the property of that field when building the menu?
14:38:47 <s-andersen> nevermind, Claus has already answered this question elsewhere: http://stackoverflow.com/questions/22489001/access-fluidpage-configuration-in-template
14:43:54 <j6s> Am I correct, that I can not have a variable group for my FCE?
15:04:05 <s-andersen> I'm having trouble using the content elements of the fluidbootstraptheme. Everything is fine in the backend, but it is not rendered in the front-end. Regular elements works fine. Any idea of what could be wrong?
15:09:59 <soee> s-andersen: did not added static template ?
15:12:25 <s-andersen> soee: I have added the static template
18:12:47 <NamelessCoder> ah ok. in that case, this should be working if your language key is indeed "de" and the language variable gets applied correctly
10:42:02 <cbleicker> response in extbase does not contain any response header infos, right? i need to set the header directly in the controller action?
10:58:45 <tdeuling> hi @ all. is there a viewhelper in vhs for rendering a partial from a thirdparty extension?
10:59:32 <qBic> hey guys ... i have a very odd problem with fluid content elements
10:59:32 <qBic> i already posted a report on github, but didn't get any answer yet
10:59:33 <qBic> if i insert a new fluid content element on the first position everything is fine
10:59:33 <qBic> but if i insert the element somewhere else, i guess sometimes the flux configuration is not found
10:59:33 <qBic> this would be the report on github: https://github.com/FluidTYPO3/fluidcontent/issues/201
11:03:16 <NamelessCoder> tdeuling see https://fluidtypo3.org/viewhelpers/vhs/master/Render/TemplateViewHelper.html
11:06:33 <tdeuling> NamelessCoder thanks, that one i've found already :) I thought about a viewhelper like: https://gist.github.com/Teddai/5830257 I think it's prettier to call such a viewhelper by using extensionName and partial..
11:08:11 <tdeuling> wouldn't be it interesting for vhs? I could integrate them and create a pull request..
11:09:14 <NamelessCoder> they do pretty much the same thing
11:10:52 <NamelessCoder> what we could use, is support for rendering a specific section inside v:render.template, and I have no objections against letting v:render.template accept either the template path OR an extensionName+(template|partial=path-starting-from-templates-root)+(section).
11:18:08 <tdeuling> that sounds good. the selection of a special section within a template/partial is absolutely necessary.
11:18:45 <NamelessCoder> definitely; I think it's only missing from both those viewhelpers because they are from the 4.x days
11:21:53 <tdeuling> I could offer some help on that, but I think I couldn't do that in such a good code quality like yours ;)
11:24:09 <NamelessCoder> the first step would be to just get it working inside the class - if you do that and create a PR, we'll go over it together
11:26:46 <qBic> hey @NamelessCoder, do you have any idea what could cause my above mentioned Problem with fluid content elements???
11:26:47 <Guest|35521> I am trying to set up a new page with fluidcontent_core (+page,content,vhs) and tried to create a vanilla mailform, but i can't see any fields to edit in backend. did i miss anything or is the mailform not implemented in fluidcontent_core yet?
11:28:28 <j6s> I am trying to set the group of an FCE via typoscript but it's not working properly. Is the thing I am trying even possible?
11:28:58 <NamelessCoder> qBic unless you're using a custom Provider class and it is set up to be a bit too eager to trigger on content records, no... no idea.
11:31:41 <qBic> well, no ... but maybe this helps: the problem occured updating TYPO3 from 6.1 to 6.2 and updating flux, vhs, fluidpages & fluidcontent to the current github versions
11:56:51 <tdeuling> @NamelessCoder sorry, got a phone call. I'll start it and send you a PR
11:57:33 <NamelessCoder> Guest|35521 if I am remembering it right: the search, login and contact forms all silently depend on css_styled_content which is why fluidcontent_core does not (currently) support them.
11:58:00 <NamelessCoder> tdeuling no rush, I am not really here
11:59:54 <batjony> guys why something like http://pastebin.com/FewDxAL4 still renders the view
12:05:04 <NamelessCoder> batjony the short answer is no. The long answer is yes, but you have to manipulate the controller class - not the view. The controller renders the view, not the other way around
12:05:38 <NamelessCoder> and you may find yourself overriding a handful of methods, all in the name of trying to avoid returning something not-empty
12:10:34 <Xatenev> One question, its not really related to fluid but probbaly somebody of you knows the solution^^
12:10:52 <Xatenev> I am using the normal backend content element "Text & Images". Problem: the images are rendered into the source code with width 0 and height 0
20:20:02 <cbleicker> anybody knows this? Exception while property mapping at property path "customers.0":The target type was no string, but of type "NULL"
20:44:02 <NamelessCoder> cbleicker sounds like a cached reflection of the controller argument not being refreshed
20:44:19 <NamelessCoder> or a custom mapping rule that's not correct
20:48:02 <cbleicker> extending AbstractEntity and it will be converted. without entity its not converted
11:19:47 <steffen-j> I have a question. When using the image-element from fluid content core, is there a way to define dimensions of the image and element margins like with the css_styled_content?
11:29:57 <j6s1> Quick input: at https://fluidtypo3.org/documentation/templating-manual/templating/using-variables/typoscript-variables.html under Solution -> 5 there is an unexpected codeblock started by the ` in won`t
12:38:23 <jmverges> hey folks, is there any way to manage Layouts? I mean I have a extension with 500 layouts, but I only want to be able to select between 10 in the current website
12:38:44 <jmverges> could you be interested in this feature? or is something that could be done and I don't know how?
12:39:39 <jmverges> I think that a few lines in PageLayoutSelector.php could do this
14:30:46 <rosieres> Anyone with extbase foo? -> anyone an Idea how to override a class in ext:form without opening a can? The /Classes/View/Form/Additional/ErrorAdditionalElementView.php holds the layout for a field. Which is not the smartest idea. I want to change that wrap and some others, without breaking anything on next update and without own extension.
14:32:37 <Nurbs> Hi! I am following the video "Fluid Powered TYPO3 From Scratch". builder created a page template with "<flux:form id="fluidpage" options="{icon: 'Icons/Page/Standard.gif'}">" and placed an icon in Resources/Public/Icons/Page, but its not showing in the backend because a link to http://mysite/typo3/Icons/Page/Standard.gif is being generated. Do I need another syntax?
20:42:37 <JustAPoring_> Is there a way to pass a viewhelper used in inline notation (like {v:foo(a:b)} ) something that it will treat like child elements?
12:27:37 <NamelessCoder> not completely true btw, f:if does support something like "{a} OR {b}" but you cannot make any sort of complex statement in {a} or {b}, only hard values or straight variable references - no viewhelpers
12:28:17 <NamelessCoder> I think... I seem to recall seeing ||, OR, && and AND as valid comparators, but that could be wrong. Better check....
12:44:06 <Xatenev> have to fix something in a different project fast cause fatal error :o^^
12:44:12 <NamelessCoder> if it fails because of two segments...
12:45:07 <NamelessCoder> use f:alias and map a new variable, giving it the content '{content_text}{content_image}' and use the new variable in the condition
12:45:32 <NamelessCoder> I know for sure that a single variable is cast as boolean, some doubt wether or not two variables will be cast to string then cast to boolean
12:47:18 <Xatenev> just realized my backend layouts arent even working on the testserver
12:59:30 <Xatenev> when you scroll down in this link https://jweiland.net/typo3/allgemeines/backendlayout-einsetzen.html to "Backendlayout mit Frontend verknüpfen"
12:59:33 <NamelessCoder> it was supposed to mean "are you crazy?"
15:07:33 <mloew> I could use some help with the v:uri.typolink
15:13:17 <rosieres> mloew: Isn't the documentation sufficent on that?
16:20:42 <Bryder> Hi. I'm having a bit of an issue with a flux tree. In the tree I see the record uid instead of the record title. I have following conf: <flux:field.tree name="category" label="Category selector" default="NULL" required="1" size="10" multiple="1" minItems="1" maxItems="123" table="sys_category" parentField="parent" expandAll="1" nonSelectableLevels="0" maxLevels="123" width="123" />
16:21:08 <Bryder> Any idea why I see the UID and not the name?
16:27:05 <Bryder> foreignLabel was missing. Got it working'
16:41:15 <mloew> rosieres: actually, I can't really get my head around the documentation...
17:36:54 <Barbecue> Hej there! Is it possible to check if the current site is a subsite of a specified one? Something like "this.isSubsiteOfId(123)" ;)
00:47:59 <rosieres> Anyone in who can assist in xclassing -> \TYPO3\CMS\Form\View\Form\Additional\AdditionalElementView
14:31:21 <geronimoooooo> hey guys, which versions of flux, fluidpages and fluidcontent are the latest compatible ones? i'm using flux 7.1.2 , fluidpages 3.1.2 and fluidcontent 4.1.1 and experiencing some trouble with getting content elements running
14:32:12 <geronimoooooo> no matter what i change in my template, the only field (that was never defined) ist "DEF: The Title"
09:13:17 <mrboe> @TYPO3ua have a look here https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ImageGallery.html
14:15:34 <drlimbo> Typoscript [treeLevel = 1] was the trick
14:58:02 <steffen-j> If I use the fluid content element nothing shows except of the header, how come?
15:57:22 <mrboe> hey guys, i found a solution how to disable/enable FCE's with TS, but i dont know if this is a good solution. https://gist.github.com/misterboe/0013f30a1ec6edb237fe
16:02:09 <s-andersen> Having trouble getting the fluidbootstraptheme to work with fluid content core. Everything is fine in the backend, but in the frontend it just doesn't show. Any ideas?
16:03:35 <mrboe> @s-andersen we are actually have not tested this, but this will be the next step at at 2015
16:04:19 <s-andersen> mrboe: So the only way to use fluidbootstraptheme is to avoid fluid content core?
16:05:27 <mrboe> i think it should work but actually i can say nothing about it
16:11:03 <s-andersen> mrboe: I found the problem now, the editor had disabled the Static template because it messed up the template he had created
16:49:43 <NamelessCoder> mrboe we will build an actual feature for this; one which does not only govern this attribute but allows others to be forced through TS as well
16:50:34 <mrboe> ok thank you claus - but for the moment i could use this?
16:59:39 <NamelessCoder> I am not sure it would work entirely like you expect because the resulting metadata generated from the form gets cached
16:59:52 <NamelessCoder> but assuming you're doing this as a global toggle then yep, should work.
11:35:26 <drlimbo> is there a way to load a Plugin (ex. Formhandler) from Fluid?
11:36:04 <drlimbo> i tried something like "lib.testForm < plugin.tx_formhandler_pi1" ... but with "v:variable.typoscript" i only get an array and can't find a way to "parse" the plugin
11:36:18 <drlimbo> someone an idea? maybe NamelessCoder?
11:40:15 <drlimbo> is there a way to load a Plugin (ex. Formhandler) from Fluid?
11:40:21 <drlimbo> i tried something like "lib.testForm < plugin.tx_formhandler_pi1" ... but with "v:variable.typoscript" i only get an array and can't find a way to "parse" the plugin
13:32:47 <Defos> Hey, fluidpages/-content aren't compatible with 7.x yet, right?
13:38:51 <Guest|19489> Hi, anyone who can give an inhouse training near Bonn for 1-2 days in January about flux / fluid templating? We want to use it in an interesting project and need to get fit with it.
17:46:40 <braguzz> hi, there is a way to 'insert record' with fluidcontent_core ?
18:03:04 <braguzz> copy and 'past as reference' works with tx_news content ?
21:30:16 <Guest|50174> Hello, have somebody an example how i can read out files from a folder so that people can download the files like a download explorer??
12:18:30 <drlimbo> is there a way to parse from DateTime to String? "Cannot cast object of type "DateTime" to string."
12:54:03 <steffen> Hello. I have 3 templates. Is it possible to place the stylesheet and javascript references in one single file or in typoscript somehow to avoid duplicate content? Thank you.
12:58:37 <braguzz> hi {v:content.render(pageUid: 1)} works
12:58:46 <braguzz> {v:content.render(pageUid: 139)} doesnt work
13:34:02 <ilCerchiari> I'm encountering this exception: Template could not be loaded. I tried "/[...]/typo3conf/ext/fluidpages/Resources/Private/Templates/Page/Default.html" on a migrated TYPO3 (from 4.5 to 6.2) with all the latest fluidtypo3 extension. The odd thing is that I get that exception only if I try to load a page directly from frontend. If I'm logged into be t
13:34:02 <ilCerchiari> he page renders correctly and then also if I load it without be session. Any clue how to solve this?
14:34:37 <ilCerchiari> Doing some trials I think i found the problem, it seems to be some incompatibility, at some level, with extensions workspaces and version... disabling them makes the problem vanish. Just to let you all know.
21:46:33 <NamelessCoder> did you read https://fluidtypo3.org/documentation/templating-manual/introduction/fluid-best-practice.html#fluid-performance-concerns?
21:46:45 <NamelessCoder> did you set Production context?
21:48:19 <jmverges> how could I know if nc_staticfilecache is working well?
21:48:55 <jmverges> I mean, probably I could increase the performance with best practices and I will, however I need some solution that increases a bit the performance
21:49:04 <NamelessCoder> don't know, but fixing bad performance starts -before- you implement additional hard caches
21:49:33 <NamelessCoder> don't be logged in to the BE while testing this, for example
21:49:52 <jmverges> I'm testing in one browser where I'm not logged
21:50:00 <jmverges> and in the otherone I'm logged
21:50:16 <NamelessCoder> limit the amount of typoscript you use. confirm that your templates are compilable and if they aren't, separate the uncompilable viewhelper usages into partials
21:50:41 <NamelessCoder> seriously, this is a HUUUUGE subject to open up and books have been written about it
21:51:28 <NamelessCoder> there is no silver bullet - you have to be aware of your site's structure and composition in order to determine the bottlenecks
21:54:17 <jmverges> I just installed yesterday cookie extension
21:55:19 <NamelessCoder> we're moving quite far from a fluidtypo3 context ;)
21:55:40 <jmverges> I know, sorry, I'm just worried
21:56:20 <jmverges> NamelessCoder, do you work with Varnish or nc_staticfilecache?
21:56:24 <NamelessCoder> first you have to determine which part of your site is causing bad performance. Setup, templates, records, etc.
21:58:24 <NamelessCoder> there are a few articles about Varnish+TYPO3 written by TYPO3 agencies, I recommend studying those
21:58:54 <NamelessCoder> but in general: you should learn Varnish before you just jump in and expect it to solve everything. And still: you should fix the bottlenecks rather than hiding them.
22:00:27 <jmverges> I discovered just now that I had installed cookies extension and it uses USERINT and then pages where not cached with nc_staticfilecache
22:01:03 <NamelessCoder> what I said about locating and fixing the bottleneck still applies
22:01:56 <jmverges> I'm sure, however my situation is that I'm doing a lot of things by my own and I'm working quickly... no unit test, duplications some times...
22:02:17 <NamelessCoder> I know this isn't what you want to hear but in this case you are most definitely doing it wrong
22:02:25 <NamelessCoder> you should never, ever be too busy to do it right
15:15:25 <NamelessCoder> render it manually with recursion if so required
15:15:39 <NamelessCoder> no, there are no ViewHelpers in VHS which render categories
15:16:08 <Guest|16683> Im using Flux 7.0.0 and i need to get a "group" selection field again to select tables. I see the "group" viewhelper got removed and shall be replaced by select,relation,inline or tree but neither of these are "group". How to get this working (cant update to another version)
15:18:31 <Guest|16683> anyone can help? cant use relation cause i select pages and need the group-like selection
15:21:37 <NamelessCoder> Guest|16683 flux:field.multiRelation will be introduced in Flux 7.2. Until then, you're stuck with flux:field.relation + size + maxItems + table (+multiple)
09:27:13 <jmverges> I need help: I'm doing cache with varnish. So, with a simple vcl I'm getting it cached and the age is changing. However, with the default one provided by ext:varnish (patched for varnish version 4.0) age is always 0. So my concern now is to now if the problem is in some typo3 setting or in the default.vcl file.
10:51:18 <ndee_> hey guys, I'm using <flux:field.controllerActions actions="{Course: 'spotlight', Course: 'list'}" /> in my plugin configuration but there's no select in the plugin itself. Anything I'm missing?
12:43:16 <MrWhy> just a question... i´m new to fedext... i´m trying to render a content element... i´ve set up a page and all... simple text fields are rendered but no content templates
12:43:44 <MrWhy> i´ve used the example in the library
12:44:14 <MrWhy> but there is no output for the Content Templates
12:54:58 <MrWhy> typical t3 elements are rendered fine but not in the FCE´s
13:07:25 <mrboe> @MrWhy a good way to start is to use EXT:builder to create a provider extension
13:07:46 <mrboe> this brings a page and a content template with it
13:08:40 <MrWhy> mrboe yeah i started with this...
13:08:52 <mrboe> the EXT:fluidboostraptheme brings some examples how FCEs can be build
22:52:49 <Outdoorsman> NamelessCoder: TYPO3 6.2 seems requires cache to be cleared for every source update even minor source updates like from 6.2.8 to 6.2.9. How do you or anyone else handle this when you have many sites sharing the same source?
22:56:05 <Outdoorsman> Is there a Fluid way of clearing cache properly in 6.2 or do I have to manually do rm -f typo3temp/Cache/Code/cache_core/* for each site... and is this the only directory that needs to be cleared?
22:57:12 <Outdoorsman> This is the closest I came to finding documentation on what to clear so far... http://docs.typo3.org/typo3cms/InstallationGuide/singlehtml/Index.html#remove-temporary-cache-files
22:34:53 <MrWhy> Hi .... could anybody explain me, how the content rendering is working? I have set up Page Templates, which are working fine. But if I try to add a FCE in a page column the FCE will not be rendered. "Normal" Typo3 elements rendering fine in my pages...
22:35:23 <MrWhy> I ´ve set up the whole thing with the builder ext
22:36:46 <MrWhy> I have already read some stackoverflow cases, which have the same problem but there is no solving answer...
21:39:34 <Outdoorsman> Does anyone know how to properly clear TYPO3 CMS cache from the command line?
21:44:17 <NamelessCoder> hi Charles - it depends how much of the cache you want to clear
21:45:48 <NamelessCoder> https://github.com/helhum/typo3_console should help a lot though
21:55:38 <Outdoorsman> Here's the scenario... when I update the TYPO3 CMS source from 6.2.8 to 6.2.9 it now requires a clearing of the cache... TYPO3 CMS 4.x didn't require this. I need a way to clear cache for all sites using 6.2.x source so I don't have to log into each one and manually clear cache.
21:56:48 <NamelessCoder> if all else fails: write a tiny script that deletes everything from typo3temp recursively and runs TRUNCATE TABLE on all cf_* tables
21:57:48 <Outdoorsman> I have a script already but it was causing sites to go "all white" because I wasn't deleting the right things and couldn't find documentation on what it should be.
21:58:23 <NamelessCoder> most likely because of not truncating the class reflection table in particular
21:58:42 <Outdoorsman> So when updating source... I should:
21:59:13 <Outdoorsman> 1. Delete the content of EVERY directory in the typo3temp folder but not the folders themselves so I don't have to recreate them
21:59:24 <NamelessCoder> delete the folders as well
21:59:41 <NamelessCoder> if you properly clear all cf_* and cache_* tables those are written automatically
21:59:48 <Outdoorsman> but when I do that it seems to complain in the INSTALL tool that the folders don't exist.
22:00:11 <NamelessCoder> cache_pages needs to be cleared for those to be written (request routing does not try to use cache)
22:00:16 <Outdoorsman> I've never deleted anything from MySQL manually though. let me look that up.
22:06:59 <Outdoorsman> I sure wish there was a way to use command line to do this sort of thing.
22:08:02 <NamelessCoder> there is a way to use the CLI for that but it involves piping and parsing
22:08:39 <Outdoorsman> To guarantee that only the appropriate tables are cleared I have to also write something to parse the TYPO3 config file to find the TYPO3 database being used.
22:09:13 <NamelessCoder> I don't know how typo3_console does it, but there is a chance it avoids the class reflection caches in the clear cache command and would work
22:09:43 <Outdoorsman> I believe this functionality is avilable via CLI in TYPO3 NEOS.
22:11:07 <NamelessCoder> probably true, but it uses a completely different way of loading classes
22:12:01 <NamelessCoder> try typo3_console from the link - maybe it "just works"
22:12:19 <Outdoorsman> What is this? http://stackoverflow.com/questions/15357844/how-to-clear-the-cache-in-typo3-from-an-external-script
22:29:00 <NamelessCoder> gotta go - but essentially, if typo3_console won't work then you need that manual script. The key is to clear those cache_ and cf_ tables at the same time as you remove the temp files
00:59:04 <Outdoorsman> I'm trying to use typo3_console so I can easily do a CLI clearing of all cache but it's not really seeming to work for me.
01:09:38 <Outdoorsman> I do "./typo3cms cache:flush" followed by "./typo3cms cache:warmup" and get "Segmentation fault (core dumped)"
10:11:47 <ndee_> when I don't see any flux debug although enabled in the EM, what could the culprit be? I set the context in my 6.2.9 installation to Development.
10:12:06 <ndee_> flux and fluidpages is in the development branch
11:01:28 <Defos> Hey there. Can I use pre-defined FCEs inside Page Templates? e.g. flux:field.input inside a flux:grid.column ?
11:24:14 <Thms> Hi everyone. I am trrying to debug a typo3 extension.
11:24:45 <Thms> FELogin seem not to be creating any cookie. Hence, after login, if I go to another page I permanently loose my
11:25:04 <Thms> Is anyone on here able to help please ?
11:25:24 <Thms> I have browsed various bugs on the forge and seen some workarounds but none of them is working
11:50:29 <ndee_> inherit - If TRUE, the value for this particular field is inherited - if inheritance is enabled by the ConfigurationProvider <--that's the doc for flux:field.file. I created a class ctw_template/Classes/Provider/PageProvider.php and set the property protected $inherit = true; but my files don't get inherited. Is there something else that I'm missing?
13:50:17 <MrWhy> i still don´t get the content Templates rendered. I´ve also tried the fluidbootstrap. The page templates get rendered fine... A gist to the templates: https://gist.github.com/anonymous/951a28dfcad3f414cd1c Hopefully someone can help.
13:51:40 <MrWhy> I´m using Typo3 6.2.9 with the latest extension versions
14:10:34 <Denyere> Anyone here use PHPStorm ? Just wondering if anyone has upgraded frpm 7.x to 8.x ?
15:13:36 <mrboe> @MrWhy your namespace is not right
15:19:33 <MrWhy> yes i have seen this yesterday... but i haven´t realized the namespace thing. I thought it would work because it is working with the page templates
15:53:21 <MrWhy> @mrboe now i changed everywhere the namespace declarations and cleared all caches but there is still no output for the content element... any idea?
16:09:29 <MrWhy> all renderings with the page Layout are working fine... The Backend shows my FCE an could work with them, but i don´t get a rendering on the FE
16:13:59 <ste101> Hello, I got a problem with vhs asset style. I found this issue https://github.com/FluidTYPO3/vhs/issues/655 but I'm not able to get it working.
16:15:02 <ste101> This is my code: <v:asset.style name="inlineCSS" fluid="true">#page-2 { background-image: url('/{projekt.bildStartseite.originalResource.publicUrl}'); } </v:asset.style>. Could some point me out how to set the CDATA the right way?
16:15:48 <mrboe> @ste101 use <f:format.raw>{mystyle}</f:format.raw>
16:21:22 <ste101> Thanks @ mrboe and mrwhy but both are not working. format.row shows nothing. The second renders this #page-2 { background-image: url('/{projekt.bildStartseite.originalResource.publicUrl}'); }. No replacement. I'm using vhs 2.2.0
16:22:36 <MrWhy> for mrboes version you need to import the fluid namespace i guess...
16:26:48 <MrWhy> @ste101 is it possible that you use the VH in a wrong way? I think you have to use the content attribute...
16:36:29 <ste101> @MrWhy Thanks for your hint. This is working: <v:asset.style name="inlineCSS2" fluid="true" content="#page-2 <![CDATA[{]]>background-image: url('/{projekt.bildStartseite.originalResource.publicUrl}'); <![CDATA[}]]>" />
16:38:25 <ste101> Does the asset behavior chance? The 'fluid parsing' example from this site is also not working: https://worksonmymachine.org/blog/asset-handling-with-fluidtypo3
16:40:06 <MrWhy> do you have imported the fluid ns?
16:46:16 <ste101> I can use fluid viewhelper. Is it that what you mean?
17:55:17 <MrWhy> has anybody had empty divs from fce?
18:16:54 <Nurbs> Hi! Is it possible to access fluidpages settings from TS? I would like to render e.g. settings.pageClass in <body class="..."> using page.bodyTagCObject instead of using <div class="{settings.pageClass}">
18:17:23 <Nurbs> With settings.pageClass being defined similar to this example: https://fluidtypo3.org/documentation/templating-manual/templating/creating-templates/page-template.html
18:33:35 <NamelessCoder_> Nurbs I think you can reference values stored in flexform data fields using a special typoscript syntax; check the official typo3 documentation for how to assign a TEXT ts object's value property to contain the value of current record, and then the documentation on syntax for referencing a specific value when the field value you are reading is stored in a flexform.
18:45:31 <Nurbs> I see. This means reading from tx_fed_page_flexform or tx_fed_page_flexform_sub using XPATH, I suppose; somewhat complicated by having to handle inheritance within the page tree. Maybe tomorrow, but thansk :)
10:34:10 <Jazz> Good morning everyone! I'm using flux:field.text as rte for one of my content elements and Realurl for my site. But links I add via the mentioned ce do not get rendered by realurl. Any hints on what I might be doing wrong?
10:58:58 <jmverges> do you have configured properly realurl typoscript?
12:38:36 <braguzz> still looking for a way to get cal ext running with fluifcontent_core and without css_styled
12:42:10 <Nurbs> NamelessCoder_: Instead of configuring the body tag in TS I just used config.disableBodyTag = 1 and rendered <body id="{page.uid}" class="{settings.pageClass}"> in my Fluid template. Not as interesting, but way easier.
12:49:12 <braguzz> there is a way to render an image via TS with fluidcontent_core ?
12:50:06 <braguzz> or, pleasse, someone tell me that 'you cant use the ext cal' right now.
12:55:15 <soma> this might be related: when using fluidcontent_core other extensions like fluidcontent_bootstrap have no output in the frontend anymore
13:54:30 <Nurbs> I am trying to use v:page.menu in a layout, but only the v:page.menu-tag is being rendered. Do I need to use {namespace v=...}? Is it possible to use xmlns:v="..." given that there is no wrapping element?
12:49:10 <Nurbs> In a page template's Configuration I'm using <flux:field.select name="settings.foo" items="{x: 'X'}"/> Is there some way to provide internationalized versions of 'X' through configuration, that is not by using the verbose LLL:EXT syntax?
12:57:45 <Nurbs> items="{disabled:'LLL:EXT:mytemplate/Resources/Private/Language/locallang.xlf:flux.standardpage.fields.settings.didYouKnow.disabled',...}" works, but is very verbose.
14:23:32 <braguzz> image is an array where I found # of images that I put inside a single event
14:45:03 <NamelessCoder_> braguzz see https://fluidtypo3.org/library/code-examples.html?tx_fluidshare_display%5Bgist%5D=5&tx_fluidshare_display%5Baction%5D=display&tx_fluidshare_display%5Bcontroller%5D=Gist&cHash=e403004449572e5ede2dd38d6d268f99
08:36:47 <ndee> Hi guys, builder tells me that a "Template contains uncompilable ViewHelpers", is there a way to find out which viewhelpers that exactly are?
08:47:57 <bjo3rn> ndee switch/case is one I know to be uncompilable.
08:48:39 <ndee> @bjo3rn: is there a list of uncompilable viewhelpers somewhere? What are the characteristics of un uncompilable viewhelper?
09:27:41 <ndee> I found the following VHs which implement the ChildNodeAccessInterface: v:debug, v:security.allow, v:security.deny, v:switch, neither the template nor the layout contains any of those viewhelpers. I'm using the <flux:widget.grid /> in the preview so it seems as <flux:widget.grid /> makes the template not cachable.
10:09:49 <braguzz> how to loop for a first x items af array in a fluid template?