IRC logs

20140710

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

IRC log range: 20140710*

20140710

  • 09:51:24 <ndee> anyone seen NamelessCoder lately?
  • 09:52:50 <beo|2> i see him here in the list
  • 10:08:37 <Blaster____> Hi
  • 10:09:17 <Blaster____> Anyone have idea how to target form inside a content to pagecontroller?
  • 10:09:41 <Blaster____> I have this line: <f:form controller="PageController" action="page" >
  • 10:09:41 <FT3BOT> ¯\_(ツ)_/¯
  • 10:09:59 <Blaster____> but it still goes to contentController
  • 10:11:05 <Blaster____> Actually, nvm.
  • 11:06:56 <soee> good morning
  • 11:07:52 <beo|2> good morning, soee
  • 12:28:23 <andreaswolf> hi folks
  • 12:29:05 <andreaswolf> I fixed a problem regarding copy/paste of content for a client and I'd like to get it in to flux
  • 12:29:35 <7F1AAPX1X> [vhs] NamelessCoder closed pull request #632: [BUGFIX] Incorrect variable container index (development...deferredfix) https://github.com/FluidTYPO3/vhs/pull/632
  • 14:01:41 <Guest|90565> Hi
  • 14:01:47 <bjo3rn> andreaswolf nice. mind opening a PR?
  • 14:01:55 <bjo3rn> hi Guest|66975
  • 14:02:10 <Guest|90565> Are there a way to insert records in flexform sheet?
  • 14:02:30 <bjo3rn> sure. you mean irre?
  • 14:03:05 <bjo3rn> see http://fluidtypo3.org/viewhelpers/flux/master/Field/InlineViewHelper.html
  • 14:03:20 <Guest|90565> looks like I've missed something..what is irre?
  • 14:03:52 <bjo3rn> inline relational record editing
  • 14:04:01 <bjo3rn> http://wiki.typo3.org/Inline_Relational_Record_Editing
  • 14:04:07 <beo|2> crazy people are irre. (just joking)
  • 14:04:12 <bjo3rn> ^^
  • 14:04:31 <bjo3rn> similar to 'this object is a popo'
  • 14:04:37 <bjo3rn> funny for germans
  • 14:04:48 <beo|2> true
  • 14:05:00 <Guest|90565> ))
  • 14:05:20 <bjo3rn> so Guest|66975, what is it you are trying to achieve?
  • 14:05:36 <bjo3rn> huh? I mean Guest|90565
  • 14:05:44 <Guest|90565> I need to add a refernce to existing content element into fce
  • 14:06:23 <Guest|90565> something like standard recordlist
  • 14:06:49 <bjo3rn> that's what the above vh is for exactly
  • 14:07:18 <bjo3rn> if you take a look at the arguments you'll see
  • 14:07:19 <Guest|90565> https://gist.github.com/pulsarx58/7e6906f09d9f8c3ba625
  • 14:08:13 <Guest|90565> no, I don't need to edit them, just insert a references
  • 14:08:22 <bjo3rn> yep
  • 14:08:33 <bjo3rn> see http://fluidtypo3.org/viewhelpers/flux/master/Field/InlineViewHelper.html
  • 14:09:15 <bjo3rn> it's highly configurable
  • 14:11:27 <bjo3rn> gotta go. good luck
  • 14:12:36 <Guest|90565> thank you
  • 14:13:11 <Guest|90565> but I don't see how to let it show elements tree instead of creating new
  • 14:23:46 <Guest|90565> anybody here?
  • 14:24:32 <andreaswolf1> bjo3rn: I'd like to have somebody have a look first; I also don't think that the rewritten afterPaste() method is complete, but I can't really tell because I don't know all possible usecases
  • 15:06:18 <NamelessCoder> andreas catch me on skype please
  • 16:15:09 <Guest|66975> Thanks to bjo3rn and xaver. I found the error in my code: https://gist.github.com/anonymous/8965d14691338df2385d
  • 16:16:09 <Guest|66975> Line 3: as="{element}" has to be as="element" (without curly brackets)
  • 16:17:52 <Guest|66975> and line 5: <f:format.raw>{element}</f:format.raw> -> <v:content.render contentUids="{0: '{element.uid}'" />
  • 16:17:53 <FT3BOT> ¯\_(ツ)_/¯
  • 17:01:19 <vizArt> hmmmm ... is there a know bug using fluidcontent 4.0 and flux 7.0 in TYPO3 v.6.1.x? A RTE is rendered below the Plugin Options (in every ce)
  • 17:01:50 <vizArt> same fce works fine in TYPO3 v.6.2.x
  • 17:01:58 <vizArt> ... strange
  • 17:33:47 <vizArt> ok .... seems to be a bug ... TYPO3 v.6.1.10 (blank) ... current TER Flux, fluidcontent, fluidpages, vhs ... create a basic extension in "builder" same result: Text: RTE below Plugin Option
  • 17:36:41 <artisticMink> Hello, which flux view helper should i use when i want to render some read-only text for documentation purpose? (i.E. inside a help tab)