IRC logs

20150924

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

IRC log range: 20150924*

20150924

  • 02:57:55 <drlimbo> good morning
  • 03:47:35 <lukas_demetz> Hi there
  • 03:48:02 <lukas_demetz> I just upgraded fluidcontent, flux and so on to the latest version, and am experiencing some weird behaviour
  • 03:48:34 <lukas_demetz> I am outputting the current page's title using '<h1>{page.title}</h1>' in my template, and it worked fine
  • 03:49:03 <lukas_demetz> However, after the upgrade I always get the english version (the default) even if I use another language (like, say german)
  • 03:53:44 <lukas_demetz> I resorted back to use '<f:cObject typoscriptObjectPath="lib.pagetitle"/>'
  • 03:55:00 <lukas_demetz> Maybe I am missing something :) or I found a bug, hope this helps someone else just in case
  • 03:57:40 <drlimbo> good morning
  • 03:58:01 <drlimbo> does someone has an idea how to change my flexform, to show the marked select over multiple lines? (like on the left) https://www.evernote.com/shard/s8/sh/79d9b38e-eaf1-4109-ba30-812740362243/afb0ede3bd4a7c1c
  • 05:06:52 <drlimbo> is there a way to get the Title, etc. Elements from a FAL File with the UID?
  • 05:08:02 <drlimbo> mneuhaus: im sure u have an idea =)
  • 05:29:03 <mneuhaus> with the real fal uid?
  • 05:29:16 <mneuhaus> should be no prob, even doin' it bare-bone through TYPO3_DB
  • 05:29:55 <mneuhaus> if it's a reference: FileRepository->findFileReferenceByUid
  • 05:30:15 <mneuhaus> or the file itself: findFileReferenceByUid->findByUid
  • 05:31:32 <mneuhaus> ^ @drlimbo
  • 05:32:06 <drlimbo> its crazy, im getting images of a file collection and show the images
  • 05:32:35 <drlimbo> IF the file collection is manual (added single files) i can access the metadata in my template
  • 05:32:49 <drlimbo> but if the collection is folder based (all files of folder X) there is no metadata
  • 05:42:48 <drlimbo> mh, in the ext sf_filecollection_gallery it works well
  • 05:42:51 <drlimbo> maybe i made something wrong
  • 05:44:48 <Guest|11956> i think you have to set the size attribute
  • 05:44:54 <Guest|11956> have you tried that?
  • 05:46:13 <drlimbo> the size Guest|11956?
  • 05:48:51 <Guest|11956> <flux:field.select name="yourName" size="10" />
  • 05:48:57 <Guest|11956> something like that
  • 07:21:58 <Shupal> hi there
  • 12:18:04 <shupal> heyho, if i look in the issue queue i found a ticket for the fluidpages page configuration translation. https://github.com/FluidTYPO3/flux/issues/506 is there any documentation or snippet how to implement this?
  • 12:25:44 <xaver> shupal: bad idea
  • 12:26:21 <xaver> is no fun, easier to add a new TCA record
  • 13:19:23 <shupal> @xaver in the newest release, too?