IRC logs

20160413

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

IRC log range: 20160413*

20160413

  • 09:19:07 <de_macrocom> Hello. I still can't pass arguments to a flux-enabled controller action. And I can't see any reason why it doesn't work. Any help?
  • 09:19:20 <de_macrocom> http://stackoverflow.com/questions/36505001/how-to-pass-argument-to-controller-action-with-fluidtypo3
  • 09:20:15 <de_macrocom> There you find lots of information about my problem.
  • 11:08:25 <drlimbo> NamelessCoder: i think there is a bug with flux:field.input
  • 11:08:56 <drlimbo> this field, is always marked as "incorrect" until i type some characters, numbers only like 15 doesn't work
  • 11:08:58 <drlimbo> <flux:field.input name="time" label="Slide x Sekunden anzeigen" required="1" default="10" size="2"/>
  • 11:16:04 <drlimbo> damn, also <flux:field.input name="time" required="0" /> doesn't accept "10" as a value
  • 11:16:14 <drlimbo> it needs a char like "10x"
  • 11:20:40 <Fluidrules> Hi room, I'm building a HTML newsletter, and I want the CSS file to be rendered in the page header, if a certain page template is selected. With v:asset I can link to an external file, that works fine, but is there a viewhelper that can render the content of a file into my page header? Example: <style type="text/css">body {font-size:10px}</style>
  • 11:21:29 <Fluidrules> I know how to do it with TS, but I want the included CSS to be determined by the selected FLUID template.