IRC logs

20150831

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

IRC log range: 20150831*

20150831

  • 06:24:17 <braguzz> may have I some help on fluidcontent_core, here?
  • 06:52:06 <Maren2911> Hi there! I've a small question about localization. I've some flux FAL images and I want the foreign images having the default image source. I tried the localizationMode="'keep'" attribute but it doesn't work for me. Someone who has an idea for me?
  • 07:04:46 <braguzz> I configured fluidcontent_core to insert a new header parameter
  • 07:05:02 <braguzz> plugin.tx_fluidcontentcore.settings.header.wrapInHeaderClass = No,Yes
  • 07:05:56 <braguzz> I can choose it when I create a new content element, but when I edit the CE created, I dont see the list (No,Yes), but only
  • 07:06:10 <braguzz> what I selected when I have created
  • 07:06:22 <braguzz> what is wrong?
  • 07:44:44 <xaver> braguzz: what si wrapInClassHeader - why not use a normal header class and a simple condition?
  • 09:13:11 <drlimbo> good afternoon
  • 09:35:26 <bottoni> Hi all, I´m currently encountering length issues for pages.tx_fed_page_flexform. My XML is potentially larger. Does anyone have an advice how to come around that? It seems that the field value gets truncated while persisting in T3 backend as I switched to mediumblob as a test but the xml is invalid afterwards anyway
  • 09:48:59 <drlimbo> is it possible, that with the newest flux-family its not possible to store FCE's in Subfolders? like /Templates/Content/Subfolder/fce.html ?
  • 09:55:15 <drlimbo> NamelessCoder: i think you should know that
  • 09:55:20 <drlimbo> or mneuhaus maybe?
  • 10:01:18 <drlimbo> and is anyone using a sass (scss) compiler with typo3?
  • 10:05:02 <xaver> drlimbo: bug issue first thing
  • 10:05:23 <xaver> i think the problem is caused because of API changes for v7
  • 10:05:47 <xaver> i use compass/less, but it runs outside of TYPO3
  • 10:07:02 <drlimbo> xaver: what u mean with "bug issue first thing "?
  • 10:07:33 <drlimbo> and yes, we compile the scss local and checkin (git) .scss and .css files, but it would be much nicer, to only store .scss files and let typo3 generate the .css files
  • 10:07:52 <drlimbo> specially with a magic viewhelper =)
  • 10:08:33 <xaver> bad idea for a viewhelper
  • 10:08:45 <xaver> compiler needs on complex big stuff a lot of time
  • 10:08:56 <xaver> i would add it in deployment process
  • 10:12:02 <drlimbo> mh, maybe u'r right xaver
  • 10:12:50 <bottoni> drlimbo: here´s a nice deployment example with a TYPO3 context: https://github.com/Ecodev/speciality
  • 10:14:16 <bottoni> seems like no one has encoutered my pages.tx_fed_page_flexform yet, hm?
  • 10:14:42 <drlimbo> thx bottoni i'll have a look
  • 10:15:11 <drlimbo> and nope, never encoutered that problem, but seems legit