09:48:03 <ndee_> I would like to render a content element which has been translated. On the translated page, I still see the default language CE since I render it with: <v:content.render contentUids="{1: feature.uid}" /> I see that feature has a property _localizedUid but I can't manage to access it in fluid.
09:50:22 <Akii> thanks bjo3rn for the blog post regarding generating menus
09:50:42 <zbychu555> Hello everybody, I have one problem with FLUIDCONTENT. I would like to create grid as content element (I need columns in CE), but when I do it step by step with documentation, I don't have any results in the backend. For templating I use FLUIDTEMPLATE instead FLUIDPAGES - maybe it is wrong? Normal CE (as FAL, input, header) created in FLUIDCONTENT
11:10:25 <ndee_> Akii: I have an extension where a user can link to different CEs. So when I'm on the french page e.g., I would like to show the french CE.
11:12:13 <Akii> maybe there is some sort of repository for CEs
11:19:53 <ndee_> it's crazy, I do see the correct value in _localizedUid but there's no way I can access it
11:46:12 <jmverges> hey folks is working FluidTYPO3 site kickstarter with 6.2?
12:05:17 <flowbob> hey guys, where do i find the page.menu template for submenus in order to add the classes needed for bootstrap dropdown
12:06:34 <tdeuling> hi @ all. I've a little problem with a fluid if-condition: http://pastebin.com/7HLiJjQ0 I tried to compare two viewhelper results, which are basically page ids. but when the returned numbers are different, the f:then is executed.. anyone knows what could be the problem?
12:21:10 <NamelessCoder> tdeuling insufficiently qouted use of inline viewhelper as array member.
12:21:24 <feelx> hi all... what VH should I use to make a flux select box for selecting a page from the pagetree? flux:field.tree? with table="pages" ? (using DEV branch)
12:22:25 <NamelessCoder> feelx field.relation(table: 'pages') and whichever additional attributes you require
12:23:54 <feelx> oh thank you.. Will try this one ;)
12:28:41 <feelx> It works but is there a way to have the page tree sorted like 1., 1.1, 1.2,2.,2.1,.. etc instead of 1.,.2.,3. and subpages afterwards?
12:33:55 <jmverges> NamelessCoder, feelx, flowbob is working properly FluidTYPO3 kickstarter
12:38:01 <tdeuling> NamelessCoder: Got it.. (facepalm).. thank you
12:40:04 <NamelessCoder> flowbob the trick is called "manual menu rendering" and is done using tag content, not a template. See https://fluidtypo3.org/library/code-examples.html
12:40:43 <NamelessCoder> jmverges it should work on the most recent 6.2 but you may need to pick version 1.0.0 - EM started doing something strange with distributions I think because of missing files, but I ran out of fixing time last night
12:41:34 <flowbob> thx @NamelessCoder i'll look into that ;)
12:46:03 <feelx> NamelessCoder, can I have the selectbox of flux:field.relation rendered as 'tree'? Instead of a select box sorted by UID of 'pages'? It makes no sense in my case cuz I should have page-hierarchy
12:46:31 <feelx> renderMode="tree" returns with an error (treeconfig not set).
13:18:37 <feelx> I got it working now with "flux:field.tree" ... one little issue is still there. I need a 'displayCond' similar to 'PID > 1' since I don't want items (uid) in the Tree with PID = 0 or PID = 1. What syntax do I need for the displayCond attribute of flux:field.tree VH?
13:19:35 <NamelessCoder> displayCond governs field visibility, not option visibility. To limit selections, use "condition"
13:23:37 <feelx> or SQL statement like condition="AND pages.pid > 1"
13:56:24 <feelx> hmmm ... the flux:tree field is always empty with condition. even when I do condition="AND uid=13" or condition="pages.uid=13". And I definitly have a pages.uid = 13 page in my table
14:59:09 <feelx> I did a git pull request on all fluidtypo3 EXT. Somehow my tabs in the new-content-wizard is gone. I read about wizardTab should be changed to the options attribute like options="group: 'My Group'}" ... but the tab (My Group) is still gone and I have a broken-image above my content elements. What else can cause this?
14:59:58 <feelx> btw: I deleted typo3temp/* and did a clear all cache in the install-tool. But the issue is still present
15:01:50 <Akii> syntax error in line 2 near options="group: expected { but got string
15:34:31 <jmverges> hi folks, some help with nginx optimization? I'm getting 502 usually and all is too slow
15:35:40 <Akii> looks more like php errors to me, have you checked the error log?
15:39:07 <cedricziel> i bet it's a timeout issue then. in your fpm pool, set catch worker output to true and then check your error log. If you are in production, also make sure you disabled deprecation log and enabled production context
15:41:20 <flowbob> i asked this question before, but got disconnected.
15:44:20 <erredeco> Hi there. I use T3 6.2.6 and latest version of flux, fluidpages, fluidcontent, vhs. I'm trying to build up a carousel using this as example:
20:34:46 <Andi445> Hi there! Does vhs have/had issues with translations? v.page.menu does allways get the whole page tree of the language with uid 0, although sys_language_mode is strict and only some pages are translated