IRC logs

20160406

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

IRC log range: 20160406*

20160406

  • 03:26:57 <Guest|91866> Hi guys, is there any way to show in Backend all content elements in some custom defined order? Now I have 55 different panels and they are shown as follows: Panel 55, Panel 34, Panel 2, Panel 27 etc.
  • 03:31:11 <cweiske2> do you mean in the new content element wizard?
  • 03:32:42 <Guest|91866> yes, in the New content element wizard
  • 03:32:50 <cweiske> I'd like to know that, too :)
  • 03:32:57 <Guest|91866> :)
  • 03:37:10 <cweiske> typo3 8 contains a way to influence the order of the tabs; https://forge.typo3.org/issues/71876
  • 03:37:20 <cweiske> but I don't know of any for the order of the items themselves
  • 03:39:34 <cweiske> looking at NewContentElementController.php tells me it's not possible
  • 04:54:27 <Guest|91866> thank you cweiske
  • 09:18:02 <drlimbo> good afternoon
  • 09:18:39 <drlimbo> do i do something wrong with v:iterator.explode or why is "limbo" still Null?
  • 09:18:41 <drlimbo> <v:iterator.explode as="limbo" content="8,7,1" glue=",">{limbo -> f:debug()}</v:iterator.explode>
  • 09:25:03 <drlimbo> maybe cweiske has an idea?
  • 10:27:43 <drlimbo> someone else?
  • 12:05:39 <NamelessCoder_> you may have found a bug drlimbo - with that code the {limbo} variable should absolutely be filled. Maybe v:iterator.explode doesn't use the TemplateVaribleViewHelperTrait correctly