IRC logs

20141216

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

IRC log range: 20141216*

20141216

  • 10:13:06 <j6s> Hello everyone
  • 10:14:15 <Akii> hi
  • 10:14:29 <j6s> Akii is everywhere ^^
  • 10:14:45 * Akii is secretly a bot in all channels
  • 10:15:46 <j6s> Is there a way to dynamically hide and show my content Elements in the backend?
  • 10:16:23 <j6s> We have a Extension with default Content Elements that we use in almost every project, but some only need a subset of those elements
  • 11:35:10 <drlimbo> good morning
  • 11:35:26 <drlimbo> is there a way to load a Plugin (ex. Formhandler) from Fluid?
  • 11:36:04 <drlimbo> i tried something like "lib.testForm < plugin.tx_formhandler_pi1" ... but with "v:variable.typoscript" i only get an array and can't find a way to "parse" the plugin
  • 11:36:18 <drlimbo> someone an idea? maybe NamelessCoder?
  • 11:40:09 <drlimbo> oh Akii maybe has en idea =P
  • 11:40:15 <drlimbo> is there a way to load a Plugin (ex. Formhandler) from Fluid?
  • 11:40:21 <drlimbo> i tried something like "lib.testForm < plugin.tx_formhandler_pi1" ... but with "v:variable.typoscript" i only get an array and can't find a way to "parse" the plugin
  • 12:38:51 <Akii> drlimbo: use the f:cObject VH
  • 12:39:16 <Akii> with temp.yourThing
  • 13:08:22 <drlimbo> oh thanks a lot Akii - ill try
  • 13:32:47 <Defos> Hey, fluidpages/-content aren't compatible with 7.x yet, right?
  • 13:38:51 <Guest|19489> Hi, anyone who can give an inhouse training near Bonn for 1-2 days in January about flux / fluid templating? We want to use it in an interesting project and need to get fit with it.
  • 13:53:38 <Guest|19489> if you are interested mail me at [email protected]
  • 14:33:37 <drlimbo> "f:format.date" is one hour behind (wrong timezone i think) - how can we fix this?
  • 14:37:10 <Xatenev> drlimbo: Not quite sure but it might be that u have to set the timezone for typo3 itself
  • 14:37:11 <Xatenev> something like this:
  • 14:37:34 <Xatenev> $GLOBALS['TYPO3_CONF_VARS']['SYS']['phpTimeZone'] = 'Europe/Berlin'; for example
  • 14:37:41 <Xatenev> there is serverTimeZone aswell
  • 14:37:46 <Xatenev> maybe do some googling on this^^
  • 14:38:56 <drlimbo> oh thansk Xatenev
  • 14:40:05 <Xatenev> drlimbo: If you are german: http://www.typo3.net/forum/thematik/zeige/thema/106541/?show=1
  • 14:40:51 <drlimbo> not "really german" - im from switzerland - but same language =P
  • 14:41:15 <j6s> close enough
  • 14:44:12 <Akii> haha
  • 14:44:17 <Akii> n1
  • 15:02:38 <batjony> guys, is fluidtypo3.org going to be part of typo3 7.0 ?
  • 15:03:57 <Akii> 7 is out already
  • 15:04:02 <batjony> if not - do we expect some conflicts when running fed extenstions in Typo3 7.0 ?
  • 15:04:50 <batjony> i just saw the open letter to the typo3 core guys https://fluidtypo3.org/blog/news/open-letter-call-for-conventions.html
  • 15:05:06 <batjony> so wondering whats the future :)
  • 15:10:54 <soee> batjony: -dev versions should work with 7.0 just fine
  • 15:13:41 <batjony> nice
  • 17:46:40 <braguzz> hi, there is a way to 'insert record' with fluidcontent_core ?
  • 18:03:04 <braguzz> copy and 'past as reference' works with tx_news content ?
  • 21:30:16 <Guest|50174> Hello, have somebody an example how i can read out files from a folder so that people can download the files like a download explorer??