IRC logs

20141127

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

IRC log range: 20141127*

20141127

  • 06:00:59 <Guest|57883> good morning. already anyone awake that can help me ;)
  • 08:08:45 <jmverges> good morning mates
  • 09:04:07 <batjony> hi guys
  • 09:04:33 <batjony> does someone know if there is a chance fluidtypo3 to be part of the next typo3 cms 7.0 ?
  • 09:05:52 <batjony> just I am curious about it
  • 09:06:09 <jmverges> +1
  • 09:53:30 <jmverges> morning gbod
  • 10:25:13 <soma> new day, new problems... ;) any hints how to get spamProtectEmailAddresses to work in rte content that is rendered with f:format.html?
  • 10:36:44 <beo6> which parse function do you use?
  • 10:37:53 <soma> i didn't specify one, so the default one. lib.parseFunc_RTE
  • 10:38:15 <beo6> i would have guessed it works out of the box then
  • 10:40:31 <soma> me too. but it seems it doesn't or i'm doing something wrong. when using the default typo3 text CE it works, so its not a general config problem
  • 10:42:12 <beo6> soma: you are right. just tried it
  • 10:43:43 <beo6> soma: also another issue i noticed is when you have new lines in the source code of the html in the RTE it converts them into <br> instead of ignoring like the normal text ce does.
  • 10:48:12 <soma> i didn't notice that before. but you are right, same behaviour here
  • 10:54:06 <beo6> too bad. would be nice if the behaviour would be the same as normal text CE
  • 10:54:27 <beo6> if you know anything let me know
  • 11:09:59 <Guest|50732> hi guys, i have a problem with the preview section when i registred the flux flexform xml. it shows the preview section in every content element. Do you know what i did wrong?
  • 11:13:01 <DannyGER> My FLUX Version is 7.1.2 and Typo3 is 6.2.6
  • 11:35:38 <drlimbo> Akii: another question about inline conditions
  • 11:35:44 <drlimbo> is there a NOT or something?
  • 11:35:45 <drlimbo> {f:if(condition: '!{overwriteDemand.year} && {iterator.isFirst}' then: 'first')}
  • 11:35:59 <Akii> not in the vanilla VH
  • 11:36:05 <Akii> the vhs version might be able to do it
  • 11:36:08 <Akii> but no idea
  • 11:36:28 <Akii> you could also use "else"
  • 11:36:56 <Akii> && doesn't work either afaik
  • 11:38:01 <drlimbo> mhh, v:if isn't a solution - same there
  • 11:38:41 <drlimbo> IF year == FALSE and isFirst == TRUE - so the else-wont work
  • 11:38:45 <drlimbo> maybe with multiple if
  • 11:39:19 <DannyGER> has anybody a solution for my question above?
  • 11:40:12 <drlimbo> something like {f:if(condition: '{iterator.isFirst}') -> f:if(condition: '{overwriteDemand.year} == FALSE' then: 'first')}
  • 11:40:40 <drlimbo> f:if(condition: overwriteDemand.year else: 'first')}
  • 12:19:27 <Cash2m> Hi. Is it possible to mount pages and use an other fluidpages layout for the page and all sub-pages?
  • 12:42:12 <jmverges> Cash2m, no idea, but sound interesting
  • 12:43:01 <jmverges> afk
  • 13:22:05 <7YUAAGLEX> [flux] NamelessCoder pushed 2 new commits to development: https://github.com/FluidTYPO3/flux/compare/728b3358edd8...8217215b396a
  • 13:22:05 <7YUAAGLEX> flux/development 1ea5f7a Björn Fromme: [TASK] Add wrapper method for 7.0 compatibility
  • 13:22:06 <7YUAAGLEX> flux/development 8217215 Claus Due: Merge pull request #718 from bjo3rnf/compat...
  • 15:48:37 <BrianJ> Upgrading to Typo 3 from 4.7.19 to 6.2.5. How would you go about deleting old unused images from db and folders? Theres about 20k of unused images
  • 17:05:07 <drlimbo> hi there
  • 17:05:15 <drlimbo> i'd like to use some typoscript-variables in my extension
  • 17:05:40 <drlimbo> i found this help https://fluidtypo3.org/documentation/templating-manual/templating/using-variables/typoscript-variables.html but i have no idea where to put the Controller Context
  • 17:15:45 <drlimbo> i found the v:variable.typoscript solutions
  • 18:39:11 <drlimbo> good evening
  • 18:39:37 <drlimbo> i extended the page-settings with an extension to add some custom fields - now i can't switch the Page-Type from Standard to Shortcut
  • 18:40:21 <drlimbo> does anyone have an idea whats wrong with my custom fields?
  • 20:11:55 <qnic> hey guys
  • 20:12:17 <qnic> I don't know whether it's intentional or not, but your website is blocking the XML schema retriever of NetBeans
  • 20:12:41 <qnic> which means no viewhelper autocompletion for netbeans users
  • 20:13:03 <qnic> it says the browser signature is banned by the site owner