IRC logs

20140904

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

IRC log range: 20140904*

20140904

  • 08:37:31 <randomresult> good morning
  • 08:38:19 <vizArt> morning :)
  • 08:39:27 <mrboel> hi
  • 08:39:33 <randomresult> can someone tell me how i can use a string with commaseperated items to build flux:field.checkboxes?
  • 09:00:50 <bjo3rn> wasssssuuuuup y'all!
  • 09:02:02 <bjo3rn> randomresult http://www.youtube.com/watch?v=MdAJHkBV-v8
  • 09:02:02 <FT3BOT1> YouTube: Ich brauche mehr Details (4s)
  • 09:02:02 <randomresult> v:iterator.exoplode
  • 09:02:02 <randomresult> is the key
  • 09:02:11 <randomresult> ok. is this possible:
  • 09:02:29 <randomresult> backend inputfield: comma seperated list of categories
  • 09:03:03 <randomresult> backend section for objects (boxes in this case) with checkbox for in which category this box is
  • 09:03:44 <randomresult> v:iterator.explode --> inputfield --> for each --> flux.field.checkbox
  • 09:03:50 <randomresult> should work?
  • 09:04:02 <bjo3rn> so the input field for th csv value is in the same ce like above the section?
  • 09:04:10 <randomresult> yes
  • 09:04:12 <bjo3rn> hm
  • 09:04:47 <bjo3rn> this would at least require to save the record before the csv values are accessible in the section I guess
  • 09:04:48 <randomresult> should at least work after saving the element once after new csv list (better than a csv would be antoher section)
  • 09:04:52 <bjo3rn> hehehe!
  • 09:05:31 <bjo3rn> should work, yes
  • 09:05:45 <bjo3rn> at least it doesn't hurt to try ;)
  • 09:06:23 <randomresult> ok. will try
  • 09:06:26 <randomresult> thx bro
  • 09:06:28 <randomresult> ähh
  • 09:06:31 <randomresult> THX BRO
  • 09:07:00 <bjo3rn> yw, son.
  • 09:07:32 <bjo3rn> but, how do you label the checkboxes...?
  • 09:08:00 <bjo3rn> 'Kategorie 27' is not that user friendly
  • 09:08:43 <randomresult> well... first things first
  • 09:08:59 <randomresult> maybe with another "label" field?
  • 09:09:23 <bjo3rn> sure, take your time. but remember: there's not much left of it
  • 09:10:13 <randomresult> ;) OK BRO
  • 09:47:31 <Guest|16592> good morning... can somebody help me?
  • 09:47:52 <BenjaminR> just ask and lets see :)
  • 09:48:04 <Guest|16592> how i can take the same text from typo3 headline in fluid?
  • 09:48:09 <Guest|16592> http://s14.directupload.net/images/140904/7whhhsxt.jpg
  • 09:52:02 <Guest|16592> i must explain other way?
  • 10:08:53 <Guest|16592> @BenjaminR ?
  • 10:09:16 <BenjaminR> yes, i dont understand
  • 10:12:47 <Guest|16592> in typo3 you can add a headline (like h1 or h2) --> see the picture... i need the text, that i put in this headline and show it in fluid... so as example: i have create a teaser content element, now the user can put a headline, but i need the same text in the headline for a link, how i can read out the text in the headline
  • 10:13:17 <Guest|16592> look this: <flux:field.input name="headline" label="Titel" />
  • 10:13:35 <Guest|16592> this i read out with: {headline}
  • 10:14:12 <Guest|16592> but how i can read the tceform headline in typo3 (the text in the picture)
  • 11:08:17 <BenjaminR> add {_all -> f:debug()} do see what is available there by default
  • 11:08:18 <FT3BOT1> ¯\_(ツ)_/¯
  • 11:19:03 <Guest|16592> in "record" is the "header" what i need, but how i can write it in fluid?
  • 11:26:14 <BenjaminR> {record.header} ?
  • 12:01:51 <Guest|16592> YES! this is it :-)
  • 12:19:00 <randomresult> when required="1/true" in a flux:inputfield (for links) and saving an object whitin a section whcih is empty... there should be an yellow !
  • 12:19:02 <randomresult> or not?
  • 12:43:19 <bjo3rn> is the required field part of the object inside the section?
  • 12:43:25 <bjo3rn> randomresult
  • 12:43:34 <randomresult> jupp
  • 12:43:55 <bjo3rn> hm
  • 12:44:21 <bjo3rn> is the behavior different to TCA generated forms?
  • 12:44:31 <randomresult> dunno
  • 12:44:34 <bjo3rn> me neither
  • 12:44:49 <bjo3rn> if so, there's nothing to do about it I guess
  • 14:05:25 <hhoechtl> Hi @all, any idea how to get vhs content renderviewhelper to work with fluidcontent_core? My output is unstyled, probably because $GLOBALS['TSFE']->cObj->RECORDS($conf) doesn't use fluidcontent_core for rendering?
  • 14:17:55 <hhoechtl> Or: how do I render CEs from a give pid using fluidcontent_core?
  • 14:21:03 <NamelessCoder> hhoechtl v:content.render renders any content type. cObj->RECORDS passes to cObj->TEXT, cObj->IMAGES etc. depending on CType. FCC then defines these content types as rendered by the FCC controller.
  • 14:25:00 <hhoechtl> @NamelessCoder any idea where to start debugging if v:content.render outputs unstyled content?
  • 14:25:19 <NamelessCoder> what do you mean by "unstyled"?
  • 14:25:52 <hhoechtl> The content of the text element is returned as string. But it's a richtext field
  • 14:26:09 <hhoechtl> The page itself shows this CE properly styled
  • 14:27:07 <NamelessCoder> how exactly are you using the ViewHelper?
  • 14:28:16 <hhoechtl> I have an extbase extension with a show action. The template is assigned a variable pageId and I try rendering the content of this page by using <v:content.render column="0" pageUid="{pageId}" />
  • 14:28:37 <hhoechtl> And this output is just text without markup
  • 14:29:34 <NamelessCoder> you've included the static TS and the AdditionalConfiguration.php file exists and contains the FCC TS name?
  • 14:29:40 <hhoechtl> Yes
  • 14:29:59 <hhoechtl> The prove is that the page with id=pageId is rendered correct
  • 14:30:10 <NamelessCoder> any tags *around* the v:content.render (gist template if you can)
  • 14:30:57 <hhoechtl> https://gist.github.com/anonymous/f1e72875ab0ab7aefdbc
  • 14:31:42 <NamelessCoder> and how are you rendering your plugin?
  • 14:31:55 <NamelessCoder> (your problem points to missing lib.parseFunc_RTE from TS)
  • 14:33:58 <NamelessCoder> your rendering will use the TS that is available on the page where your *plugin* resides, not the page of the content. This means that for example, moving the plugin to a page outside your root page or linking across domains can have unexpected results.
  • 14:34:02 <hhoechtl> my plugin is inside a regular fluidpage in colPos=0 just as any other CE
  • 14:34:40 <hhoechtl> They are booth in the same rootline
  • 14:34:58 <hhoechtl> And both pages are rendered properly by fluidcontent_core
  • 14:40:41 <hhoechtl> I don't know why, but deleting typo3temp solved it.
  • 14:40:45 <hhoechtl> Strange
  • 14:43:05 <hhoechtl> Ok. Never mind. Thank you for your great work. I really appreciate it
  • 14:43:41 <NamelessCoder> you're welcome :)
  • 14:49:31 <soee> page layouts and content elements are identified by package name ?
  • 16:40:40 <ad_on_is> hi, could it be, that shortcut-links of translated pages get ignored in v:page.menu?
  • 16:41:34 <ad_on_is> hi, could it be, that shortcut-links of translated pages get ignored in v:page.menu?
  • 20:44:49 <JohPie> I need a field to select a single page. Which flux element should I use?