09:11:55 <Guest|48558> Hey guys, i have flux, fluidpages, fluidpages_bootstrap, vhs, fluidcontent_bootstrap, fluidcontent_core and fluidcontent installed. Every Ext is the latest dev version. But now i cant select a template. i just got a flux error "could not analyse class=FluidTYPO3/Vhs/Viewhelpers/Page/Content/Render/ViewHelper maybe not loaded or autoloader?
09:34:31 <Guest|48558> #1225709595: Template could not be loaded. I tried "typo3conf/ext/fluidcontent_core/Resources/Private/Templates/CoreContent/Fluidcontent_content.html"
09:34:38 <Guest|48558> this is what i get in FE now
09:36:33 <Guest|48558> i already checked theres nothing with fluidcontent_content.html
09:36:52 <Guest|48558> i really dont know where this comes from
09:37:47 <Guest|48558> TYPO3\CMS\Fluid\View\Exception\InvalidTemplateResourceException thrown in file typo3_src-6.2.3/typo3/sysext/fluid/Classes/View/TemplateView.php in line 369.
10:38:41 <Romm> I got a little problem, hope someone could help me : I use a Layout, rendering sections of my template, but my arguments are not sent to the template :/ ... Any idea ?
10:38:45 <jlumpe> bjo3rn: haha had a clown for breakfast? ;P
10:48:19 <Romm> I also have to tell you that the templates & co are not located at the default location (/Resources/Private/*) ; but I managed to change it with typoscript and they are both called correctly (the rendering is good, only the arguments aren't)
10:48:29 <Harpagophyt> layout will call after template - or? -- I am a newbie ;-)
10:48:48 <Romm> No, Layout is called "before" the template
10:49:03 <Romm> In my template, I got the following line, then only sections :
11:04:24 <Romm> Why does it not work inside my template ? :'(
11:04:31 <Romm> I don't want to create 2513656498 partials :'(
11:04:36 <Harpagophyt> The layout contains some simple HTML structure with two content areas and the outer div container's CSS class is controlled by a Fluid variable {settings.pageClass}. The variable is prefixed settings. which is not required by configuration but very useful. This will become clear at a later stage.
11:05:31 <Romm> Harpagophyt: in general, the settings come from your flexform, your typoscript setup, etc.
11:05:55 <Romm> This is really often used in TYPO3 when using a plugin/module
11:06:42 <Harpagophyt> hmmmm, funny decision because of unwished easy overwriting. anywhere - thx :-)
11:34:25 <Guest|48558> emplate could not be loaded. I tried "typo3conf/ext/fluidcontent_core/Resources/Private/Templates/CoreContent/Fluidcontent_content.html"
11:35:17 <Guest|48558> and 64 listed points with php code
11:35:40 <danilobuerger> so what did you choose as template for fluidpages
11:54:23 <Harpagophyt> translation: flux.formId translate the label, how can i translate the description? just with {f:translate ...}?
12:17:39 <xaver> danilobuerger i think he can click the update button in EXT Manager or?
12:19:09 <xaver> Harpagophyt: you add the id and and write your xlf file https://github.com/FluidTYPO3/fluidcontent_bootstrap/blob/development/Resources/Private/Language/locallang.xlf
12:31:46 <helloTypo> thanks, however, if I couldn't navigate documentation I'd not be here
12:32:11 <helloTypo> if I loop through the menu items, even those in root line, are not marked as active
12:33:02 <Harpagophyt> xaver: description does not work. any ideas?
12:33:12 <Guest|48558> danilobuerger i think that was a solution for my problem, but i still have a other error now. But i think its a usage fault of me. I ll give you feedback if it works...
12:47:06 <xaver> maybe you can do description="LLL:path/locallang.xlf:test.description"
12:48:10 <Guest|48558> danilobuerger THANK you so much!!!!
12:49:05 <Harpagophyt> cedricziel: https://gist.github.com/Harpagophyt/76e4b6a36dca1a45ffa7 - <trans-unit id="flux.confPage.description"> does not work
12:50:01 <cedricziel> Harpagophyt: did you compare it to this one? https://github.com/FluidTYPO3/fluidcontent_bootstrap/blob/development/Resources/Private/Language/locallang.xlf
12:50:14 <helloTypo> thank you for your suggestions, my colleague has found the bug
12:50:27 <cedricziel> nice, where was it helloTypo?
12:50:42 <helloTypo> in this line if ((integer) $page['uid'] === $pageUid) {