09:00:23 <jmverges> hey mates, I'm trying to use <v:content.render column="11" pageUid="settings.layoutPage"/> or <v:content.render column="11" pageUid="{settings.layoutPage}"/> and none of them are working, what is the correct form?
11:25:58 <thierry> Can a Fluid Content Element be instianciated via PHP ?
11:27:04 <thierry> My need is following: a grid column can have a different width. Then, the rendering of the contained elements is dependent of the width of its container.
11:28:21 <thierry> That means, from my point of view, to have a plugin in between that "detect" the width of the column, and then dynamically call the inside element with a "width" parameter.
11:28:38 <thierry> Perheaps I'm a thinking to complicated ...
11:49:59 <NamelessCoder> thierry consider using v:variable.register.set
11:50:16 <NamelessCoder> I know, not pretty exactly, but it works exactly that way
11:50:50 <thierry> OKay, will try that. I've already read http://stackoverflow.com/questions/24690804/how-the-get-the-parent-element-of-a-fce-in-fluid-powered-typo3/24802503#24802503 as an idea.
11:51:18 <NamelessCoder> true, you can also parse out the flux form values from the parent element
11:52:02 <thierry> But after getting the parent record, I'll have to "parse" it to find the width of the col
11:52:05 <NamelessCoder> benefit of THAT solution would be that your special rendering only works with direct children of the parent. With registers you could have the specially formatted children at any nested depth inside the parent
11:53:26 <thierry> OK, I'll try it tomorrow, let's go outside by sunny Sunday ! Thanks for the support
09:54:51 <benjamin_654> Akii: fixed it - no change ..
09:59:34 <bjo3rn> benjamin_654 is the ce still selectable in new content wizard?
10:03:01 <bjo3rn> looks fine except for the vhs namespace but no vhs viewhelper is involved so it doesn't matter.
10:04:23 <benjamin_654> bjo3rn: it used to be - but when it just checked it again it was gone from the wizard - thats a good point to start debugging - thx
10:05:20 <bjo3rn> unfortunately flux debug level 2 is broken atm in current ter. you can install flux master from github though which is fine.
15:48:27 <beo6> when i try to open the documentation of the viewhelper flux/Form/Content i end up in fluid/Security/IfAuthenticated. https://fluidtypo3.org/viewhelpers/flux/master/Form/ContentViewHelper.html
16:40:44 <mrboe> hey guys, i have a 3 lvl menu wich does not work on 2.1.3 TER, if i switch back to 2.1.2 it works
20:13:12 <NamelessCoder> literally all I did was install EXT:news, load the static TS, insert a plugin, create news items in storage folder, select storage folder in news plugin - displays news as list
20:13:58 <NamelessCoder> you are 1,000,000% sure you have typo3conf/AdditionalConfiguration.php and it contains the entry to load FCC TS? You're equally sure you loaded the static TS of FCC before that of EXT:news?
20:14:37 <jmverges> let me do it again in a fresh install
20:14:48 <jmverges> I'm user xavers vagrant as provisioner
22:46:40 <jmverges> NamelessCoder, I can confirm, new installation
00:49:31 <NamelessCoder> jmverges I am almost 100% sure that you're not running the fluidcontent_core update script in EM to copy the file typo3conf/AdditionalConfiguration.php into place
07:51:15 <jmverges> NamelessCoder, you are right. However the script says No action to perform, or something like that
07:57:00 <jmverges> gbod, is fluidbootstraptheme able to work without fluidcontent_core?
07:58:17 <jmverges> I really don't know what to do with fluidcontent_core...
09:35:44 <NamelessCoder> jmverges read this part closely, esp. item #3 - https://github.com/FluidTYPO3/fluidcontent_core#how-do-i-install-it
09:37:05 <jmverges> I had to copy and paste manually
09:37:54 <jmverges> however I'm still thinking if use fluidcontent_core or csc. I would like to use fluidcontent_core but I miss things from other extensions
09:38:42 <jmverges> I know that all the typoscript configuration of csc is a mess, but I can get frontend edit, realurl for images, crop for images an other things
09:39:48 <jmverges> textpic CE is a really nice CE for non developer people
09:40:13 <jmverges> and if you add cropping in place, is more awesome
09:40:29 <gbod> Unicorns are really nice for fantasy films.
12:24:32 <jmverges> rosieres, is working for you 214?
12:25:11 <rosieres> I'm not working with bth but fluidpage . In my handwritten codes it works
12:26:47 <jmverges> could you copy paste a example, just to check
12:30:06 <rosieres> this is senseless. Line 9 is you Friend. https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Page/WithSidebar.html Why your system is not showing up, is on you to determine
12:30:44 <rosieres> I'd check the server connects to any 404 and check the server logs for any errors
16:01:22 <randomresult> ok. beginning the day with some work in magento continue with the Deutsche Bahn dont work... ending in reading stuff like that. i love the world
16:01:33 <randomresult> mrboe: i want your offroadcar
16:04:32 <gbod> randomresult: Everytime friends of mine are speaking about courses and exams they are saying "You will do it, it's not as difficult". Nobody says: "Woah, never ever ever ever" Except me - and all of them passing their exams. So it's a good sign.
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
09:47:02 <randomresult> @NamelessCoder after installing EXT:site i have a .git folder in all the extensions
10:02:27 <Akii> is there an estimate when the next flux version is released? (minor patchlevel)
10:08:24 <denis-fluid> bjo3rn: I've tried that now. For testing reasons I just setup a simple variable in my setup.txt - https://gist.github.com/DenisMir/d59d3c126caec1deef71 - I'm trying to render that one as items in the select field like so: <flux:field.select name="settings.switch" label="LLL:breakpoints.switchCols"
10:32:04 <denis-fluid> bjo3rn: I got the following setup now. Setup: https://gist.github.com/DenisMir/d59d3c126caec1deef71 Constants: https://gist.github.com/DenisMir/6ea74bfbf4947f5fdaca - I can see the correct settings in the constants editor of T3. When I'm trying to output one of the breakpoints in a p tag just for testing I'm getting an emtpy string. (<p>{settings.grid.breakpoints.b0}</p>) - I'm not quite sure if this should be possible :-)
10:41:34 <bjo3rn> denis-fluid I don't think so. you should be able to use the constant to populate argument items of your select field now though
10:42:00 <denis-fluid> I'm checking no the fluidbootstraptheme example.
10:42:16 <denis-fluid> It got some examples as well. I'm getting back in a minute.
10:45:25 <Kaimane> Hi at all. Yesterday I asked why the data-object is no present in my partial. I provide everything to the partial with arguments="{_all}" but if i debug {data} fluid returns "null". What to do to get data in my partial?
10:46:50 <bjo3rn> Kaimane is it part of a content or page template?
11:00:03 <Kaimane> bjo3rn: {_all -> f:debug()} is great! {page} provides the uid of the page ;) thank you very much for that hint!
11:01:57 <denis-fluid> What do I have to do that "ext_tables.php" gets executed again? (I added the seperate ts path like the one in fluidbootstraptheme)
11:06:38 <denis-fluid> Forget the question I got it :D
11:18:22 <denis-fluid> Hmpf I'm getting the following error now. What could that be: No value found for key "FluidTYPO3\Vhs\ViewHelpers\SwitchViewHelper->switchCaseValue", thus the key cannot be removed.
11:27:20 <jmverges> hey mates, does anybody know some extension for provide comments to NEWS extension?
11:44:59 <bjo3rn> denis-fluid this error happens when the switch value is NULL
11:46:19 <denis-fluid> bjo3rn: Yeah I added the settings in the ts config and the switch started to fail. I found the error. I named some fields "settings.xyz" and used the value in the switch. This started failing when I added the settings to the TS setup.
11:46:50 <denis-fluid> I assume that "settings." is not a good start for field names.
11:48:31 <denis-fluid> But in the end I still got the same problem with the rendering of TS values. :-) - I got the following simple constants.txt: https://gist.github.com/DenisMir/62959b62795371d49624
11:48:58 <denis-fluid> I can output the content simply with "{settings.grid}"
11:49:43 <denis-fluid> But as soon as I change the content of "grid" to something like: grid { 10 = test } and try to access it with {settings.grid.10} it fails.
11:57:57 <denis-fluid> bjo3rn: Ok when setting the grid to "grid = 10,20,30" I am able to render the 10,20,30 in the select field. But I'd like to have a key/value pair which does not seem possible I assume.
12:00:59 <bjo3rn> denis-fluid sure: settings.grid { 10 = foo 20 = bar 30 = baz } (formatted as single lines ofc)
13:19:12 <denis-fluid> bjo3rn: That is what I have tried. This makes it available in the object editor. But it doesn't work with the select field. :( The select field is populated with one option "{$plugin.tx_xyz.settings.grid}"
13:19:51 <bjo3rn> ok, then CSV maybe. sec, I need to try something.
13:19:59 <denis-fluid> Wenn I change grid to "grid = foo,bar,baz" I'm getting the select field populated with the correct items "foo,bar and baz"
13:20:52 <denis-fluid> It is weird that I even can't access the values like {settings.grid.10} in the normal rendering section.
13:26:00 <Guest|99209> Hi there and thx for the great documentation. I just want to mention that link https://fluidtypo3.org/community/support-chat.html leads to the fals page, maybe you want to fix this...
13:36:56 <denis-fluid> bjo3rn: could you paste me the whole template class. I'm totally confused why this doesn't work. (since everything else worked, I'm just wondering if the system is gettings confused with fields named "settings.<field name>")
14:00:07 <denis-fluid> bjo3rn: I'm getting crazy. :-) I will clean up everything from the "settings.<field>" name stuff and try it again.
14:01:26 <denis-fluid> bjo3rn: I will need some minutes and will get back to you. I hope the result is positive. :-) With the stuff you pastebined you get a select field with e.g. key: 10 value: foo. Correct?
14:51:20 <danilobuerger> well at least i think it was 5.3.9 when redeclaring interface was introduced
14:52:02 <denis-fluid> bjo3rn: Ok here we go. I got the following setup. Simple example template: https://gist.github.com/DenisMir/85f251c13d68c84b3543 - Simple setup.txt https://gist.github.com/DenisMir/4477f935e730fce8e770 and simple constants.txt - https://gist.github.com/DenisMir/42a3d287e272b1902313
14:52:48 <denis-fluid> When looking at the "Example" content element I'm still getting an empty select field. :( :(
14:53:33 <danilobuerger> denis-fluid what does <f:debug>{settings.foo}</f:debug> output
15:18:31 <bjo3rn> danilobuerger and how would you edit that in the be?
15:18:37 <danilobuerger> denis-fluid please see fcc as it does the same thing https://github.com/FluidTYPO3/fluidcontent_core/blob/development/Resources/Private/Partials/Properties/Header.html https://github.com/FluidTYPO3/fluidcontent_core/blob/development/Configuration/TypoScript/setup.txt https://github.com/FluidTYPO3/fluidcontent_core/blob/development/Configuration/TypoScript/constants.txt
15:21:03 <danilobuerger> i thought you did as you commited to that file ;-)
15:21:26 <bjo3rn> don't remember what I commited :S
15:21:35 <denis-fluid> danilobuerger: I will try that out.
15:23:45 <denis-fluid> danilobuerger: But it is not exactly what I want. I want to have multiple items by default. When I understand the header example correctly it sets type to "1" and you can select in the options from "1,2,3,4,5 or 6"
15:24:10 <denis-fluid> But I want options "1,2,3,4" and want to be able to change these selection of options.
15:24:24 <danilobuerger> try to get the select box working first through setup
15:31:59 <NIMIUS|johannes> sorry, templates. I want to have one basic element and extend it by one attribute for another element
15:33:14 <denis-fluid> bjo3rn, danilobuerger: Ok I got something weird. Here is the template: https://gist.github.com/DenisMir/6b972e594ff93dcd7301- breakpoint is empty and breakpointTwo is correctly populated.
15:33:21 <danilobuerger> NIMIUS|johannes use partials like fcc does
15:41:10 <NIMIUS|johannes> everything, that is not lowercase is dangerous in extkeys
15:46:38 <denis-fluid> Ok I got one question. Does the folder name of the folder that contains the extension matter or is it only the "\FluidTYPO3\Flux\Core::registerProviderExtensionKey('<key>', 'Page');" that matters?
15:54:50 <bjo3rn> denis-fluid if you made some mistake here the extension wouldn't work at all so this should be fine (besides it is builder generated).
16:01:54 <batjony> i want to use an image field in a custom CE, and i am wondering what should I use - flux:field.file or flux:field.inline.fal ?
16:02:18 <batjony> what is the big difference between both helpers
16:02:31 <batjony> as I see the second one could be used for unlimited files
16:03:03 <batjony> but if I need only 1 file/image - what is the difference when using both helpers
16:03:05 <denis-fluid> bjo3rn: Yeah. I changed the key now. It is without underscores now but the problem remains. :(
16:06:26 <denis-fluid> bjo3rn and danilobuerger: What makes me wonder is that fluidbootstraptheme does use the "{v:variable.typoscript(path: 'plugin.tx_xyz.settings.foo')}" as well for their access to settings stuff.
16:16:51 <jmverges> just for room consideration: there are a lot of extensions that don't work properly installed as global
16:31:50 <mhmli> Are you aware that https://fluidtypo3.org/viewhelpers/vhs/master/Page/Menu/DirectoryViewHelper.html (and other pages=) always show the f:security.ifAuthenticated content?
16:52:16 <denis-fluid> danilobuerger or bjo3rn: Is it required to set the extensionKey in the ts setup like here -> https://github.com/FluidTYPO3/fluidcontent_core/blob/development/Configuration/TypoScript/setup.txt
17:01:14 <denis-fluid> The Typoscript settings are only accessible with "{v:variable.typoscript(path: 'plugin.tx_xyz.settings.foo')}" when I try to use them in the <f:section name="Configuration"> e.g. as data source for a select field.
17:02:46 <denis-fluid> I have tried a lot. I looked in the examples of fluidcontent_core and fluidbootrstraptheme
17:02:59 <denis-fluid> But nothing fixed the issue. :(
17:03:50 <denis-fluid> And I got a absolutely basic setup. The extension generated by the normal fluidtypo3 builder
17:05:16 <Akii> I don't see the problem.. why not use v:variable.typoscript then
17:05:41 <denis-fluid> Well I just want to understand why the shortform does not work.
17:05:54 <denis-fluid> (danilobuerger and bjo3rn said that it should work fine)
17:07:09 <Akii> have you tried the module thing already?
17:07:12 <denis-fluid> And in addition when I try to set the value not in the setup.txt but in the constants.txt it doesn't work at all. "{v:variable.typoscript(path: 'plugin.tx_xyz.settings.foo')}" leads to {$plugin.tx_xyz.settings.foo} as value. (it seems that the constants don't get parsed correctly)
17:46:35 <rosieres> just for the record:<v:asset name="foo" external="TRUE" standalone="TRUE" allowMoveToFooter="FALSE"><!--[if gte IE 9]><style type="text/css">foo</style><![endif]--></v:asset>
20:11:34 <denis_droid> danilobuerger: I have updated my test environment here at home to flux 7.1.2 (I had been at 7.1.1) and now it is working. (having it setup in the setup.txt)
21:45:05 <denis_droid> What is the best way to create sections inside a flux form sheet?
22:07:58 <gbod> denis_droid: Take a look https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/Accordion.html
22:51:51 <denis_droid> Does someone have an idea why I’m always getting a second „Fluid Content Area“ when creating a translation for a page and switching to the „Languages“ view. I got my column from the page layout and below there is always a Fluid Content Area
22:54:46 <xaver> this are elements on 18118 (or similiar id)
22:59:30 <denis_droid> xaver: Hmm. So it is normal to see the normal main column and below the same again in a fluid content area?
08:24:47 <cedricziel> typo3's internal file abstraction mechanism. if possible, you will want to use it except if you just sketch something quick and dirty
11:18:56 <NamelessCoder> btw the pixelant guys who made that web site, also use fluidtypo3 ;)
11:20:11 <denis_droid> NamelessCoder: To be honest you can’t honestly do advanced templating stuff with the basic templating mechanism TYPO3 provides.
11:21:09 <NamelessCoder> that depends on the definition; if you place the boundary of "templating" so that typoscript is not included, you're correct.
11:22:21 <NamelessCoder> typoscript is almost infinitely flexible - and infinitely complicated and error prone.
11:22:24 <denis_droid> Well maintaining a mess of typoscript templating is just insane. (TS used for HTML templating in this context)
11:24:14 <denis_droid> And coming from other backgrounds like all the pretty static templating stuff (like handlebars etc. this feels even more old fashioned)
11:24:19 <NamelessCoder> for peace of mind: regard TS as *purely* declarative. No conditions, no COAs, INTs and other stuff besides the absolute minimum to run controllers
11:24:57 <denis_droid> I’m just saying HTML templates should not be build in TS :P
11:25:39 <NamelessCoder> you actually said "cannot" but, semantics schmemantics
11:26:51 <denis_droid> Does anyone know how easy it is to easily create content elements in Typo3 Neos?
11:27:17 <NamelessCoder> easier than using TS, not as easy as using FT3.
11:27:38 <denis_droid> (to be honest I dislike the backend of Typo3 CMS, all the page reloads make me mad)
11:28:02 <NamelessCoder> easier than using TemplaVoila, too. That one is subjective of course but programmers would probably agree, integrators maybe not.
11:28:23 <denis_droid> Well TemplaVoila is not really a solution for me. :P
11:28:31 <NamelessCoder> hehe now you're just assuming that an insanely complicated JS-based engine will make you less mad ;)
11:28:37 <denis_droid> Clicking some fields in a GUI :P
11:31:15 <denis_droid> Well that’s true but from a usability standpoint it is driving me crazy. You want to translate a page with a lot of content elements and have to run through the click/page reload/edit/save cycle infinite times.
11:31:35 <NamelessCoder> good luck translating in Neos ;)
11:32:02 <denis_droid> (and it is even more insane because you have all the content elements including the content on one page)
11:32:16 <denis_droid> How is the experience in Neos? :D
11:32:21 <NamelessCoder> the point being: yes, Neos has a nice UI. But nope, it has FAR from the features that CMS does - also in the area of what we'd call banalities like translation.
11:36:49 <NamelessCoder> by making sure it's 1) in your root TS and 2) there's only one root TS, or 3) you use ext_typoscript_setup.txt which I *strongly* discourage because it's incredibly integration unfriendly, or 4) hook to add TS in runtime which of course would be less than ideal.
11:40:39 <Akii> what would I give for a simple yaml config thats just always loaded
11:43:06 <NamelessCoder> Akii if you're relying on resolving root TS record and live contains more than one such root TS record but your local dev doesn't, that would explain it
11:45:18 <hans_> im using fuild, vhs ... fpr my site, and now i want some features to speed up
11:45:23 <NIMIUS|johannes> FYI: The link to the field.text viewhelper reference is broken https://fluidtypo3.org/viewhelpers/flux/master/Field/TextViewHelper.html
11:50:12 <shredding> i have problems applying this https://github.com/FluidTYPO3/flux/issues/679#issuecomment-62038184
11:50:25 <shredding> I think it’s very simple and i’m just to blind to see the obvious.
11:50:50 <shredding> Can someone tell me how exactly would fit a „query“ in the „items“ field in https://fluidtypo3.org/viewhelpers/flux/master/Field/SelectViewHelper.html?
12:05:01 <Akii> but for real NamelessCoder, what do you think about yaml config? the flow schema looks sane (at least for me)
12:05:42 <Akii> just as an alternative of course, the configuration manager could fallback and what not
12:11:09 <shredding> i waded through github and there is not a single example of how to get it to work.
12:15:12 <denis_droid> NamelessCoder: Is it possible to hide the „Fluid Content Area“ column in the languages page view?
12:16:13 <denis_droid> It is a bit confusing for editors to see this additional column that contains stuff that a content editor will not understand :-)
12:30:09 <NamelessCoder> Akii I like Yaml for non-atomic configs and I would not take it as fluidtypo3 interest to implement an atomic yaml-based configuration alternative to TS
12:30:12 <denis_droid> Ok no problem. It is just a minor problem that I recognized after updating to the latest patch level of fluidcontentelements
12:48:55 <NamelessCoder> so everything that setup.txt currently does, but not setup.txt
12:49:14 <Akii> with the certainty of being loaded on freaking strange servers, yes
12:50:32 <NamelessCoder> ext_typoscript_setup.txt gives you that certainty but takes away every option the integrator has of overriding your settings
12:51:02 <NamelessCoder> PS: Flux has a way to load TS regardless of which other TS gets loaded and always loading it according to extension load order
12:51:30 <NamelessCoder> or FED did, it's really ancient
12:52:05 <NamelessCoder> you can also pass TS as a string directly from ext_localconf.php
12:52:14 <NamelessCoder> and with that, I go back to work :)
13:19:52 <batjony> in the fluidtypo3 documentation is written "See imgResource.width for possible options.", but not sure where should I exactly have a look
14:14:08 <NIMIUS|johannes> Is it possible to reload my form after a change (just like with regular flexforms)? I would like to have dynamic fields
14:22:04 <batjony> guys, if I have sys categories attached to particular custom fluid element, is there some view helper, which could be used to output the corresponding categories ?
14:26:24 <batjony> or I should do this somehow in my ContentController ?
14:29:16 <rosieres> checkout https://github.com/TYPO3-extensions/news it uses categories
14:31:52 <batjony> ya but i am using sys categories inside a FCE, thats why i am wondering if there is some fluid helper which can be used
14:32:21 <batjony> NamelessCoder: do you have idea ?
14:33:35 <rosieres> If you debug your item dou you have cats already in array?
14:34:09 <rosieres> You are talking about the flexform?
14:37:50 <rosieres> I thoink you have to build a controller like in news, which renders the three so that you can choose certain category items.
14:45:28 <rosieres> See how it is used here -> https://svn.typo3.org/TYPO3v4/Extensions/pw_teaser/trunk/Resources/Private/Templates/Teaser/Index.html while data is fetched in the controller -> https://svn.typo3.org/TYPO3v4/Extensions/pw_teaser/trunk/Classes/Controller/TeaserController.php || So it's also a case question whyt your FCE shall do with categories? selfassign? map to a page? map to another resource? Perhaps categories is already present to your resour
14:45:31 <rosieres> ce, then you can check if it's in array and just use it with fluid . . .
14:51:27 <batjony> my content element should just output them as simple text, if i have attached Cat1 and Cat 2 to my FCE, in the frontend for this element i should have an output like: Categories: Cat1, Cat2
14:52:25 <batjony> also most likely something like this http://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/Categories/Index.html#categories-collections could be used
14:53:47 <batjony> the example you showed me, uses directly the CategoryRepository, but most likely its better to use somehow the Category Collection class
14:57:43 <xaver> categorys and FCE do not use FCE for logic like sorting - this is still a plugin
15:03:23 <batjony> xaver: what do you mean, could I get the categories for particular FCE ?
16:16:47 <NamelessCoder> the safe way to always getting stuff merged: 1) respect the rules of CGL and conventions, 2) sufficiently describe what is wrong/missing and why it's been added, 3) use small commits that each describe what's going on, esp. if the commit is 100+ lines changed. And that's about it.
16:17:08 <NamelessCoder> and those should be relevant for any project ;)
16:18:35 <Akii> I'd still like to know why it broke only on that one server
16:30:53 <rosieres> Don't wait for an answer wag51 - just ask
14:43:48 <svenDeKa> I just have a quick question about the changes concerning rte + flux
14:46:14 <svenDeKa> we upgraded flux from 7.0.0 to 7.1.2 and experienced problems with links from RTE in FCEs: e.g. file links we no longer parsed properly but stayed like <a href="url.tdl/?file:123">...
14:46:25 <svenDeKa> did anybody else experience sth like that?
15:51:08 <jmverges> hey mates, I'm trying to figure out something
15:52:47 <jmverges> Imagine that I would like to work with a product as a normal page where I can add several CE's to describe it. On the other hand, I need to manage some data with Extbase like the stock of the products. Which approach should I use?
15:59:35 <danilobuerger> Akii when did we fix that?
15:59:49 <Akii> I was told this is fixed in the dev branch
16:00:39 <danilobuerger> ah yes, i did change the rte defaults after 7.1.2
16:00:51 <danilobuerger> already forgetting my own commits
21:02:00 <xaver> vhs is resomsable to create fields in fluidpages or conntentelements in backend and not in sysfolders with item lists
21:02:09 <NamelessCoder> you can: 1) use flux to generate the form that TCA normally would, 2) define such a form in the following ways: annotations, PHP, Fluid, TypoScript.
21:02:59 <NamelessCoder> you cannot: 1) generate the SQL, 2) make this fully automatic, 3) utilise TCA features which are not supported by flux, e.g. palettes, showitem-lists.
21:03:17 <xaver> but you would need to write getter and setters - extension_builder creates both TCA and model
21:03:18 <NamelessCoder> you cannot: 3) generate repositories or have these work by convention.
21:04:23 <NamelessCoder> so: Flux does not generate your model or your SQL. You can choose to replace the TCA part with Flux and you have a few options for that, all of which are currently undocumented except for an early video.
21:04:40 <NamelessCoder> https://vimeo.com/74294449 is that video
21:05:23 <gbod> EXT:fluidshare gives some hints too.
21:05:25 <NamelessCoder> EXT:flll will generate and auto-update .xlf files for your extension(s) so you can offload that task.
21:06:13 <NamelessCoder> and unfortunately this is the point where hints and support runs out; teaching the use of all details of this would take more time than writing the docs would and I'm already too short on time to write those docs.
13:51:31 <batjony> guys can I set somehow a page template automatically based on the page type (doktype) ?
13:53:34 <batjony> so for example if I have a page with doktype NEWS then automatically set a page template Private/Templates/Page/NewsPageTemplate.html
13:54:05 <batjony> NamelessCoder: is it possible ?
15:34:57 <batjony> someone could explain me why a syntaxis like:
15:35:02 <batjony> {f:if(condition: '{record.starttime}', then: '{record.starttime}')} works
15:35:21 <batjony> but when I try to format the date like:
15:35:26 <batjony> {f:if(condition: '{record.starttime}', then: '{record.starttime}->f:format.date(format:'d-m-Y')')} - then doesn work
15:43:11 <batjony> btw if I try only this: {record.starttime -> f:format.date(format:'d-m-Y')} also does not work and says "1415708770" could not be parsed by \DateTime constructor "
15:52:35 <batjony> bjo3rn: do you have also answer about my previous question, if I can set somehow a page template automatically based on the page type (doktype) ?
15:52:47 <Guest|11377> Hi there, I have problems with assets and caching
15:52:58 <Guest|11377> all my js and css files are included twice
15:53:17 <Guest|11377> I've read on this chat, about it but without solution
15:53:35 <jmverges> hey NamelessCoder, what about sysutils? is working?
15:53:42 <bjo3rn> Guest|11377 this has been fixed in the current dev branch see https://github.com/FluidTYPO3/vhs/pull/712
16:27:25 <batjony> guys I have extended the pages table and added some images FAL field called 'featured_images', which works fine, but I have some troubles when trying to output 'featured_images' in a page template
16:27:31 <batjony> what i am trying is http://pastebin.com/c2dNeydL
16:34:36 <batjony> i think such syntaxis is supported
16:34:37 <batjony> see https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ImageGallery.html#L34
16:34:59 <batjony> this is the example which I have used and it works fine with content elements
16:48:46 <NamelessCoder> no, that would load your images from the page, not the content element. I assume you ARE building a content element since you're using v:CONTENT.resources.fal?
16:49:27 <bjo3rn> at the end of the day that should be the same, doesn't it?
16:49:29 <batjony> no, i am just trying to render some of the page properties in a fluid page template
16:50:09 <NamelessCoder> bjo3rn each of the content/page specific viewhelpers perform slightly different lookups and have different defaults - most obviously, the table parameter has a different value
16:50:09 <batjony> oo ya I see, I cant use v:content.resources.fal in this case ?
16:50:22 <NamelessCoder> which is why if you use the content VH in a page content you get what batjony gets
16:50:29 <NamelessCoder> switch to https://fluidtypo3.org/viewhelpers/vhs/development/Page/Resources/FalViewHelper.html batjony
16:50:31 <bjo3rn> sure, but in this case it's the only difference. the default table
16:50:39 <NamelessCoder> it's the VITAL difference
16:51:21 <bjo3rn> ja-haa. what I am trying to say is that table="pages" would work as well with the content.fal dealio
16:51:52 <NamelessCoder> default table as well as default fieldname
16:52:26 <NamelessCoder> but you are correct: you can make content.resources.fal, page.resources.fal and resources.record.fal work exactly the same way if you assign every argument
16:52:29 <bjo3rn> yeah, that's like poking the cube into the round hole in that kid's toy
16:52:46 <NamelessCoder> you can "there, I fixed it" it ;)
16:53:12 <bjo3rn> exactly. let's not confuse him more than he is. NamelessCoder is right.
17:47:06 <tbrodard> Dilemna: my partner is for creating a standard extbase domain model, with record, TCA, ... and so on, but I'm "tired" to repeat again and again the same things for each plugin. Can Flux / Fluidcontent be used to "replace" the standard way to create Extbase plugins ?
17:47:36 <tbrodard> i.e.: can Flux be used to define the Flexform of a standard plugin ?
18:08:23 <gbod> tbrodard: Yes, flux can be used for this kind of thing.
18:08:57 <tbrodard> Do you have a link to an example ?
18:12:16 <gbod> tbrodard: And for the model and tca - https://github.com/FluidTYPO3/fluidshare
18:27:45 <tbrodard> OK, thanks, I will have a look at them
19:54:18 <ulrikkold> is there a good (and/or simple) explanation as to why I get no RTE features when I use <flux:field.text enableRichText="1" label="textareaName"/> in my site provider extension?
10:03:21 <denis_droid> What is the correct way to link to the public folder of the extension inside the ts setup?
10:09:55 <denis_droid> Is the section named "<f:section name="MetaTags">" a special section or how do I include it correctly? In the end I want to define some content of the head in a fluid template.
10:23:06 <batjony> bjo3rn: i found where is the issue, about v:page.resources.fal from the discussion yesterday :)
10:23:28 <batjony> v:page.resources.fal doesnt not work in a page layout, only it works in a page template
10:24:44 <batjony> and yes - the other helper v:content.resources.fal could be also used but you have to specify the "table" property
10:30:28 <denis_droid> danilobuerger: Could you tell me the right place to use this example partial: https://fluidtypo3.org/library/code-examples.html?tx_fluidshare_display%5Bgist%5D=6&tx_fluidshare_display%5Baction%5D=display&tx_fluidshare_display%5Bcontroller%5D=Gist&cHash=f4a1b1516be74eff5e15641fdaa18d49 ? Where do I place the partials containing meta information correctly in the layout?
10:32:10 <danilobuerger> do you want to use them in your page layout denis_droid ?
10:33:41 <denis_droid> Well I'm not quite sure where to put the meta tags in the fluid templating context. Should I do it in the typoscript setup or is it better to put it in the page layout. I'm a bit confused about the right way to do it.
10:34:16 <danilobuerger> it depends on what you want to achieve... what is it exactly you are trying to do?
10:36:12 <denis_droid> Ok. For example adding the favicons. Not just the default one but also the apple touch icons. The first thing I thought was something like that: https://gist.github.com/DenisMir/1e1bbaea4be86590e06f
10:37:03 <denis_droid> But what is the correct way to link to the icons in the public folder of the extension. At the moment I'm getting rendered: EXT:….
10:38:46 <danilobuerger> ok so this only applies if you are using the page renderer (which seeing your TS you are): if you want to share the meta tag across all your page templates you can put the v:page.header.meta in your page layout, if you just want the meta tag in one page template you can put it in your page template
10:40:20 <denis_droid> Ok as a noob I have to ask what does "page renderer" mean? Which other renderes exist. :-)
10:41:03 <denis_droid> So the vhs meta tag helpers can be placed wherever I want in the layout and don't have to exist in one special section or sth like that.
10:41:32 <danilobuerger> its either the page renderer or you are completely on your own... with config.disableAllHeaderCode... i always set that to TRUE to disable the page renderer, but thats just my preference...
10:42:14 <danilobuerger> IF you are using the page renderer, the meta tag helper can be placed wherever you like. they will always end up in the right place _IF_ they are read
10:42:35 <denis_droid> Ok understood. What would be the way to render the meta tags on your own with config.disableAllHeaderCode set to true?
10:43:30 <danilobuerger> well you write the <head> html yourself... so you would put them inside your <head>..</head> code and for a meta tag probably without the view helper just write <meta .... />
10:47:17 <batjony> guys, i have extended the table "pages" with some additional fields, and now i have now a field "related_pages" which is actually mm relation to the pages and everything is working fine in the backend, so for example if you edit page X, you can add some related pages page Y, page Z....
10:47:41 <batjony> and i am wondering how can I render the related pages for particular page in a page template ?
10:48:02 <danilobuerger> you mean render a page inside a page ?
10:49:30 <batjony> the field "related_pages" is an extended property of a page and i have a page template, where I render some of the page properties
10:50:11 <batjony> and i dont have any idea how to get this related pages in this template
10:50:15 <denis_droid> danilobuerger: Ah ok the head rendering gets disabled completely with that. So I'm completely free. :-)
10:50:28 <danilobuerger> batjony so again you want to render a page template inside another page template?
10:51:06 <danilobuerger> denis_droid exactly, so the advantage is that oyu have complete control, the disadvantage is that you loose the features of the page renderer to collect css / js / meta / etc..
10:51:55 <denis_droid> ok understood so compression and combining of css/js is on your own
10:52:22 <danilobuerger> well for that you can use v:asset
10:52:28 <denis_droid> And extensions like seo basics won't work since the rendering of the head is now gone
10:59:10 <danilobuerger> you need to resolve your relation ship
10:59:24 <danilobuerger> and that you should not try todo in fluid but a proper controller
11:00:23 <danilobuerger> for example in your PageController
11:00:36 <batjony> danilobuerger: you are sure that there is no such helper, because for example for FAL files where again another mm table is involved, there is a helper like v:page.resources.fal which can be used ?
11:01:58 <danilobuerger> no i am not sure that no such view helper exists for your use case, but i guess i am 99% sure
11:03:31 <batjony> danilobuerger: and do you have idea how can I do this in PageController
11:04:02 <batjony> the relations work fine in the Backend, my extended TCA is OK
11:04:52 <danilobuerger> resolve the relationship inside your PageControllers action and assign the pids to a variable
11:06:50 <batjony> i mean this "relationship resolve", do you know is there some internal typo3 class/methods which I can use, or I should create my own query
11:07:33 <danilobuerger> you could do it like v:resource.* view helpers do
11:16:31 <batjony> danilobuerger: do you know if its possible automatically to attach particular page template to specific doktype
11:16:57 <batjony> so for example pages with doktype 197 to have page template X
11:18:22 <danilobuerger> batjony yes for code example look at fluidpages Raw template feature
11:20:05 <batjony> what is this "fluidpages Raw template feature", could you point me with some link
11:38:05 <gbod> fger: Hint - If you prefix your flux field names with 'settings." they're available automagically in you're controller via $this->settings
11:39:44 <fger> ok, but 1 thing: if i have a ContentController in my provider extension, will this replace the ContentController, that is shipped with the fluidcontent extension ?
11:41:05 <batjony> gbod: https://github.com/FluidTYPO3/fluidpages/blob/development/Configuration/TypoScript/setup.txt i still cant catch it, how can I set automatically specific page template to specific doktype
11:41:47 <fger> gbod: i saw, all the additional stuff is put into the abstractController.. thx
12:20:49 <fger> hmm... so there is no API for resolving sys_categories related to a cObj in TYPO3 6.2 ... strange
12:21:32 <danilobuerger> fger just the other way around
12:24:41 <fger> yeah, just thought there is a core/extbase model already present
12:29:07 <NamelessCoder> fger \TYPO3\CMS\Core\Category\Collection\CategoryCollection and \TYPO3\CMS\Extbase\Domain\Repository\CategoryRepository. The optimal way of getting these is to use a proper domain model for the source side of your relation, then have proper TCA pointing to sys_category (or using the "make table categorizable" API thingie). The object property mapper then takes care of it.
12:31:08 <NamelessCoder> sys_category.items column in TCA will contain the "consumers" of categories.
12:33:00 <fger> ok thx - seems to be the most clean way to get this yes
12:53:37 <batjony> NamelessCoder: i have extended the table PAGES with a field "related_pages" where we have a MM relation, so for example for page X could be set related pages: page Y, page Z......, which works fine in the backend, now I have a page template, which renders the page properties
12:54:03 <batjony> is there some helper which can be used to render the related page records for particular page record inside a page template
12:57:29 <NamelessCoder> batjony please ask such questions to the whole channel, that way 1) you don't unnecessarily ping me with notifications and 2) people don't wait for me to answer your Qs.
12:58:18 <NamelessCoder> you can trust what danilobuerger tells you
12:58:25 <batjony> no sense to make something custom, if it already exist..
13:00:53 <batjony> on my previous question for "how can I assign page template for specific doktype", the danilobuerger's answer was just the link https://github.com/FluidTYPO3/fluidpages so I am sceptical about his answers...
13:01:35 <batjony> and said something about raw templates, info which I cant find on https://github.com/FluidTYPO3/fluidpages
13:02:18 <danilobuerger> why should i help you more in my own free time if you are being so rude ?
13:02:29 <danilobuerger> go read the source code of fluidpages, the information you seek is in there
13:02:33 <batjony> then better not to answer anything
13:02:44 <NamelessCoder> batjony there are numerous ways you could achieve that - one way is how fluidpages does it.
13:02:50 <batjony> of course everybody knows the link for fluidpages https://github.com/FluidTYPO3/fluidpages
13:03:01 <NamelessCoder> hint: the "raw template" doktype added by fluidpages
13:03:02 <danilobuerger> so go and look at the source code
13:03:41 <NamelessCoder> but you could also achieve the same by using oldschool typoscript with conditions
13:04:31 <NamelessCoder> ...but in both cases since this is your custom typeNum, it's outside our scope of features.
13:06:04 <danilobuerger> and in any case if people take their personal time and answer questions in here you should be grateful for each answer and say thanks and not be rude
13:07:20 <batjony> danilobuerger: i am pretty sure everybody here knows the github link of fluidpages, so I cant thank you for this, sorry
13:08:22 <danilobuerger> that wasnt my only answer to you as this wasnt your only question
13:09:21 <danilobuerger> i also told you to look at the raw template feature
13:09:26 <NamelessCoder> well the feature is undocumented at this point so it's not really obvious. On the other hand, it's only a dozen lines total so it should be fairly transparent.
13:10:01 <NamelessCoder> as always: we greatly appreciate contributions to documentation, just as much as contributions to code!
13:12:48 <batjony> NamelessCoder: btw about the discussion from yesterday , i found why v:page.resources.fal doesnt work
13:13:10 <batjony> because it was in a page layout
13:13:16 <batjony> seems that works only in page templates
13:14:17 <batjony> which is actually not a issue, so just to mention it... :)
13:14:52 <NamelessCoder> should work fine in both places. You maybe forgot to import the vhs namespace and it was ignored.
13:15:05 <Momodedf> Is there something wrong with this PR https://github.com/FluidTYPO3/fluidcontent_core/pull/99 or is it just because people are occupied elsewhere ?
13:16:07 <Momodedf> I'm new to open source and contributing, any advice about whats is good or never to be done is welcome
13:16:28 <batjony> NamelessCoder: no, already checked it, namespace are fine, the variables are debugged.....
13:17:03 <mrboe> @soee it there anything new about the icons?
13:17:29 <batjony> but anyway like I said its not an issue for me, i am just sharing some info.. :)
13:27:33 <Akii> why does the json.encode VH return an empty object if given an empty array?
13:30:59 <soee> mrboe: can't tell till the next week, my colegue is working on them but this week hes on vacation so i have to wait to get info
14:07:27 <batjony> Does the @inject repository way works in a PageController
14:22:51 <fger> we had the issue yesterday, that with flux 7.1.0 / fluidcontent latest the new content element wizard tabs were gone
14:23:20 <fger> normally all extbase related caching data goes to a redis backend, but i discovered some 15 entries in the db
14:23:25 <danilobuerger> fger did you try with latest flux already and did you change usage of wizardTab which is deprecated?
14:23:40 <fger> after clearing that db table the wizard tabs worked again
14:24:18 <fger> danilo: no as we dont have time to intensively test the latest flux version on stability and bugs and flux sits in a central place affecting nearly all authoring actions
14:24:45 <fger> therefore atm never touch the running system, which works fine for all standard tcemain actions
14:24:56 <fger> the website has about 300 authors working with it
14:25:17 <danilobuerger> ok, well if it works now everything is good, but as i said remember that the wizardTab is deprecated and was replaced with the options argument
14:26:27 <fger> yeah, we got flux working in v7.1.latest with the options-array
14:27:00 <fger> just was wondering if flux has any caching mechanism bypassing the caching-framework and writing directly into DB tables cf_extbase_object or sth
14:32:18 <fger> hmm yeah will do that , was just wondering about the 15 entries in cf_extbase_object table after truncating that
14:32:27 <fger> everything should be persisted in redis
14:33:41 <fger> the cf_fluidcontent is in redis already i saw
14:33:51 <NamelessCoder> few things... you should set this value in AdditionalConfiguration.php to properly protect it from overwrites and allow you to set line-by-line parameters
14:35:06 <denis_droid> Is it possible to create a extension dependency which links to a github repository?
14:35:31 <NamelessCoder> and if after setting the backend here, and the cache entries reappear: it's likely that something is creating class instances at some point before the core cache configurations are loaded
14:36:06 <fger> claus: yes that's what i thought too, thats why i was asking if you know/suspect any process inside flux/fluidcontent that could do so
14:36:31 <fger> the caches are set in AdditionalConfiguration.php
14:37:04 <NamelessCoder> hmm, many many possible causes
14:37:28 <NamelessCoder> eID might, if they happen before core cache warmup
14:39:40 <NamelessCoder> with the exception of unit tests if executed without bootstrapping
14:39:51 <NamelessCoder> but I'm assuming you don't run those on your production site ;)
14:39:55 <batjony> what is the best way to achive exactly if (!empty($var)) in Fluid ?
14:40:09 <denis_droid> gbod: Ok but you have to use composer to install right? Or how is the installation workflow for the extension.
14:40:36 <gbod> denis_droid: yes, you have to use composer
14:41:11 <denis_droid> gbod: Ok so no automatic dependency resolution when installing the plugin with a github dependency via the EM
14:41:53 <NamelessCoder> denis_droid depends on the version constraints that apply to the branch you attempt to install
14:42:13 <NamelessCoder> on development: no, those dependencies cannot be resolved to currently published TER extensions and therefore can't be satisfied
14:42:30 <NamelessCoder> on master: sure, but EM will then download TER versions of the other exts
14:42:44 <NamelessCoder> if you want all dependencies to come from github, composer is your tool
14:44:21 <denis_droid> NamelessCoder: Ok fine. Well I just wanted to make some changes to an extension which is available on github. The changes can't be merged back to the original extension. And now it would be useful to be able to have my forked extension as a dependency in some custom extension.
14:44:40 <thyri0n> Did you ever come upon the issue that the backend page is empty when trying to edit content inside a fluidcontent FCE?
14:45:08 <NamelessCoder> denis_droid this sounds to me like you're taking a fairly dangerous route you might be able to avoid
14:45:19 <NamelessCoder> what's the purpose of the change you made and why can it not be merged back?
14:46:02 <NamelessCoder> thyri0n you'll have a proper error message hidden away in logs, either in typo3, in apache error logs or your system's logs
14:46:25 <thyri0n> Oh yeah right, I'll see what I can get from those
14:47:17 <denis_droid> NamelessCoder: Well at the moment I'm just thinking about different solutions. I know that this route is not really the way it should work. Well the problem is that seo_basics depends on realurl but works as well with cooluri. But realurl conflicts with cooluri. With this kind of dependency setup it is not possible to use seo_basics together with cooluri :-)
14:48:36 <thyri0n> Although the typo3 site which is affected by the issue is hosted on some managed hosting account, so I can't really say if we got access to all the logs we need
14:50:10 <NamelessCoder> denis_droid then the correct approach would be to let EXT:seo_basics suggest both realurl and cooluri and let the integrator choose - I would try to get that patch in.
14:50:41 <NamelessCoder> thyri0n if all else fails: TYPO3_CONF_VARS.SYS.displayErrors in install tool
14:51:34 <denis_droid> NamelessCoder: Ok fine so the "suggests" in the ext_emconf would be the way to go. Sounds good.
14:52:22 <NamelessCoder> if it's not a real dependency - and it probably isn't fatally dependent on realurl - then yep, suggest along with alternatives
14:52:52 <denis_droid> NamelessCoder: Yeah fine. I will try to get that one in.
15:03:16 <thyri0n> Figures we got the error wrong, it's the other way around - fluidcontent FCE's are perfectly editable, standard content elements are not
15:04:47 <NamelessCoder> just in case: make sure you use a recent core version, there's a potentially related bug fix in 6.2.5+
15:14:28 <denis_droid> NamelessCoder: Do you know why there are two "suggests" properties generated in the config file. One inside "constraints" and one on the root level?
15:17:27 <denis_droid> NamelessCoder: Ok here is the issue: https://forge.typo3.org/issues/42824
16:29:12 <gbod> denis_droid: Well, you can render it via vhs:page:menu but that way you have to built the xml structure basivly by yourself, so the existing extension based approach seems to be easier.
16:36:26 <gbod> The censor must have been fallen asleep that day.
16:45:53 <NamelessCoder> we do still get some CSC related questions - but let's hope those go away completely ;)
17:33:47 <fger> guys, can i remove the csc static template when using fluidcontent/flux/fluidpages in latest TER versions ? or will frontend rendering crash on some details ?
09:04:55 <denis_droid> I got a general typo3 question. Is it possible to set the static template inclusion order to "include before all static templates if root flag is set" programatically from an extension?
09:17:01 <batjony> guys is this a valid condition, <f:if condition="{var1} || {var2}">
09:17:52 <batjony> as I see here https://fluidtypo3.org/viewhelpers/fluid/master/IfViewHelper.html, the only valid conditions should include only ==, !=, <, <=, >, >= %
09:18:20 <batjony> and I am wondering if || or && could be used in such cases
09:38:25 <batjony> so I found a solution, i will share it: <v:if stack="{0: var1, 1: '||', 2: var2}">
11:48:11 <bjo3rn> what is that condition all about? I mean it reads: if there's content in column 12 for pageUid n or if there's content in column 12 at all?
11:48:48 <bjo3rn> no need for the 'or' if I'm not mistaken?
11:48:54 <juanmanuelverges> I have some "zones" where the content could be loaded from both pages
11:49:33 <bjo3rn> and this is placed in a configuration section?
11:49:48 <juanmanuelverges> Imagine the following: I have a column called column1 in the Layout page where I introduce a Menu of subpages. However for each page I would like to introduce a image after the Menu.
11:50:38 <juanmanuelverges> the behaviour of showing Just content Page, Layout content Before Page content, Layout content after Page content
11:50:46 <juanmanuelverges> that is in the configuration
11:51:38 * bjo3rn is reading that sentence for the 4th time
11:51:48 <gbod> Parsing error at "Layout content after Page, Layout content after Page, Layout content after Page, Layout content after Page"
11:52:29 <bjo3rn> srlsy juanmanuelverges: can you post the full template please on pastebin or the like?
12:00:17 <batjony> guys, i have a custom ce, also ContentController and the corresponding action, is there a way to pass variables from the controller to the flux <f:section name="Configuration"> section ?
12:01:36 <batjony> as I see the controller has "access" only to the main section <f:section name="Main">
12:04:10 <bjo3rn> juanmanuelverges I see a lot of templates. which one is it?
12:04:12 <NamelessCoder> batjony those would be separate concerns. One is for BE, the other for FE. One is for configuration, the other is for rendering. The one class that ties those two together would be the Provider class
12:04:28 <juanmanuelverges> bjo3rn: all are working in the same way
12:05:32 <NamelessCoder> see the documentation chapter dedicated to this: https://fluidtypo3.org/documentation/templating-manual/advanced-provider-extensions/custom-flux-providers/use-cases-for-providers.html
12:05:36 <juanmanuelverges> bjo3rn: however you shoul take a look to the Layout Main.html
12:06:35 <batjony> i have missed this article/doc :)
12:14:01 <juanmanuelverges> bjo3rn: did you take a look?
12:15:27 <bjo3rn> yes. I have no better idea atm though.
12:16:10 <juanmanuelverges> I mean, I understand your and gbod complains about logic and other stuff
12:16:22 <juanmanuelverges> however, I don't see other way right now
12:17:00 <juanmanuelverges> gbod suggested me about 3 templates and options for the positions of the columns
12:18:00 <bjo3rn> you should also keep the editor in mind who has to work with the backend and may not see the magic behind it.
12:20:38 <bjo3rn> so, adding more templates to choose from can be an improvement even if that involves some redundancy IMHO
12:20:38 <juanmanuelverges> Right now I have a lot of templates, probably at the end will be less, however I need to do all of them an some configuration
12:20:53 <juanmanuelverges> bjo3rn: that is my point ;)
12:26:48 <NamelessCoder> 1) you somewhat try to reinvent the functionality of "content sliding" (v:content.render, argument "slide").
12:27:33 <NamelessCoder> 2) you use far too many Layouts which do the exact same thing except for rendering another section name - the right way to do that, is to use the same section name always and let your Template render the parts that would differ
12:29:14 <NamelessCoder> 3) colPos counts above some 6-7 pieces is usually an indication that something could be improved regarding how you insert special content in special columns - maybe not all of them need to have actual page columns but could be offloaded to a dedicated sysfolder
12:30:52 <juanmanuelverges> NamelessCoder: Maybe I'm wrong but slide is taking for the parent, and I don't need that. About points 2 and 3, I don't think that the Editor experience is the same. I completly understand what are you suggesting and you are right, however Editor first, developent second
12:31:08 <NamelessCoder> last tip: a generic templates extension may not make a lot of sense in the long run. My suggestion above all others would be: create templates on an as-needed basis and create the templates for each site and only that site.
12:32:03 <juanmanuelverges> NamelessCoder: Thank you for the tip, however I'm trying to implement some approach that I get used to us with TV
12:32:19 <NamelessCoder> as an editor I would worry about a page module presenting 10+ page columns - but if you understand the tips and why they're good practice, then my job is done ;)
12:32:32 <NamelessCoder> yeah juanmanuelverges and you should avoid that
12:33:50 <juanmanuelverges> what is wrong with that=
12:34:31 <NamelessCoder> 85% of your templates can be replaced with two toggles to switch on or off the left/right hand columns
12:35:01 <juanmanuelverges> NamelessCoder: no offense, please don't missunderstood me.
12:35:27 <juanmanuelverges> the work that you are doing is very useful and I apreciate that
12:35:57 <NamelessCoder> I'm absolutely only giving tips about best practice now - whether you use it or think it applies isn't really relevant
12:36:18 <juanmanuelverges> however, If I need to explain to a customer that need to first think "how many columns do you need?" that second "where the columns should be rendered?"
12:36:45 <juanmanuelverges> NamelessCoder: I was thinking about that option, gbod also gave me the same tip
12:37:10 <juanmanuelverges> I appreciate that, maybe in a future I will move to that direction, however, for a editor is easier just make a click
12:37:44 <juanmanuelverges> if it was for me, probably I will the last tip
12:38:59 <juanmanuelverges> NamelessCoder, room, please, don't think that I'm disrespectful. I really appreciate the help that you give me
12:39:34 <NamelessCoder> don't worry, I get it. I was only worried that you weren't understanding what I was saying or why I was recommending it
12:40:44 <juanmanuelverges> no, really, I understand it. I have a question about that, is there flux:radio with images?
12:41:31 <NamelessCoder> if TCA supports if in a flexform context, flux supports it in a flexform context. You gotta study the TCA docs to know *what* you can do, then the flux docs to know *how* you can do it
12:41:40 <gbod> Hehe, radio with images is called television. ;)
12:42:45 <NamelessCoder> lunch break is over - back to work everyone, including me!
13:03:05 <juanmanuelverges> I have other question, is about typoscript and settings. I have this in my constants plugin.tx_m8thlayout.settings.bottomNavigation.class
13:03:23 <juanmanuelverges> and this into a partial : <v:tag name="{settings.bottomNavigation.tag}" class="{settings.bottomNavigation.class}">
13:03:35 <juanmanuelverges> what I'm not doing or what I'm doing wrong
13:04:50 <juanmanuelverges> ah, shit it is a constant
13:07:49 <juanmanuelverges> uhm is not only because of that
13:09:17 <juanmanuelverges> is like is not getting the value of the settings
13:11:32 <batjony> is there some real examples about https://fluidtypo3.org/documentation/templating-manual/advanced-provider-extensions/custom-flux-providers/use-cases-for-providers.html where I can take a look
13:12:01 <juanmanuelverges> take a look to fluidshare extension
13:12:17 <NamelessCoder> batjony fluidpages, fluidcontent, flux, fluidcontent_core all contain Providers
13:13:06 <NamelessCoder> juanmanuelverges one of two options: 1) you're not passing, or somehow overriding, the value in your template. 2) more likely, you didn't create a corresponding TS *setup* entry that inserts the constant's value.
13:13:49 <juanmanuelverges> was the second one.. sorry
13:14:05 <juanmanuelverges> now is done, is amazing all this stuff, really
13:59:16 <denis_droid> What is the correct way to render a formatted last changed date in the fluid template? This does not work: <v:page.header.meta name="date" content="{page.SYS_LASTCHANGED -> f:format.date(format: 'Y-m-d')}" />
14:08:28 <denis_droid> I know that this works: <v:page.header.meta name="date" content="{f:format.date(format: 'Y-m-d', date: '@1415779789')}" />
14:14:02 <denis_droid> Ok that's the way to go: <v:page.header.meta name="date" content="{f:format.date(format: 'Y-m-d', date: '@{page.SYS_LASTCHANGED}')}" />
14:38:46 <denis_droid> Can the generator meta tag be removed in the head or is it fixed in code?
14:39:02 <denis_droid> (in Typo 3 6.2, I know that it was fixed in 4.x)
14:46:50 <danilobuerger> denis_droid yes it can be removed, for example by replacing the page renderer template file
14:49:56 <denis_droid> danilobuerger: Yeah ok I know. (you told me :D) I just don't want to include every script in my head. If I understand it correctly v:asset calls in my templates would not lead to added assets in the head. Is that correct?
14:50:20 <denis_droid> I have a lot of optional JS that I just include in some templates.
14:50:33 <danilobuerger> i didnt tell you i think? replacing the page renderer template file is not the same as disabling the page renderer itself
14:51:26 <denis_droid> Oh ok. Where can I find some documentation about replacing the page renderer :-)
14:53:50 <denis_droid> One last question for today. What is the correct way of accessing the current locale in fluid templates? (sth. like en_US)
15:50:02 <beo6> how is <flux:field.inline.fal> correctly used? if i debug the value i only get the number of attached images which does not really help in displaying it. :)
16:37:32 <denis_droid> beo6: Great thank you that works.
16:48:46 <denis_droid> grr TS is killing me :/. What is wrong with that hmpf: config.htmlTag_setParams = lang="{$config.language}" class="no-js" prefix="og: http://ogp.me/ns#"
16:49:06 <denis_droid> I just want to output the config.language correctly
16:49:44 <NamelessCoder> config.language is probably not a constant
16:49:56 <denis_droid> Ok so only constants can be used that way right?
16:51:09 <denis_droid> Ok hmm. What would be the right way to just add something to the hmtlTag_setParams?
16:51:47 <NamelessCoder> by doing what you did, but using a constant
16:53:32 <denis_droid> Ok. So this is wrong as well? config.htmlTag_setParams := appendString(|prefix="og: http://ogp.me/ns#)"
16:54:29 <NamelessCoder> that might work (not sure) but of course you don't get the language that way
16:57:18 <denis_droid> Well languages are defined in the base template. This update of the html tag should happen in the provider extension. But the base template is loaded after the extension ts. So I assume that language would be null no matter what. Ahh I'm getting confused right now. :-)
16:58:28 <denis_droid> But in the end I just want to add "prefix="og: http://ogp.me/ns#)" when opengraph tags are enabled :P
18:17:19 <juanmanuelverges> hey mates, does anybody know some extension to include fonticons like CE and into RTE?
10:44:04 <ndee_> <f:debug>{v:iterator.filter(subject: job.locations, filter: 'city')}</f:debug> <-- I want to filter all my job.locations, so that they are unique by city-name. job.locations is an objectstorage. When I use that syntax, it returns an empty array.
14:10:05 <bastiand> I start using fluidbootstraptheme and FCC a few days ago, modifying page templates is very easy, great job, thanks for that.
14:10:47 <bastiand> but while i tried to build/modify CEs I got a problem by FE rendering for non FCC elements.
14:12:10 <bastiand> In BE everything works fine, i can insert the elements from the tabs Bootstrap, Grid or FCE and put content in it, but in FE only the Header of the CE is rendered. Is this a setup problem?
15:05:43 <NIMIUS|johannes> can I render a FCE in another template?
15:06:24 <Boernd> I am having trouble with the provider functionality of FLUX.
15:07:33 <Boernd> TYPO3 4.7.20, FLUX 6.0.4, I use an extension to override templates of a parent extension, registering the child extension as provider using registerProviderExtensionKey
15:07:54 <Boernd> Now when I am in the Backend and try to save any record, an Exception like this is thrown:
15:08:27 <Boernd> PHP Fatal error: Call to undefined method FluidCache_EXTENSIONNAME_Flux_action_TEMPLATENAME_89850f6665472e19d7f706df83643c1053ba7d89::section_754164850f38c1ecdaf6b8ed894cb192bc36c5f4()
15:08:52 <Boernd> I checked the template for the action, and added a configuration section. Then this error disapears
15:09:38 <Boernd> Does anyone have an idea why this is happening, and why every single action Template (Resources/Private/Templates/CONTROLLERNAME/ACTION.htm needs an configuration section all of a sudden?
15:11:09 <Boernd> This error happens on the second level of overriding the templates. So there are actually 3 Extensions. Original > Override1 > Override2 for the first override everything is OK
15:11:44 <Boernd> and the second overriding extension looks exactly like the first one, except from template content of course :-)
17:57:43 <bastiand> SventeHof: i had the same problem form an fresh TER install, so i downgrade the following Ext: vhs 2.1.0; fcc 1.0.0; fc 4.1.0; fp 3.1.1; flux 7.1.0 and run the update script for fcc; than clear all caches and render the FE > all CEs are there!
18:01:13 <bastiand> afterwards i upgrade all EXTs to their current versions an also new CEs also rendered, can anyone reproduce this??
18:26:54 <bastiand> xaver: i started playing with fluid Exts and fluidbootstraptheme just a few days ago, i installed the ext with git clone dev and master branches and also via TER on local and hosting accounts always on a fresh T3 6.2.5 instance and got always the same problem: flud CEs Main-Section wound be rendered in FE neither from plain HTML nor with viewhelpers, every other thing works without any problem. today i followed the video from
18:26:54 <bastiand> Claus Due with still having this rendering problems afterwards i did the down an upgrade like described above and the CEs are rendered. tomorrow i will see how this works an my other instances....
18:37:09 <NamelessCoder> bastiand if you use EXT:fluidcontent_core please be extra careful that the AdditionalConfiguration.php file gets written (when you do manual installs, use the EM update script for fluidcontent_core). Then make sure the static typoscript is loaded. If you use css_styled_content, of course the TS from that ext needs to be loaded.
18:37:36 <NamelessCoder> the AdditionalConfiguration.php file is the number one pitfall but we can't work around it any other way
21:37:57 <bastiand> NamelessCoder: thanks for that hint with the AdditionalConfiguration.php this solved my problem i should read the readme in a more accurate way! and i thought that fcc is responsible for the default CEs.
21:37:58 <FT3BOT> NamelessCoder is currently away.
21:43:33 <bastiand> could it be that the update script is not working correctly in vers 1.0.1 an higher, i removed the AdditionalConfiguration.php from the conf folder an try to run the script via EXT-Manager and got the message "No action performed" in vers 1.0.0 the file will be placed on the right place and i got the Deployed message via EXT-Manager
09:08:22 <batjony> when you have a custom fluid content element and edit it, there is a select box "Fluid Content type", which can be set to value "Fluid Content type", which breaks the site with message error
09:08:32 <batjony> " Template could not be loaded. I tried "/home/momchil/www/html/site/typo3conf/ext/fluidcontent/Resources/Private/Templates/Content/Default.html"
09:09:54 <batjony> I know there is no sense the client to set it like that, but is there a way to preserve it, for example to remove this option and the FE editor would be not able to break the FE ?
09:48:32 <macro11> good morning, i've problem with me fluidcontent fce's displaying them in a wizardTab. i've tried to use the new options option, but no difference: options="{group: 'Raster Elemente', icon: 'Icons/layout-50-50.png'}"
09:48:54 <macro11> typo3 6.2.6 -> all extensions to latest ter versions
09:50:00 <macro11> can anyone give me a hint where to search next?
10:17:06 <jmverges> good morning mates, I'm having a problem, I don't know if you also saw it. The first space in a grid into a grid, for example, FluidCE Three columns, has not t3-page-ce-dropzone
10:19:14 <mrboe> @jmverges it works when you drop the item on the right side
11:17:46 <NamelessCoder> erredeco you may want to upgrade flux etc.
11:54:50 <macro11> @erredeco i have the same problem, do you delete the wizardTab and icon attribute when you use the options attribute?
11:56:41 <macro11> @all can i use v:extension.path.resources in array? options="{group: 'Raster Elemente', icon: '{v:extension.path.resources(path: \"Icons/layout-50-50.png\")}"
13:53:02 <Guest|35541> is this implemented in flux Version?
14:14:05 <rosieres> Guest|35542 https://fluidtypo3.org/viewhelpers/flux/master/Field/RelationViewHelper.html -> multiple="1" -> is in Master .... dive the versions through to see where it disappears
15:36:49 <erredeco> I want to specify a different path because each domain has its own templates
15:37:59 <erredeco> btw with fluidpages 3.0.0 everything worked
15:38:07 <rosieres> afaik templateRootpath is deprecated - and for your inheritance issue why dont you wipe the ts with a pagesettings - options - clear ts
15:38:10 <erredeco> I had problem after an update to the latest TER version
15:38:48 <rosieres> then every inheritance is gone
15:39:08 <erredeco> each page have TS template with
15:39:52 <rosieres> So normally any inheritance should be avoided
15:40:39 <rosieres> if not, check TSOB if it throws any errors and look if yout contant is in tsob present
15:42:08 <rosieres> TSOB -> Web -> Template -> Rootpage (id=8 in you case) -> Submodule: Typoscript Object Browser -> SubSub Module Constants -> then traverse the tree for your things
15:43:10 <oschulz> hey volks, i made an proof of concept to render a one pager frontend. in my backend i have serveral single pages with individual page layouts ... i ended in following solution: https://gist.github.com/tv-schulz/5fbd0a1e68f77d7bd73f
15:44:36 <rosieres> In TSOB if your constant is not visible in Setup -> plugin -> tx_bhsiteconf -> there's then something wrong. But it must not be the fluitypo3 package
15:45:18 <erredeco> in TS setup the template rootpath is correct, and is set as it has been set in constants
15:46:29 <erredeco> and in Frontend I have the error:
15:46:36 <erredeco> "C:/wamp/www/congresintesi.local.it/typo3conf/ext/bhsiteconf/Resources/Private/Templates-edetail/Page/HomePageTemplate.html" is not a valid template resource URI.
15:47:07 <erredeco> which is strange because the file IS present and the path is correct
15:48:36 <rosieres> erredeco: yeah but you collide with the conventional expectation from fluid.
15:50:20 <erredeco> I don't know where the conflict arises :S
15:54:10 <rosieres> I always put my templates to Resources/Private/Templates/Page/tpl_file.html and do not run into any problems. It's a try worth to go with that naming convention
15:55:21 <NamelessCoder> sorry rosieres but fluid naming convention would call for filename TplFile.html
15:55:47 <gbod> oschulz: Without controller stuff and things - https://worksonmymachine.org/blog/onepage-design-with-fluidtypo3
15:55:54 <NamelessCoder> erredeco your problem most likely is the renamed "Templates-edetail" folder
16:03:51 <oschulz> gbod, thanks, but we need for some pages several layouts, in your example you have to make much if then else stuff to get ohter css classes and so in
16:04:48 <erredeco> "C:/wamp/www/congresintesi.local.it/typo3conf/ext/bhsiteconf/Resources/Private/TemplatesEdetail/Page/HomePageTemplate.html" is not a valid template resource URI.
16:07:06 <erredeco> it seems that the template path is set wrong in the backend
16:11:12 <erredeco> I really don't know what to think
16:19:49 <rosieres> erredeco: I'd do the naming like Private/TemplateOne/Templates/Page/DetailTemplate.html AND Private/TemplateTwo/Templates/Page/DetailTemplate.html
16:27:33 <erredeco> nope the problem is always the same
16:28:21 <erredeco> now, for reason that I don't know I can't even see nothing on the page module, even if the BE layout is set as "fluidpages" (both page and subpages)
16:31:02 <rosieres> erredeco: I'd wipe all Template folders from that extension and move them step by step in again. Always check that they are working each. Then go ahaed with the implementation of the next one. You have anywhere built a bogus. But from here itś hard to determine
16:52:02 <erredeco> it seems typoscript TSOB reads the correct path, but fluidpages don't
16:52:58 <erredeco> and it always uses the path in constant.txt
16:54:05 <NamelessCoder> I repeat: if you use TS conditions in your constants or setup - are you enabling the TS conditions in the TSOB when inspecting this?
16:54:40 <NamelessCoder> otherwise you're checking the wrong resulting TS setup
16:59:43 <erredeco> I use conditions to change the baseurl on FE, but even checking it in TSOB, the path remains the one I set in TS constants
17:00:35 <erredeco> And everything worked with fluidpages 3.0
17:11:56 <erredeco> the question as far as I can see is
17:12:55 <erredeco> why TYPO3 in the TSOB takes the correct path from the constant set in the TS template; while fluidpages sees the path from constant.txt
17:16:25 <rosieres> erredeco: my only advice is to create a new provider extension with builder and recreate your scenario. Your problem has never been seen here so far.
09:13:36 <jmverges> you are right, is not a fedext, however this room is always active :P
10:40:08 <rosieres> v:content.render does not let me access certain fields -> <v:content.render limit="8" pageUid="{settings.footerContentUid}" as="ce">
10:48:12 <jmverges> hey mates, I need to create a Custom form element, however https://fluidtypo3.org/documentation/templating-manual/advanced-provider-extensions/custom-form-objects/creating-components.html is empty
10:48:34 <jmverges> soee, gbod , NamelessCoder , anyone? some example code
10:49:47 <gbod> jmverges: Stop these direct mentions!
14:40:13 <rosieres> hans_ if you look into MainPage.target with debug you should see it is empty . . . so you make an if confition on url field
14:40:57 <rosieres> hans_ ql: just crosschecked. Bute here target is empty :-)
15:00:43 <rosieres> I am in a partial. Is it possible to pass an argument to access content elements fiels? If I pass {_all} there is an record array but this is the original page array. And my <v:content.render limit="8" pageUid="{settings.footerContentUid}" as="ce">
15:12:36 <braguzz1> fluidtypo3 is fully compatibile with speciality ext?
15:13:23 <braguzz1> in my experience with speciality and 6.1
15:13:55 <braguzz1> everything is working but I have had many problems to upgrade to 6.2
15:14:23 <rosieres> braguzz1: https://github.com/Ecodev/typo3-cms-speciality-distribution is you friend -> watch iddsue tracker and commits .... then you are up to date. I've never used it as I do homebrew
15:15:41 <braguzz1> mmm there are many issues. someone use it?
15:19:50 <rosieres> braguzz: https://github.com/bootstraptheme-for-typo3/fbtpackage seems to be common and maintained
15:23:41 <braguzz1> mmm thanks I'll take a look, thanks again
15:23:58 <jmverges> does anybody know how could I get in FLUX a link selector?
16:21:00 <jmverges> what is wrong with this: <v:tag name="{settings.iconElement.tag}" class="{settings.iconElement.class} {settings.iconElement.size}"></v:tag>?
16:37:18 <rosieres> this is what it is used in other cases. Perhaps you start with entering string values - if your ouput is ok move to variable inserts <f:debug>{settings}</f:debug> is a goo friend
18:50:05 <jmverges> xaver, I'm restarting in Windows the other computer
20:27:20 <rosieres> It try to get a certrain field of a content element. I am doing it within a partial section, which is called with all arguments for testing. Namespaces Are declared in Partial, Layout and Page. I only get an array with strings, not a subarray or something like that. -> {v:content.get( limit:"8",pageUid:"{settings.footerContentUid}" -> v:variable.set(name="content")} a hint from cedric was to try something like {v:content.get( limit:"8",p
20:27:22 <rosieres> ageUid:"{settings.footerContentUid}" -> v:variable.set(name="content")} -> but unfortunately this is only throws as plain output. Any suggestions?
07:27:58 <Momodedf> there is a small discussion here
07:30:25 <Momodedf> oops content.get i mean at 14:57
07:37:38 <rosieres> Momodedf: Not in my case. Record is in my case the page object although it's unwanted. Even if I do {v:content.get(pageUid:'{settings.footerContentUid}') -> v:variable.set(name: 'foo') -> f:else() -> f:if(condition: foo)}
08:06:13 <rosieres> Momodedf: last question on this -> Whats the correct syntax on this as inline? -> {v:content.get(pageUid:'{settings.footerContentUid}',render:0) -> v:variable.set(name: 'foo') ->f:for(each:foo, as:'bar')}
08:38:25 <rosieres> Momodedf: a tip for correct inline usage at my one ? -> {v:content.get(pageUid:'{settings.footerContentUid}',render:0) -> v:variable.set(name: 'foo') ->f:for(each:foo, as:'bar')}
08:45:34 <rosieres> -> get: ViewHelper for fetching a random content element in Fluid page templates -> should work for FE output - no matter inf FCE or not
08:54:46 <jmverges> looks like was thought for page columns
08:55:09 <jmverges> not the pastebin code, the vhs code
08:56:58 <rosieres> https://fluidtypo3.org/viewhelpers/flux/master/Grid/ColumnViewHelper.html -> you can push any grid column to a colPos . . . if wanted. 0-4 is quite taken from CMS ... rest nearly free
09:02:19 <rosieres> The point is that the content elements that you place into the grid column can do have a colpos. So was my thought you can use the v:content.random.render
09:03:30 <jmverges> I understand, sounds logical, however I had a similar problem the other day
09:52:10 <vizArt> Im unable to get the "settings" parameter from module configuration ... only if i place a template with this settings at page with uid 1
09:54:12 <vizArt> ... ok there are differences between TYPO3 getCurrentPageId to the flux getCurrentPageId ... TYPO3 returns: $this->currentPageId and flux $this->currentPageUid
11:13:46 <jmverges> Do you know about News extension? It has a fancy Tag selection where you can create a new one on the fly. So, I would like to implement the same for tt_content section_frame
15:23:27 <Guest|95024> Hi, i'm using fluidcontent and fluidbackend to provide some quite simple modules. Now i have the problem that for some elements typo3 backend takes up to 500+MB of RAM on client, as soon as in backend a page with some of those elements are loaded. I did not find any obvious problem in template. Are there any known things regarding those extension w
15:23:27 <Guest|95024> hich could cause that? (extensions: develop versions from git, typo3: 6.2.5)
17:39:55 <Guest|1812> Hi, i have a problem using the actual version of fluidcontent. BE mask of new created fce ignores flux configuration, only shows one input field "the title"
17:46:10 <Guest|1812> here is my fce_test.html: https://gist.github.com/semuc/4686b9f6ac090e967dbc
17:50:49 <bjo3rn> Guest|1812 I'm not sure about the underscore in the form's id
17:51:50 <bjo3rn> and please set flux' debug mode to '2'. maybe this will reveal something.
17:54:11 <Guest|1812> removed the underscore in id, set debug mode to 2 (was already 1), uploaded file and cleared all cache ... no difference, only got one input field labled with "The Title:"
17:54:51 <bjo3rn> where does 'the title' come from?
18:17:06 <ilCerchiari> Hi, i've just updated a website to TYPO3 6.2.6 with all the latest TER version of fluidtypo3 stack (flux, vhs, fluidcontent, fluidpages). I now encounter an error only if I'm not logged into backend. Th error is:#1225709595: Template could not be loaded. I tried "[...]/typo3conf/ext/fluidpages/Resources/Private/Templates/Page/Default.html" . Any cl
18:27:27 <ilCerchiari> Anyone knows why fluidpages seems to try calling fluidpages/Resources/Private/Templates/Page/Default.html only when not logged into backend?
20:02:06 <jmverges> good night mates, how is going?
10:13:15 <denisdroid> What is the recommended way to show a fal image preview in the Preview section? - This is the way I did it. https://gist.github.com/DenisMir/3f2c96cc47c6376f4662
10:13:39 <denisdroid> The image tag gets rendered but the path to the image is wrong
10:13:50 <xaver> i think some examples are in the libary
10:14:15 <denisdroid> xaver: Yeah I saw the example in the library. But the example contains no example for the preview section.
10:14:52 <denisdroid> The wrong path starts with: "/typo3/sysext/cms/fileadmin…"
10:15:22 <denisdroid> "typo3/sysext/cms" is wrong it has to start with /fileadmin...
10:33:25 <Guest|85492> hi bjo3rn, i allready postet my question yesterday evening, and you tried to help me.
10:33:36 <Guest|85492> on https://gist.github.com/semuc/4686b9f6ac090e967dbc you can see my fcetest.html (and some configuration files) which didn't work in my TYPO3. I always get one single input field "The Title:". You tested it in your TYPO3 and it worked fine.
10:33:44 <Guest|85492> Now i'm one step further - although it still not works ;-}
10:33:52 <Guest|85492> The field "The Title:" is defined in typo3\sysext\frontend\Configuration\TCA\tt_content.php as default pi_flexform. So i guess the configuration section of my template could not be read
10:34:00 <Guest|85492> Do i have to create/modify more then the files setup.txt, ext_localconf.php, ext_tables.php and ContentController.php as shown in https://gist.github.com/semuc/4686b9f6ac090e967dbc ?
10:43:49 <denisdroid> I have looked at this one: 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
10:50:51 <denisdroid> Ok yeah. I looked at the single responsive image example.
10:52:29 <denisdroid> So to be able to use fal for a single image I have to use flux:field.inline.fal as well? (I only saw the flux:field.inline.fal in gallery examples)
11:08:32 <Guest|85492> anyone here to take care of my issue?
11:09:56 <Guest|85492> "Configuration" section of my fce templates are ignored, i always get ony the default input field, defined in TCA\tt_conten.php
11:26:02 <bjo3rn> Guest|85492 I already asked yesterday: what is the key of your provider extension?
11:29:07 <Guest|85492> hi bjo3rn, extension name is se_wee. selecting and output of fluidpages templates stored and configured in this extension wrks fine
11:38:54 <Guest|85492> renaming and replacing all occurrences of se_wee with sewee, same problem
11:40:19 <bjo3rn> ok, to recap: flux debug mode '1' doesn't show anything unusual?
11:47:32 <Guest|85492> debug mode 1, saved, cleard cache (in install tool), added new content element on page, wizard opens and lists all fces, click on one of them, BE mask with only the default input field. No debug messages
12:15:35 <Defos> Hi there, I'm struggling with a simple if statement. I'm trying this, which is not possible in fluid I think: <f:if condition="{myvar1} || {myvar2}">do it</f:if>
14:10:24 <denisdroid> Is there an example on how to use the "indexed_search" extension together with the fluidpages? (template for the result page etc.)
14:17:14 <bjo3rn> denisdroid actually there's nothing much to it besides adding the markers and make sure pages are cached?
14:32:35 <denisdroid> So you could possibly set a custom result template.
14:33:04 <mrboe> dont know - i just used it like that
14:33:10 <denisdroid> That helps me a lot thank you very much.
14:33:32 <denisdroid> Well the templateFile option could be set differently
14:34:00 <mrboe> i have a search field on the output page so that the user also hase the possibilty to make another search
14:35:50 <denisdroid> Yeah that's right. I have found the default template now and I would assume that I can overwrite the template with my own stuff. :-) I just need the search result.
15:04:06 <denisdroid> Does an ViewHelper exist that gives me the link for a certain page id? (is it https://fluidtypo3.org/viewhelpers/vhs/master/Link/TypolinkViewHelper.html ?)
16:00:17 <denisdroid> plugin.tx_indexedsearch.templateFile = EXT:xyz/Resources/Private/Templates/Extension/SearchResult.html - Does someone know why this gets ignored?
16:21:57 <denisdroid> mrboe: And the "templateFile = EXT:t3basic/Resources/Private/Plugins/SearchForm.html" doesn't get ignored in your indexed search setup?
16:22:41 <mrboe> it only works if you but the setup in the rootpage
16:22:46 <denisdroid> I have included this in my provider extensions setup.txt: plugin.tx_indexedsearch.templateFile = EXT:xyz/Resources/Private/Templates/Extension/SearchResult.html - But the default template is used all the time. :/
16:24:35 <NamelessCoder> because indexed_search is abusive and loads TS using ext_typoscript_setup.txt which you cannot override except by also using ext_typoscript_setup.txt and making sure your extension depends on indexed_search.
16:28:10 <NamelessCoder> it will always load last.
16:28:14 <denisdroid> NamelessCoder: I fixed the dd_googlesitemap problem with setting "Static template files from Typo3 extension" to "Include before all static templates if root flag is set"
16:28:38 <NamelessCoder> that's the only behaviour toggle that can affect this, but it won't work on static TS from extensions
17:03:32 <denisdroid> NamelessCoder: But what is the correct position to override the static stuff of indexed_search?
10:00:00 <batjony> gbod: why most of the fluid TER extensions include the ,git folder
10:01:56 <rosieres> Is it a feature or a bug that as soon a pagetemplate is chosen the new ce wizard only has very limited options???
10:04:26 <gbod> batjony: As fa as I can see it's an issue with our current way of ter releasing. But as it doesn't break anything It shouldn't be a problem.
10:05:24 <batjony> depends if you set the whole typo3conf/ext folder in the repo, then issues appear
10:05:50 <gbod> rosieres: Is there a allow/deny clause for content elements in one of you page templates?
10:06:10 <batjony> i still dont use the composer, most likely i will migrate to composer soon, currently i put my project typo3conf/ext folder in a git repo
10:06:31 <gbod> batjony: Why would one put TER extensions in a repo? But sure I see the issue.
10:07:51 <batjony> why ? because, i want easy and smart depployments ! everything I develop is in my local machine, then when I deploy it - everything goes on the live server
10:08:35 <batjony> if some other employee wants to pull it, then he has everything he need - all extensions - a real working environment
10:09:01 <batjony> same number of extensions, same version of extensions
10:11:16 <gbod> batjony - I like to keep changed only stuff in my repo, all the other things are just dependencies. But YMMV.
10:11:37 <gbod> changed by me or other project attendees.
10:12:08 <batjony> ya I know, thats why there are tool like composers, but not all the extensions are properly configured to use composers
10:12:44 <batjony> thats why until everything works fine with Composer, i will keep them all in a repo
10:13:19 <batjony> imagine you have a project with 20 different extensions
10:13:33 <batjony> and on this project works other developers
10:13:52 <batjony> and this project is deployed to a Test Server, Pre-live Server and Live Server
10:14:21 <batjony> its STUPID to configure all the extensions X times and this produce a lot bugs
10:15:13 <gbod> Well, as this is not a deployment channel - let's agree to disagree and stop it - as long as you call me stupid in all caps.
10:16:12 <batjony> the deployments is related to the extension structure
10:18:17 <gbod> batjony: Instead of discussing off topic I did this: https://github.com/NamelessCoder/gizzle-typo3-plugins/issues/1
10:20:49 <batjony> 10x, i have not offended anyone, just sharing info :)
10:21:27 <batjony> of course the best solution is the Composer, but last time i have tried, the composer files were not properly configured in the extensions
10:21:56 <batjony> and also not all typo3 extensions have their composer files
10:22:40 <bjo3rn> I know people who put the complete root folder into a git repo :S
10:23:15 <bjo3rn> but as gbod correctly stated: YMMV.
10:23:43 <bjo3rn> so, I am with you both that .git shouldn't be included in a TER release.
10:25:25 <soma> i agree with that. i was also a bit surprised that they were in the releases
10:54:54 <batjony> hmm some idea why i cant include the fluidcontent_core static template with
11:11:36 <NamelessCoder> no, like I said, bet you it won't render plugins
11:12:09 <NamelessCoder> the reason is the order in which tt_content.* is built and the TS required for rendering plugins is generated
11:12:25 <batjony> you mean that if its included with this way I cant include any plugin in a page ?
11:12:31 <NamelessCoder> css_styled_content is targeted by special name in order to load it first and this targeting only works if the template is included as static from extension
11:13:24 <NamelessCoder> we do this for fluidcontent_core via AdditionalConfiguration.php which is why when this file exists, fluidcontent_core can insert the TS that renders plugins correctly, in the right order, but it HAS to be included as static TS because it gets targeted by special name and this name is only matched if included as static TS
11:13:36 <NamelessCoder> check out the templateparser.
11:16:07 <batjony> k my last project was built with css_styled_content included with INCLUDE_TYPOSCRIPT, there were also some custom plugins included, but didnt meet any issues
11:17:14 <NamelessCoder> all depends on how your plugins are included - but definitely check out the templateparser if you wish to know exactly why it works how it does. It's a very special behavior, one that I've described here and elsewhere quite a few times by now
13:35:53 <rosieres> <flux:field.inline.fal name="myimage" showThumbs="1" enabledControls="{info:1,new:1,dragdrop:1,sort:1,hide:1}"/> opens the media vidi image selector but as soon as I choose an image I run into a wron configuration of tt_content popup message. Anybody ran ever into this?
13:59:47 <mrboe> hey guys some off topic - when i delete typo3temp/* - must i go to install tool and "create" the folders or will they be created if they needed?
14:29:04 <m4d-m4t> hey guys! Just updated flux (7.0.0), fluidcontent (4.0.0) and vhs (1.9.1) to flux (7.1.2), fluidcontent (4.1.1) and vhs (2.1.4). Seems that my own fluidcontent extensions, which is based on fluidcontent_bootstrap, does not work anymore.
14:29:15 <m4d-m4t> I'm getting a "#1257246929: "/home/www/p229323/html/typo3/typo3conf/ext/fluidcontent_drschreibers/Resources/Private/Templates/Content/Experts.html" is not a valid template resource URI. " - exception
14:31:56 <m4d-m4t> and went through the update notes, but could not find any hints. Has someone experienced the same issue and has a solution for this problem? Big thanks!
15:30:16 <danielkoch> i try to update a typo3 6.1 installation to 6.2 including the fluidtypo3 extensions: flux, fluidcontent, fluidpages and vhs to the current versions
15:30:40 <danielkoch> i get the following error in the frontend: #1289386765: Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Page\Content\RenderViewHelper maybe not loaded or no autoloader?
15:42:15 <NamelessCoder> danielkoch see blog on fluidtypo3.org - release notes for VHS 2.0
15:42:47 <NamelessCoder> some viewhelpers renamed - that one is not the only one
15:47:42 <danielkoch> yes, i noticed that and switched them. this is the last error i tried to remove
15:48:13 <NamelessCoder> since you already know the entry: the problem is a remaining v:page.content.render which should be v:content.render
15:48:26 <NamelessCoder> just needed to make sure you knew about the rest, too ;)
15:52:16 <danielkoch> NamelessCoder: v:content.render, that this change solve the problem!
06:58:47 <Momodedf> looks like you have a nesting probleme on Fatal error: Maximum function nesting level of '100' reached, aborting! in /var/www/master.fluidtypo3.org/TYPO3.CMS/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4325
10:51:52 <Kaimane> When I add a field ( <flux:field.inline.fal name="settings.headerLogos" multiple="true" maxItems="10" /> ) for page configuration in my Default.html fluidpages template the field is rendered in page configuration as expected. But if I choose some files for subpages and go to a subpage in FE {v:page.resources.fal(field: 'settings.headerLogos')} is empty. What did I wrong?
11:13:30 <Kaimane> After clearing the fe-cache and go to a subpage I can debug the array once. If I go to the subpage a second time settings.headerLogosMake is empty as before. The logo I chose on the parent page will be also in the page configuration of the subpage; in both page configuration (this and subpages). Tab for subpages has a yellow exclamation mark which means I can't save my settings.
11:14:01 <Kaimane> Could you give me a hint to fix that problem?
11:16:37 <rosieres> Kaimane: This should bring you to the direction .> http://www.snip2code.com/Snippet/137836/Gallery-FCE-as-example-how-to-use-fal-im
11:21:48 <oschulz> i created an ContentController.php in my extension folder, extending \FluidTYPO3\Fluidcontent\Controller\AbstractContentController, i also added an Topslider.html to Content folder.. the CE gets renderd finde but when i add public function topsliderAction to my custom controller to load additional stuff, nothing happens
11:22:30 <oschulz> did i miss some init functions ?
11:48:12 <macro11> hey guys, is there a working view helper/example for the responsive picture element (e.g. picturefill)
11:49:49 <macro11> I've found this line in the irc logs: <bjo3rn> well, I don't know the functionality in 6.2. some time ago I created a content element using picturefill.js
11:50:26 <bjo3rn> hi macro11, one sec, I'll post a gist.
11:55:33 <macro11> seams to be more flexible as i would need it - but a very good starting point
11:56:40 <drlimbo> i have a flux:flexform.field.file with inherit="0" in my page settings, but in the Backend this will show me two fields (current page / subpages)
11:56:54 <drlimbo> i thought with inherit=0 the subpages will be disabled?
11:57:14 <drlimbo> is there another way to hide the "subpages" section?
12:02:08 <rosieres> WTF is the purpose of image="[FileInterface|AbstractFileFolder] -> https://fluidtypo3.org/viewhelpers/fluid/master/Uri/ImageViewHelper.html ?
12:09:48 <oschulz> hey i found the problem for my content controller problem, in tt_content:tx_fed_fcefile is set wrong, Bsp my_extkey:Slider.html ... this gives me a wrong class path with underscores, so without namespacing
12:11:58 <drlimbo> whats the best way to "show" some RTE-Content (Formatings & Links) in the Frontend?
12:12:38 <drlimbo> v:format.plaintext doesn't wrap my links and removes <p> Tags
12:30:02 <oschulz> the extkey always goes throug GeneralUtility::camelCaseToLowerCaseUnderscored when showing avaible Fces
12:34:40 <Kaimane> rosieres: thank you for the link to snip2code. But that is not exact what I described. I would like to use flux:field.inline.fal for page configuration in my fluidpages template not as a content element.
12:41:13 <Kaimane> And if I use that field for page configuration then I got the cautious as I described above.
13:08:21 <Momodedf> have you ever tried to get a value in an array form a variable
13:08:58 <Momodedf> I mean i have an array define like this {v:variable.set(name: 'strType', value: {0: 'BigButton', 1: 'SidebarInline', 2: 'FramedBlock', 3: 'ArrowButton'})} et I wld like to get the value at index {typeInt}
13:29:34 <oschulz> in point 3 you have to add an ClassAliasMap.php in order to use alle features of fluidcontnent
13:30:19 <oschulz> this is crazy, "Rule of thumb is: the higher your TYPO3 core version is, the less likely it is you will need the alias map" this is absolutely WRONG
13:51:32 <bjo3rn> Momodedf {v:variable.get(name: 'strType.{typeInt}')} see https://fluidtypo3.org/viewhelpers/vhs/master/Variable/GetViewHelper.html
14:03:33 <macro11> hi! is there a way to define a section in a common file and include them in two different content elments: <f:render section="imageres" arguments="{_all}" />
14:30:53 <macro11> thanks Momodedf: seams to be the thing i'm looking for :)
14:33:12 <macro11> i'm wondering: i've created my prodiver extension with builder. in typoscript the partial path is configured, but the folder itself isn't created
15:07:16 <rosieres> https://gist.github.com/anonymous/fd2736f0ff31e8ec3cd6 the image src is prepended by ../ in BE Preview. How can I get rid of that?
15:09:08 <gbod> rosieres: Is it in main section prepended too?
11:06:01 <Guest|73570> i got the TYPO3 Version 6.2.5
11:06:39 <martinhummer> according to this issue: https://github.com/FluidTYPO3/fluidpages/issues/212 i try to hide the column "Fluid Content Area" in the language view.
11:07:22 <martinhummer> but i'm stuck with getting the javascript part into the page module...
11:07:41 <martinhummer> is it possible to insert javascript into the backend with my provider extension?
11:09:52 <soee> xaver: i should add the icons today, they are ready
11:35:34 <drlimbo> What does the Message mean? "Flux View FluidTYPO3\Flux\View\ExposedTemplateView is able to read stored configuration from source code with hash value ..."
11:35:54 <drlimbo> and ".. to read stored configuration .."
11:36:01 <Akii> just a quick question, when inside page/content template you might already have the pid available
11:36:21 <Akii> {_all -> f:debug()} will show that
11:54:58 <drlimbo> What does the Message mean? "Flux View FluidTYPO3\Flux\View\ExposedTemplateView is able to read stored configuration from source code with hash value ..."
11:59:59 <bjo3rn> drlimbo it basically means that your template is error free.
12:00:20 <bjo3rn> to avoid that message set the debug level in flux to '2'
12:00:30 <bjo3rn> you will only be noticed about errors then
12:15:02 <rosieres> It seems that I cannot check if a flux:grid.column has content. Is that true? A condition on the name does not work. In layout on section name doesn't work either ... any hints?
12:36:06 <rosieres> Other way asked: How can I check if a column on page has content?
13:41:24 <Guest|73570> i updated flux and fluid on the newest versions, but i got that error: "The action name must be a valid string, array given (Array)."
14:34:19 <batjony> but I am trying to render images from a File Collection record
14:35:01 <batjony> for example, in your List view - you can add File Collections
14:35:30 <batjony> lets say you add a File Collection record with X images, and this File Collection record is with id 17
14:35:59 <batjony> then I am trying to get all the images for this file collection record with id 17 inside a plugin's template
14:37:31 <Gast> hi guys , i updated the flux und fluidextension and i get that error in the frontend : The action name must be a valid string, array given (Array).
15:03:57 <rosieres> Gast: and you should read the different version changes. Some vh might have changed
15:06:03 <beo6> Can i somehow have all flux:flexform.object not unfolded by default? So by default i only see the name/description and not all fields of the object?
15:08:18 <Momodedf> cause i dont want to make for just to know the lenght of my rootline
15:08:41 <beo6> whats the difference of v:iterator to the default iterator?
15:09:02 <batjony> btw I found the solution when you are trying to render file collection records, just for your information: <v:resource.record.fal table="sys_file_collection" field="files" uid="[sys file collection record uid]" as="images">
15:10:00 <Momodedf> the default iterator is set in a f:for when the v:iterator can call function
15:10:29 <Gast> @akii i run the update scripts ,but i still get the exception
15:38:25 <rosieres> jmverges: what did you do. What did you expect. What did you get? :-)
15:39:21 <rosieres> Gast: did you read this? -> https://fluidtypo3.org/blog/news/flux-71-changes.html
15:46:02 <rosieres> jmverges: https://fluidtypo3.org/community/irc-logs.html?tx_fluidtypo3org_content[date]=20141029&cHash=82b3974dc2d446ca4a44210b06ed5906#17:52:00 -> 17:52:00 -> looks like your answer -> It's often helpful to query the irc logs -> https://fluidtypo3.org/search.html?q=typo3pageModule.js
16:03:02 <Gast> @xaver can you help me with my problem? I updated flux 7.0 to 7.1 and get the error "The action name must be a valid string, array given (Array)" in the frontend
16:04:14 <rosieres> @Gast -> determine where it occours ... "The action name must be a valid string, array given (Array)." ... it must not neccessarily be flux or fluidcontent. It's also possible that this occours in a different extensions. Deinstall every extension that is not needed and clear all caches every time in installtool
16:07:35 <Gast> but that error appeared only when i updated flux and the first lines show that the AbstractFluxController.php throw this exception
16:10:33 <rosieres> install builder extension and run the error checking. Also enable debug mode in flux
16:11:13 <beo6> Can i somehow have all flux:flexform.object not unfolded by default? So by default i only see the name/description and not all fields of the object?
16:12:55 <rosieres> Gast: do you run a provider extension?
16:42:34 <jloew> Does anyone happen to know, why typo3 6.2.6 and flux 7.1 don't show my grid layout in the backend? I've updated the namespace to match the new one, Frontend works like a charm, but I can't seem to get it to display the backend correctly!
16:43:45 <jloew> I'm talking about grid in the page Layout, not Content
16:45:44 <Akii> jloew: select fluidtemplate as the backendlayout
16:48:34 <NamelessCoder> jloew it's a good idea to keep an eye on the blog, we always write about changes like that
16:49:25 <jloew> I know =) this is just the first time I'm implementing on 6.2.6 and flux 7.1 and I think I got caught up a little too much in the namespace changes that I must have missed that...
16:52:00 <rosieres> NamelessCoder: perhaps put this into the Channel head -> https://fluidtypo3.org/search.html?q=your+searchwords
16:52:30 <NamelessCoder> hopefully people already know how awesome the search is
16:52:55 <rosieres> I did forget it . . . that's why I mention
16:55:09 <jloew> I did use it, but the search engine is only as smart as the person using it, it seems...
18:26:27 <bjo3rn> maybe. what is the actual question?
18:27:07 <jmverges> first of all I wrote: {namespace m8th=Tx_M8thstructures_ViewHelpers}
18:27:36 <xaver> use namespaces /Vendor/Plugin/Viewhelpers and
18:27:37 <jmverges> then I create a class class InArrayViewHelper extends \FluidTYPO3\Vhs\ViewHelpers\Asset\AbstractAssetViewHelper with namespace "namespace MANDARINA\M8thstructures\ViewHelpers;"
18:46:11 <jousch> hi, (topic: <v:asset.style />) is it possible to include a css with an absolute custom domain url? I've a typo3 instance with many subdomain.domain.at websites they share many assets. Any suggestions?
18:47:51 <bjo3rn> jousch is plugin.tx_vhs.settings.prependPath = http://static.mydomain.com/ what you are looking for?
18:50:31 <jousch> think of a photographer website with a main page for general stuff. then there are "sub websites" for peoplephotography, wedding, still, ...
18:51:19 <jousch> I think this features resolves my problem
19:15:35 <jousch> bjo3rn is it also possible to deactivate for certain assets?
20:42:59 <TaucherMK> Hi, I have a really simple content element, providing two columns. It worked a long time and seems to be broke with an update, I don’t know which though. The code can be found here: http://pastebin.com/9eP1C0zU
20:43:49 <TaucherMK> The content elements in existing elements in the columns are not displayed in backend and if I add new elements, they appear in both columns
20:44:55 <NamelessCoder> TaucherMK you need to read the migration notes of the documentation, specifically how flux:form.content now works and doesn't. https://fluidtypo3.org/documentation/templating-manual/appendix/migration/to-flux-71.html
20:56:22 <TaucherMK> Thank you NamelessCoder, that did it. Is there still a way to get the columns aligned next to each other in the backend? The style option is still present on column, but it doesn’t work for me?!?
20:57:12 <NamelessCoder> depends on what you mean by aligned next to each other
20:57:28 <NamelessCoder> two columns inside the same row will do that as default 50% 50% split
21:00:02 <xaver> next feature is finished - return the ip from VM
21:01:57 <TaucherMK> NamelessCoder: In my case each column gets its own row in the backend view (only content elements though, fluidpage columns split equally)
21:05:28 <s-andersen> After upgrade to 6.2 from 6.0, my flexible content elements displays: LLL:EXT:flux/Resources/Private/Language/locallang.xlf:flux.my-widget.columns.column in the backend. Can't find out why?
21:06:07 <TaucherMK> NamelessCoder: Just an issue of display I guess, it’s placed in tds and one of the columns just takes too much space
21:14:44 <NamelessCoder> s-andersen looks like one or more templates are being rendered with the "flux" extension context rather than fluidcontent. Did you also upgrade all the fluidtypo3 extensions when you upgraded the core?
21:19:49 <soee> btw fluidcontent and fluidpages are almost compatible with 7.0-dev, there is only one array function to replace in both extensions to make the work
21:21:49 <s-andersen> NamelessCoder: Yes I upgraded flux, fluidcontent, fluidpages and vhs to new versions
21:22:51 <NamelessCoder> s-andersen do you use any other extensions which contain Provider classes and if so, are those also updated and/or have you ensured the Provider uses your extension key, not "flux"?
21:23:59 <s-andersen> NamelessCoder: I'm not sure how to check that, but I'm 80% certain that I'm just using the default FluidTYPO3 setup
21:24:56 <soee> xaver: my colegue forget to add 5 icons, i will upload them this week i think. The one that are ready https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/pull/233
21:25:12 <soee> but the build fails, but thats not my fault i think
21:26:59 <s-andersen> NamelessCoder: Looks like I'm using the old tx_fed typoscript setup in my extension, maybe that is the problem?
21:27:21 <NamelessCoder> yep - that will force the "flux" extension key on every element registered that way
21:28:16 <NamelessCoder> you may be able to simply switch to a Core::registerProviderExtensionKey approach and delete the typoscript, but that requires you use a provider extension - fileadmin files not supported
21:36:40 <s-andersen> NamelessCoder: Now I have changed the typoscript to the new version, but my FCE's will not register in the backend. They are rendered nicely in the frontend though
21:43:30 <NamelessCoder> clear system cache specifically
21:46:30 <s-andersen> NamelessCoder:Have cleared cache through install tool and in backend, no luck. Creating a dummy extension with "builder" gives me the example FCE, so somewhere there must be something I haven't changed correctly yet.
21:57:07 <s-andersen> Forgot to change ext_tables.php.... that helped a lot :)
22:21:44 <soma> unfortunately i'm having some other problems too. labels disappear after clearing caches, reappear after flushing all caches in install tool. also setting "debug mode" to 1 in flux config in extensionmanager does not show debug messages anymore
10:37:53 <soma> i didn't specify one, so the default one. lib.parseFunc_RTE
10:38:15 <beo6> i would have guessed it works out of the box then
10:40:31 <soma> me too. but it seems it doesn't or i'm doing something wrong. when using the default typo3 text CE it works, so its not a general config problem
10:42:12 <beo6> soma: you are right. just tried it
10:43:43 <beo6> soma: also another issue i noticed is when you have new lines in the source code of the html in the RTE it converts them into <br> instead of ignoring like the normal text ce does.
10:48:12 <soma> i didn't notice that before. but you are right, same behaviour here
10:54:06 <beo6> too bad. would be nice if the behaviour would be the same as normal text CE
11:09:59 <Guest|50732> hi guys, i have a problem with the preview section when i registred the flux flexform xml. it shows the preview section in every content element. Do you know what i did wrong?
11:13:01 <DannyGER> My FLUX Version is 7.1.2 and Typo3 is 6.2.6
11:35:38 <drlimbo> Akii: another question about inline conditions
15:48:37 <BrianJ> Upgrading to Typo 3 from 4.7.19 to 6.2.5. How would you go about deleting old unused images from db and folders? Theres about 20k of unused images
17:05:15 <drlimbo> i'd like to use some typoscript-variables in my extension
17:05:40 <drlimbo> i found this help https://fluidtypo3.org/documentation/templating-manual/templating/using-variables/typoscript-variables.html but i have no idea where to put the Controller Context
17:15:45 <drlimbo> i found the v:variable.typoscript solutions
18:39:37 <drlimbo> i extended the page-settings with an extension to add some custom fields - now i can't switch the Page-Type from Standard to Shortcut
18:40:21 <drlimbo> does anyone have an idea whats wrong with my custom fields?
00:16:08 <NamelessCoder> also, please share your netbeans autocompletion setup, people have asked for that ;)
00:42:26 <vizArt> hi everybody ... I hope somebody can help: By using fluidpages all installed packages are shown in every page. Is it possible to activate different templates for different sites within one TYPO3 instance?
00:44:11 <vizArt> Usecase are multidomain pages ... using unique template-sets
00:49:43 <vizArt> If i understand the documentation right: https://fluidtypo3.org/documentation/templating-manual/templating/using-templates/selecting-page-templates.html (last paragraph) there may be typoscript support. But everything i try nothing works.
13:37:38 <NamelessCoder> qnic our situation: it is CloudFlare that is blocking this and our security filtering is already at "minimal". The next level of security is "off" and I am disinclined to set that. There's no option in CloudFlare to whitelist specific user agents.
13:38:49 <qnic> which means fixing netbeans is pretty much the only option, if possible
13:39:14 <qnic> you're surely not the only site to use cloudflare, after all
13:39:28 <NamelessCoder> qnic temporarily you can set port :8080 in the URL but I'm afraid this one would be an issue with EVERY site using cloudflare to serve files that netbeans attempts to access - except those running without any security filtering of course.
13:39:48 <NamelessCoder> we can't guarantee that the :8080 solution will work forever though
14:14:14 <qnic> but not in conjunction with the XHTML schema
14:14:44 <qnic> and only if the root element is a tag found inside an XML schema specified
14:16:08 <qnic> XHTML probably doesn't work since the xsd specifies the complete document structure which doesn't allow any elements from other namespaces
14:16:44 <NamelessCoder> so really it doesn't work :/
14:17:16 <qnic> how do other IDEs solve this, specifically the xhtml part?
14:17:49 <NamelessCoder> just works, probably because of a default file extension to schema map
14:20:08 <qnic> but still, shouldn't the xhtml schema disallow any custom tags as childs of html tags?
14:25:56 <NamelessCoder> if they are inside a declared namespace, sure
14:26:39 <qnic> sure they should be allowed, or sure they should be disallowed?
15:05:10 <NamelessCoder> if netbeans has *any* way to configure the UA, exploit it. Otherwise, request a change for netbeans to either set a proper UA or allow the user to define one that should be used.
17:05:54 <nigel-peach> FluidContent_Core: Can you tell me, whether it is somehow possible to define custom partials within my own provider extensions?
17:09:27 <nigel-peach> I know it is possible to override the template path alltogether, I'm just wondering whether I can use partials for a single variant
17:57:05 <qnic> NamelessCoder, not completely unrelated: https://fluidtypo3.org/schemas/fluid-master.xsd has multiple duplicate xsd:elements, e.g. be.container
18:16:43 <nigel-peach> Doesn't anyone know how to use custom partials for specific fluidcontent_core elemtents?
15:07:31 <AndreD> Hi, I got a question regarding vhs (v2.0.3) usage: I tried to give out the page title using <v:page.info field="title" /> in a layouts file (namespace set in template). Unfortunately there is no rendering of the title but the html results has the <v:..... /> command in it. Could you give me some advice? Thanks in advance!
16:04:48 <NamelessCoder> AndreD you neglected to include the vhs namespace in your layout. Add it and it will work.
16:06:38 <AndreD> Ahh, thank you very much! Thought it would be routed through from the template file.