10:05:04 <jousch> Hi, do I understand it correct, that I only need the <v:tag /> viewhelper if I need a custom (e.g. setable via flexforms) tag in my fluid template?
10:32:53 <NamelessCoder> hi jousch - yes, that's correct. You can also use it if you wish your tag's attributes to be removed automatically if they're empty (including if they only cntain whitespace)
10:33:47 <NamelessCoder> the diff between that VH and any other tagbased viewhelper is: if tag name is empty, the tag can be skipped (hideIfEmpty) and only contents used, and the attribute truncating
10:36:23 <Cash2m> Hi. Does fluidcontent have support for multiple `templateRootPaths`? It seems like I can only override `templateRootPath` and copy over all templates of another extension
10:45:28 <jousch> @NamelassCoder thanks for your support!!!!!
10:47:31 <NamelessCoder> Cash2m use the "overlays" procedure
10:53:36 <Cash2m> wow.. that works nicely, but seems undocumented. The part should be copied over from the EXT:view README
10:55:29 <NamelessCoder> will be deprecated when 6.1 support is dropped, in favor of using templateRootPaths (plural)
10:56:12 <NamelessCoder> we are wrapping it in a utility class to still support the old setup, but the new approach will be 100% core standard and we will just reference the core docs then
10:56:59 <Cash2m> Okay. But support for `templateRootPaths` isn't there yet, even with 6.2?
11:26:45 <thyri0n> NamelessCoder: Don't we all? :D
11:27:00 <beo6> How can i add a FAL field to insert a single image into a fluidcontent element? Using <flux:field.inline.fal name="image" label="backgroundimage" multiple="0" maxItems="1" showThumbs="1" allowedExtensions="gif,jpg,jpeg,png" /> gives me "Wrong configuration in table 6f2ad01922"
11:27:38 <beo6> ahh. wait. after saving the element it works
11:27:55 <beo6> so it only gives the error when i create a new element and it is not yet saved into the database
11:30:23 <beo6> nevermind. it will not work with FAL anyway
12:06:30 <crewcut> Am i the only one who has issues with felogin together with fluidcontent_core?
12:16:32 <beo6> i use fluidcontent and felogin without issues
12:19:18 <crewcut> I am talking about fluidcontent_core and not fluidcontent. When i install FCC felogin box disappears. When i remove FCC and reinstall CSS_styled_content the box comes back.
12:24:58 <gbod> crewcut felogin uses csc ts stuff to show the plugin. you just have to put it into your TS.
13:09:58 <gbod> # cat=content/cLogin; type=int+; label= PID of user archive: Enter the page-uid number (PID) of the folder where you keep your fe_users that are supposed to login on this site. This setting is necessary, if login is going to work!
13:10:01 <gbod> # cat=content/cLogin; type=; label= Message, Login: This is the message (if any) that is popped-up when a user logs in as a front-end user
13:11:03 <gbod> And if there is no csc, there is no template set.
13:11:39 <gbod> Code is from /typo3/sysext/css_styled_content/static/setup.txt
13:13:42 <crewcut> I know thanks, but the point is, that felogin does not work out of the box with fluidcontent_core as a content element
13:14:35 <gbod> crewcut: Know how to proceed from here to run it? It's known that it doesn't run out of the box with fcc.
13:15:34 <gbod> But that's not an issue an fcc's side.
13:22:17 <crewcut> I am sorry, but where does it say which features does not run with FCC? If it does not run with FCC, but with CSC, then its got to be an issue with FCC...
13:23:34 <gencha_> many others lead to the same content. looks like a caching issue
13:43:56 <crewcut> When updating to latest version of fluidtypo3 extensions my icons on page layouts are gone - on two of my installations - what has changed?
13:47:00 <thyri0n> Yeah, now that crewcut mentioned it, I was wondering the same...
13:47:55 <thyri0n> Moreover, my fluidcontent FCEs weren't to be found under the corresponding FCE tab when trying to add them but under the Plugin tab
15:42:01 <denis-fluid> Could someone explain me the use of Flux Container and Section? I don't get the reason for being able to delete setting containers.
15:42:17 <denis-fluid> (https://fluidtypo3.org/viewhelpers/flux/master/Form/ContainerViewHelper.html and https://fluidtypo3.org/viewhelpers/flux/master/Form/SectionViewHelper.html)
15:43:18 <NamelessCoder> denis-fluid see the core's TCA/FlexForm references about those types of elements
15:44:29 <NamelessCoder> both have implications that require a LOT of detail to explain so I would appreciate if you study those docs. I'd be even happier if you make pull requests to add links to that documentation in places where you think it should go ;)
15:45:05 <denis-fluid> This one? - http://docs.typo3.org/typo3cms/TCAReference/Introduction/Index.html
15:45:35 <denis-fluid> NamelessCoder: Yeah I would love to do so when I understand the big picture :P
15:46:24 <NamelessCoder> and http://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Flex/Index.html
15:47:45 <NamelessCoder> a bit more detail here: http://wiki.typo3.org/Extension_Development,_using_Flexforms - this all references XML but we use the same names of concepts so you should be able to relate them mentally
15:48:13 <denis-fluid> Ok I will try to find some time reading this :-)
15:48:58 <NamelessCoder> sadly there are still some undocumented parts but I'm pretty sure you'll find both containers and sections (and the objects that go into sections) documented on those links
16:34:02 <jmverges> hey folks, does anybody knows if is posible to use CLI extbase extension:install for extensions that needs to download dependencies?
16:36:09 <NamelessCoder> not possible, requires extension files to be present and will not resolve (nor respect) dependencies or conflicts
16:42:14 <jmverges> NamelessCoder, I want to think that in a close future that will be posible, makes sense
16:45:22 <NamelessCoder> so-called unattended installs is a focus of CMS7
16:45:31 <NamelessCoder> (via composer, almost surely)
17:14:44 <Kaimane> Hi. I'm using my own ext with fluidpages and need the {data}-object within a partial for the page uid. But if I debug {data}-object I only get NULL. How can I get {data}-object or how can I get the page uid in my partial?
17:22:58 <jmverges> NamelessCoder, will TYPO3Team move all to composer? no way, awesome
17:23:19 <jmverges> NamelessCoder, did you try to install ft3 extensions as global?
17:48:02 <bjo3rn> Kaimane provide it to the partial with arguments="{_all}"
18:19:52 <kimholberg> gbod: sorry if i was a bit harsh, i did not mean to. But from all the excellent work done by the group, it seems like a missing link, if no information is given what works and what does not. I know fluidcontent_core is beta, so i do not expect everything to work, but just spent hours to work out why felogin does not work.
18:21:44 <kimholberg> crewcut=kimholberg - why did it suddenly change my name?
18:26:21 <Kaimane> bjo3rn: sry for the delay. In my layout Default.html there is a <f:render section="Slideshow" partial="Slideshow" arguments="{_all}" /> which provides {data} to the slideshow partial. But with <f:debug>{data}</f:debug> the result is NULL.
18:26:55 <NamelessCoder> jmverges as global, local or sysext should make no difference
18:27:31 <NamelessCoder> kimholberg it's a bit of an academic discussion at this time but the reason for that lack of support is the preferential treatment given to CSC
18:29:41 <NamelessCoder> felogin simply requires this TS which is added from CSC or it won't render. You could argue we should include this as a VERY default configuration but we will probably not support all options of the current CSC implementation (which rely on TS-based rendering)
18:30:42 <NamelessCoder> oh yeah: and you weren't being harsh, but we do label it "beta" still ;)
18:31:24 <kimholberg> Tried to use the TS with FCC without success, so i must have done something wrong.
18:32:18 <kimholberg> I would just assume that felogin is a crucial part to many websites and therefore given a higher priority
18:32:20 <NamelessCoder> tbh I never got around to trying FE login with it so I'm afraid I'm clueless what works/doesn't
18:33:21 <NamelessCoder> true, true. I'd be happy to receive a PR that adds a basic template and setup, stressing the word "basic" ;)
18:34:48 <kimholberg> Another question while you are here; what changed in the recent updates as all my images in Page layout disappeared - and i can see from another post, that he had the same problem?
18:35:57 <NamelessCoder> most likely, deprecation of "icon" attribute on flux:form - moved to options="{icon: '...'}"
18:36:10 <kimholberg> I am not that experienced yet, so i do not know about Pull Requests..:-)
18:36:37 <kimholberg> Thanks, will check that...thanks for your work..:-)
18:36:47 <NamelessCoder> if you fork the repository and make your changes and push I can review, then assist with the PR
18:37:07 <NamelessCoder> we're all extra happy to help contributors ;)
18:37:32 <kimholberg> I hope i can be part of that some day
18:40:05 <NamelessCoder> any time you feel ready just ask any one of us to teach
19:17:15 <bjo3rn> is Kaimane still here under a new name perhaps? ^^
19:56:40 <Guest|32433> Just updated to the latest version of fluidtypo3 extensions (flux, fluidpages, fluidcontent) from TER. Getting this error: Fatal error: Can't inherit abstract function FluidTYPO3\Flux\Form\FormInterface::setParent() (previously declared abstract in FluidTYPO3\Flux\Form\WizardInterface) in /var/apache/cid771/htdocs/typo3conf/ext/flux/Classes/Form/Wi
19:56:40 <Guest|32433> zardInterface.php on line 31
19:57:39 <NamelessCoder> php version might be outdated, Guest|32433
19:58:32 <NamelessCoder> we recommend 5.4 or even 5.5, but absolute minimum is 5.3.7