IRC logs

20150929

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

IRC log range: 20150929*

20150929

  • 04:59:24 <linkthis> i am trying to get the categories tab into my fce's. is it possible?
  • 04:59:50 <linkthis> its activated for tt_content
  • 05:10:38 <linkthis_> i am trying to get the categories tab into my fce's. is it possible?
  • 05:44:22 <linkthis_> fyi
  • 05:44:29 <linkthis_> \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::makeCategorizable(
  • 05:44:29 <linkthis_> $_EXTKEY,
  • 05:44:29 <linkthis_> 'tt_content',
  • 05:44:31 <linkthis_> 'categories',
  • 05:44:32 <braguzz> there is a way to exlude from menu pages after a separator?
  • 05:44:33 <linkthis_> array()
  • 05:44:35 <linkthis_> );
  • 07:57:06 <mneuhaus> hey, is there a way to add a fluidcontent element to an existing default tab?
  • 07:57:16 <mneuhaus> e.b. Typical page content for example
  • 07:57:28 <mneuhaus> when i try to use "common" it replaces all existing content elements
  • 09:55:39 <Guest|39615> Hi all!
  • 09:57:13 <Guest|39615> I have following problem: page A hast 2 fluidpage section with some objects in in. Page B is subpage of page A. Why does page B don't inherit settings/sections from parent page A?
  • 10:07:17 <NamelessCoder> Guest|39615 default behavior is to *not* inherit those types because they may present problems when inherited and edited on subpages
  • 10:07:29 <NamelessCoder> you can enabled it with inherit="1" on section and object
  • 10:12:57 <Guest|39615> okay, but a section, called logos is inherited anyway. So one Section works (without the inherit attribute) and one not, what could be the reason?
  • 10:14:03 <Guest|39615> and I just tried: inherit="1" don't work :(
  • 10:15:14 <NamelessCoder> it's *very* prone to problems, that's why the default behavior is to have it disabled. Your section must also be named uniquely.
  • 10:15:45 <NamelessCoder> basically because none of the objects or sections are identified but rather numerically indexed, changing anything on a child page usually causes problems
  • 10:16:28 <Guest|39615> and what about simple inputs/checkboxs in a sheet?
  • 10:17:00 <NamelessCoder> not a problem if you use non-dynamic names for the fields and sheets
  • 10:18:04 <Guest|39615> great, but they are not inherited :(
  • 10:18:24 <Guest|39615> flux/fluidpages is on master
  • 10:18:38 <NamelessCoder> template selections must match or also be inherited
  • 10:19:19 <Guest|39615> Configuration of parent page: http://pastebin.com/s8hxSzxh
  • 10:19:34 <NamelessCoder> depending on where you try to use those variable they may also not be inherited (read: inside Configuration section you only get the actual variables)
  • 10:20:08 <Guest|39615> they are used outside Configuration
  • 10:21:05 <Guest|39615> http://pastebin.com/VuZnH5aS <-- Configuration on subpage
  • 10:22:51 <NamelessCoder> try the suggestions from https://github.com/FluidTYPO3/flux/issues/878
  • 10:23:12 <NamelessCoder> and make sure you configure the subpage settings on the parent page
  • 10:29:03 <Guest|39615> On the parent page I don't set configuration values for subpages
  • 10:36:54 <Guest|39615> just cleaned up the db, but still not works. only one section ist inherited, second section is not and normal settings also not
  • 11:00:35 <Guest|39615> okay I know, why the first section works: {l:data(uid: page.uid, path: 'logos') -> v:variable.set(name: '_logos')}