IRC logs

20150204

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

IRC log range: 20150204*

20150204

  • 03:30:46 <t3sam> Is there a easy tutorial (step-by-step) how to set up a TYPO3 with fluidtypo3? I know the documentation on fluidtypo3.org, but in the most cases I search every step again....
  • 04:06:32 <rosieres> t3sam: there's no how to set up with fluidtypo3 unless you define the purpose as you can combine different approaches quite infinite. So you have to define, what you want exactly or just try this -> https://github.com/FluidTYPO3/site
  • 06:42:53 <Joewaschl> Howdy!
  • 06:44:59 <Joewaschl> I learned that fluidcontent_core doesn't have textpic CE. What if I want to create it myself? Simply add "Textpic.html" to the template folder seems not to do the Job... Can someone push me in the right direction? :)
  • 09:42:45 <t3sam> <rosieres> thanks, that's enough. Very helpful!
  • 09:56:39 <pedda> hi there
  • 09:56:55 <pedda> i have some tricky case i'm struggeling with in fluid
  • 09:57:40 <pedda> i have a table rendered in fluid, which should be extended by 2 additional th'S and td's if one item of an object storage has a certain property set to true
  • 09:58:21 <Xatenev> pedda: and now? .p
  • 09:58:28 <pedda> example: {productVersion.options.0.isReducedPrice} = TRUE
  • 09:58:38 <pedda> how do i solve this
  • 09:59:00 <Xatenev> <f:if condition {....} == TRUE> <tr> <td>hello</td></tr> </f:if> ?
  • 09:59:06 <Xatenev> Or did I misunderstand you?^^
  • 09:59:12 <pedda> no not really
  • 09:59:32 <pedda> productVersion is already a section object of a parent's property
  • 10:00:03 <pedda> Product.productVersion.options.0.isReducedPrice
  • 10:00:17 <pedda> is the full path to "isReducedPrice"
  • 10:00:42 <Xatenev> and my solution does not work?
  • 10:01:10 <pedda> no as i need to iterate over productVersions
  • 10:01:23 <pedda> in each iteration i then have an if as you mentioned
  • 10:01:38 <pedda> i end up adding 2 columns everytime isReducedPrice returns true
  • 10:01:54 <pedda> for example 14 extra columns if i iterate over 7 productVersions
  • 10:01:59 <Xatenev> es
  • 10:02:00 <Xatenev> yes
  • 10:03:26 <pedda> what i need is : add 2 columns once, if one of a Product descendants has isReducedPrice
  • 10:03:51 <Xatenev> ah
  • 10:04:14 <Xatenev> <f:if condition {...} == TRUE> set fluid variable = TRUE </f:if> and add those 2 columns after the foreach?
  • 10:04:15 <Xatenev> maybe?
  • 10:04:25 <pedda> damnit
  • 10:04:34 <pedda> you're right
  • 10:04:42 <pedda> too easy for me ;)
  • 10:04:48 <Xatenev> heh
  • 14:11:26 <Joewaschl> I learned that fluidcontent_core doesn't have textpic CE. What if I want to create it myself? Simply add "Textpic.html" to the template folder seems not to do the Job... Can someone push me in the right direction? :)