IRC logs

20141230

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

IRC log range: 20141230*

20141230

  • 11:40:05 <bjo3rn> hi. someone here with realurl skills?
  • 12:00:16 <bjo3rn> nvm
  • 12:49:10 <Nurbs> In a page template's Configuration I'm using <flux:field.select name="settings.foo" items="{x: 'X'}"/> Is there some way to provide internationalized versions of 'X' through configuration, that is not by using the verbose LLL:EXT syntax?
  • 12:57:45 <Nurbs> items="{disabled:'LLL:EXT:mytemplate/Resources/Private/Language/locallang.xlf:flux.standardpage.fields.settings.didYouKnow.disabled',...}" works, but is very verbose.
  • 14:09:23 <braguzz> fluid expert here?
  • 14:10:03 <braguzz> ;)
  • 14:21:00 <braguzz> I've debug a variable http://www.provincia.livorno.it/musmed/service/calendar/fluid/fluid-list/?tx_cal_controller%5Bview%5D=event&tx_cal_controller%5Btype%5D=tx_cal_phpicalendar&tx_cal_controller%5Buid%5D=1&tx_cal_controller%5Byear%5D=2015&tx_cal_controller%5Bmonth%5D=1&tx_cal_controller%5Bday%5D=15&cHash=9b5a6f358374701082bf4069f39be8c4
  • 14:21:44 <braguzz> I'd like to find soneting related to images, but I have no skill ... :(
  • 14:22:36 <braguzz> I find everything title, description, time, ecc..
  • 14:22:48 <braguzz> but nothing about images
  • 14:23:32 <braguzz> image is an array where I found # of images that I put inside a single event
  • 14:45:03 <NamelessCoder_> braguzz see https://fluidtypo3.org/library/code-examples.html?tx_fluidshare_display%5Bgist%5D=5&tx_fluidshare_display%5Baction%5D=display&tx_fluidshare_display%5Bcontroller%5D=Gist&cHash=e403004449572e5ede2dd38d6d268f99
  • 15:45:11 <braguzz> mmm
  • 15:46:46 <braguzz> the key is v:content.resources.fal
  • 15:48:46 <braguzz> but I cant find a way to set it up in right way
  • 15:53:59 <braguzz> in table sys_file_reference there are some records
  • 15:54:26 <braguzz> that in 'tablenames' has tx_cal_event, but
  • 15:54:29 <braguzz> .. ?
  • 16:13:30 <braguzz> aaaaa I GOT IT!
  • 16:23:42 <braguzz> seems impossible