IRC logs

20150327

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

IRC log range: 20150327*

20150327

  • 04:07:13 <braguzz> there is some known problems in 'insert record' content elements?
  • 05:18:03 <pedda> hi there
  • 05:54:21 <dracol> Hi
  • 05:54:47 <dracol> if I have a content like "<flux:form.content name="content" />"
  • 05:55:18 <dracol> how can i check if exist any content insert into
  • 05:56:38 <dracol> fro prevent render if an user insert a content element without any element...
  • 06:37:34 <bjo3rn> dracol you can use v:content.get fx to check if there are any content elements in that column.
  • 06:38:19 <bjo3rn> something like <f:if condition="{v:content.get(column: 0) -> f:count()}"></f:if>
  • 06:50:10 <pedda> aah .. you guys use f:count() ... i was fooling around with f:if condition="{v:content.render(column: 1)} !== ' '" which obviously is very ugly kinda ;)
  • 06:55:18 <bjo3rn> well, at least I do ^^
  • 06:55:47 <pedda> which obviously looks like a clean solution ;)
  • 07:37:28 <Kalypso63> hi all !!!
  • 07:38:17 <Kalypso63> can i use v:variable.set to create a dynamic array which is in a loop
  • 07:39:25 <Kalypso63> example : <f:for each="{objects}" as="object" iteration="iterator">
  • 07:39:26 <Kalypso63> <v:variable.set name="array" value="object.name" />
  • 07:39:26 <Kalypso63> </f:for>
  • 07:39:43 <Kalypso63> and get after the loop the array varaibel
  • 07:39:54 <Kalypso63> variable :)
  • 07:45:37 <Kalypso63> and if it’s possible get an unique array
  • 07:57:27 <dracol> thanks bjo3rn
  • 07:57:47 <dracol> i have just try v.content.get
  • 07:58:09 <dracol> but i have the name "content" instead of number of column
  • 09:02:43 <benjamin_654> Kalypso63: what you try to do with variable.set is pretty good described in the doc: https://fluidtypo3.org/viewhelpers/vhs/development/Variable/SetViewHelper.html
  • 16:16:45 <hirnschmalz> Hi there, since the last update of the FluidTYPO3 extensions I've strange problems. I've two extensions one provide a page template and the other one provide some special content elements. If I try to insert the custom content element I get the error "#1225709595: Template could not be loaded. I tried..."