IRC logs

20150824

Logs from channel #fedext on freenode - our official support channel.

IRC log range: 20150824*

20150824

  • 03:15:48 <Guest|35438> Hi there. I'm looking for a solution to filter items in a field of type flux:field.relation analogy to the "foreign_table_where"-field in TCA while using something like "pid = ###CURRENT_PID###". Is this possible?
  • 03:34:42 <Guest|35438> Ah, got it by myself. condition="AND tt_content.pid IN (###CURRENT_PID###)" works like a charm...
  • 09:02:56 <Guest|71728> Hey guys
  • 09:03:22 <Guest|71728> I'm running into a strange error: I'm using grids with flux:grid.columns
  • 09:04:18 <Guest|71728> every time I try to add some content into a grid section it shows up above all contents in the backend and twice (one time outside the grid and the second one within) in the frontend)
  • 09:05:14 <Guest|71728> is there a known bug or how can I prevent this behaviour?
  • 09:06:33 <s-andersen> Hi, I'm using <v:page.breadcrumb> to render a breadcrumb menu, and this works great. But now I need to add RDFa markup to the breadcrumb menu, and I wonder what the best way to do that would be?
  • 09:16:01 <NamelessCoder> Guest|71728 your user must have access to all Flux-related fields (parent, column, children). If you have an older version of Flux you must upgrade. If gridelements is installed there's a conflict with that which EM doesn't warn about. And finally if you're using the "save and add new after" then you need to update flux to development branch or wait for the coming TER release.
  • 09:16:16 <NamelessCoder> s-andersen expand the tag and use the tag content like v:page.menu but with {rootLine}
  • 09:21:43 <Guest|71728> Well I'm admin, so I think I have access to all these fields. I'm using TYPO3 6.2.14
  • 09:38:53 <Guest|71728> I found out that the colPos 18181 is not saved to tt_content on first save. If if click save and save & close afterwards it works
  • 09:44:58 <s-andersen> NamelessCoder: I expanded the tag and did this: <f:for each="{rootLine}" as="item" iteration="iterator">, as I would normally do with {menu} but that doesn't output anything
  • 10:04:05 <s-andersen> I figured it out, it seems it shouldn't be {rootLine} but {breadcrumb} no matter what you specify as rootLineAs
  • 13:00:13 <Guest|27878> I have in problem in the preparation of FCE . Elements can be filled in the back , but the front end will be no rendering . Working for some time with typo3fluid and can not find something wrong . What should I do ?
  • 13:33:43 <Guest|27878> I have in problem in the preparation of FCE . Elements can be filled in the back , but the front end will be no rendering . Working for some time with typo3fluid and can not find something wrong . What should I do ?
  • 13:37:36 <jost_> Guest|27878: can you check with <f:debug> if variable are set in the frontend?
  • 13:37:46 <jost_> and can y
  • 13:37:51 <jost_> nevermind
  • 13:43:16 <Guest|27878> The variables in my sections are empty. standard content elements from TYPO3 are renedered. The the elements from bootstrap will not rendered, too.