10:43:16 <gencha_> morning guys. could anyone help me trying to figure out how to properly format the code as mentioned by @NamelessCoder here: https://github.com/FluidTYPO3/fluidcontent_core/pull/56/files#r15304275
10:46:15 <gencha_> because even when i put the <a> on a new line, it's still longer than 130chars and i don't know how to properly shorten it or break it into multiple lines
10:47:47 <beo6> i hope i have only one more problem. I get a PHP warning for one frontend page template: "PHP Warning: filemtime(): stat failed for .../Resources/Private/Templates/Page/HomePage.html in typo3/sysext/fluid/Classes/View/TemplateView.php line 619
10:48:18 <beo6> page templates for another page in the same pagetree do work. They use another extension however
10:51:19 <beo6> ah i see. the other company has used lowercase filenames.
10:56:48 <erredeco> well, then... question: is it possible to add the "slide" logic? I mean, if the image is not set, use the image of the first parent which has it?
11:00:56 <beo6> yes. i use more than one page template using fluidpages
11:01:30 <beo6> and with the update to the current typo3 extension repository it broke
11:02:20 <erredeco> @beo6 could you give us an example about how you use multiple page templates?
11:03:22 <beo6> i guess like normal. not sure what example you need. i have copied the bootstrap extension, modified it and put multiple fluid page templates into it
11:04:03 <beo6> i was able to select them in the backend but it changed nothing
11:19:40 <Guest|21790> soee you find the pastebin link right in the message from 11:17:02
11:20:32 <batjony> guys, my site uses a backend layout, currently its stored in the db something like http://pastebin.com/BZuQARaB, I want somehow to migrate the backend layouts storing from db to files; as I see there is one extension which I can use https://github.com/georgringer/belayout_fileprovider, but its not so clear how to use it
11:20:48 <batjony> soee wrote me that this can be also done with fluid pages
11:22:47 <BenjaminR> Guest|21790: whats going wrong for you?
11:24:07 <Guest|21790> The reference seems to be wrong. In the flux:grid part of the example colPos="0" refers to "Sidebar" and then below in f:section name="Content" it Refers ColPos=0 to Content instead of sidebar
11:25:03 <BenjaminR> ah yes, that might be a typo. ty!
11:25:21 <BenjaminR> If you like you can create a commit here: https://github.com/FluidTYPO3/documentation/edit/rewrite/3.Templating/3.2.CreatingTemplateFiles/3.2.2.PageTemplate.md?message=[DOC]%20Edited%203.2.2.PageTemplate.md
11:27:48 <benjamin_654> i have a odd bug: For the first Fluid-Content-Element on a page, the Controller-Action is not been called! For all other Fluid-Content-Elements (even same Type) the Controller-Action is called, any ideas what might be wrong?
11:28:32 <BenjaminR> benjamin: if you change the order of the elements i stays the first elements that is not called always?
11:28:43 <BenjaminR> or is the error bound to a specific element type or uid
11:28:53 <beo6> gencha_: btw. i solved the issue. I updated all fluid powered typo3 extensions to the dev versions, changed all templates fixed all remaining issues and i think it is solved now.
11:29:31 <benjamin_654> BenjaminR: yes it still is the first one even if i exchange it ..
11:29:44 <beo6> thanks to danilobuerger and bjo3rn for helping me. :)
11:33:50 <batjony> BenjaminR: so the typoscript syntax http://pastebin.com/BZuQARaB should be migrated to html like http://fluidtypo3.org/documentation/templating-manual/templating/creating-templates/page-template.html if I migrate to fluid pages ?
11:34:31 <BenjaminR> batjony: you define your backend layouts with the flux:grid viewhelper, yes
11:34:42 <BenjaminR> within a flux:form of your page template
11:34:54 <BenjaminR> what means that you can define a backend layout per page template
11:35:39 <beo6> batjony: i have used it nearly all the time. it is really easy and useful. At least when there are no bugs. ;)
11:35:56 <erredeco> @batjony: this way you don't need at all the belayout items
11:36:26 <Guest|78107> Hi guys, I know that would be an offtopic but I am going crazy. RealURL gives me headaches. Can someone tell me how to use postVarSets? I set it up like in examples from the Internet. But it just won't work.
11:36:45 <ubrog> Does anyone know how I can get a file field with multiple images using FAL?
11:37:07 <ubrog> I was able to configure one that works in the backend, but in fluid I only get the first file returned
11:37:49 <BenjaminR> Guest|78107 i guess you should ask this at #typo3 - many of us idle there too but there are more people with realurl experience
11:37:52 <ubrog> And I've already tried everythin I've found online, but there ist not much that helps
11:38:01 <erredeco> @ubrog this example helped me a lot https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ImageGallery.html
11:38:32 <batjony> BenjaminR: so if I understand correctly, in the same page template file which is used in frontend, I also define the backend layout with the flux:grid within a flux:form, so in one file I have both - FE and BE layouts ?
11:38:37 <BenjaminR> ubrog: you need flux:field.inline.fal and v:content.resources.fal
11:38:47 <BenjaminR> you find examples in the doc comments
11:46:19 <erredeco> I suggest also fluidcontent and view
11:46:51 <erredeco> oh, and also builder to start up your extension
11:48:48 <Guest|49835> Hi! I am doing this tutorial: https://worksonmymachine.org/blog/fluidtypo3-quickstart but I have a general question to that... the tutorial advices to create files like /private/template/page/foo.html but now when I change the filename of foo.html into something else, it doesn't work. And all references in the sourcecode are renamed to the new fiel
11:48:48 <Guest|49835> name. Does Typo3 cache that? Or what could the problem be?
11:49:43 <erredeco> @guest|49835: 1. pay attention to the CaSe ;)
11:49:59 <erredeco> 2. if anything else fails, delete all files in /typo3temp
11:50:56 <Guest|49835> I did exactly that, filename is Page.html and case is considere. I deleted the typo3temp and all caches. No change so far.
12:01:14 <Guest|78107> Is it possible to use extbase controller to get GET parameters from RealURL formatted URL?
12:09:03 <soee> it doesnt matter if they are formatted you can access them as usual
12:23:22 <erredeco> may I ask you if could someone please answer my question about FAL ? (please note: I don't want to look impolite so apologize me)
12:25:12 <beo6> erredeco: i don't see any question here
12:26:30 <erredeco> uh...well...I'll write it again
12:26:54 <erredeco> I'm trying to use FAL from the media field (pages table, you know)
12:27:03 <erredeco> I've seen that this code works for me: http://pastebin.com/yiY7VC9K
12:27:39 <beo6> when it works for you, where is the issue?
12:27:40 <erredeco> my question is: is it possible to add the "slide" logic? I mean, if there is no image, take the image of the first parent that has one?
12:30:10 <BenjaminR> erredeco: no, you would have to check parents yourself
12:30:31 <NamelessCoder> erredeco no, sorry - that is not possible and will not be made possible since record sliding only applies to pages and this ViewHelper reads resources from any table
12:32:52 <erredeco> Is there an example I can look at?
12:38:45 <NamelessCoder> not that I can find on short notice... v:page.breadCrumb works like v:page.menu so an example of manual rendering there, should give you the idea of how to loop through a set of pages to find the first that has
12:39:01 <NamelessCoder> a value in the media field
12:39:24 <beo6> i would guess he wants the last page that has a media field
12:39:31 <NamelessCoder> I think something like this might work
12:42:53 <NamelessCoder> it should: extract the page root line from the current page and up, extract all "media" values then filter out all empty values and finally "pop" the last element and assign a new variable with that element's value (a single-value array, {firstParentImage.media})
13:00:23 <erredeco> umm if I print the variable {firstParentImage} it seems it is =1 if the image is set in the page, 0 in the other case :S
13:04:13 <gencha_> when i click the "Move record up" button on content elements on a page, the element disappears. apparently, the tx_flux_column and tx_flux_parent field are cleared in the DB
13:04:31 <gencha_> ...i should probably update flux and check again :P
13:04:43 <gencha_> "Move record down" works great btw ;D
13:12:40 <NamelessCoder> gencha_please check if this happens only when you move the element to the top of an area
13:13:25 <NamelessCoder> I am not sure we can fix that one...
13:15:40 <gencha_> NamelessCoder: i reported it nevertheless for completeness sake
13:17:06 <gencha_> how do you guys deal with drag&dropping content elements through long content areas? i always find myself collapsing and expanding elements just to be able to make the right drop
13:17:43 <gencha_> i'd love to contribute automatic scrolling when the mouse closes in on a screen edge during a drag operation, but i have no idea where to start
13:17:52 <NamelessCoder> reason for bug: move icons and links are rendered by TYPO3 core and will render a target colPos which does not contain the parent and area. Dropping on dropzone works because the zone is rendered by us.
13:18:58 <batjony> Fatal error: Class 'FluidTYPO3\Vhs\Service\AssetService' not found in /var/www/build.fedext.net/typo3_src/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 4302
13:54:12 <gencha_> NamelessCoder: i *think* i finally got that addAnchor commit right :P https://github.com/oliversalzburg/fluidcontent_core/commit/962b96854d783fa66fccdbd2fb0324a0fec54024
14:44:25 <shagory> Hi there. I'm currently evaluation fluidcontent_core. I'm missing the RTE in the richtext fields. How do I enable it?
14:45:54 <BenjaminR> shagory: this is very likely not beeing related with fcc
19:46:19 <bjo3rn> guys, does anybody know if saving typoscipt constants via the constants editor triggers flushing of all caches like in the install tool?