IRC logs

20140702

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

IRC log range: 20140702*

20140702

  • 09:23:07 <soee> hi, someone can confirm if v:page.menu.list works for him ?
  • 09:54:09 <soee> hmm any idea why menu ch renders hidden pages ?
  • 09:54:38 <soee> it uses enableFields() https://github.com/FluidTYPO3/vhs/blob/development/Classes/Service/PageSelectService.php#L146
  • 09:54:44 <soee> yet hidden pages are rendered
  • 10:07:36 <soee> ok this might be related to http://forge.typo3.org/issues/59415
  • 11:34:01 <nimius|thephpjo> I am sorry to bother you guys so often, but i am trying to create a container element, that i can fill with other CEs. In the backend everything works perfectly, but in the frontend flux:content.render has no output.
  • 11:34:21 <nimius|thephpjo> (Using git version)
  • 11:36:55 <BenjaminR> nimius: may you show us the fluid source?
  • 11:37:55 <nimius|thephpjo> easy: for testing purposes i used the fluidcontent_bootstrap row template
  • 11:38:11 <nimius|thephpjo> (and changed the variable.set to var.set in vhs)
  • 11:38:28 <BenjaminR> Configuration Section: <flux:form.content name="content" /> Main SectioN: <flux:content.render area="content" />
  • 11:39:11 <nimius|thephpjo> yes. The whole thing is in a grid and a widget.grid in the Preview
  • 11:40:08 <BenjaminR> my above message shows how it works
  • 11:40:25 <BenjaminR> to debug your fce please great a gist (gist.github.com)
  • 11:40:39 <BenjaminR> *create
  • 11:41:10 <nimius|thephpjo> this is the thing i want to end up with: https://gist.github.com/thephpjo/7d82a4e07e9a7bebf35c
  • 11:43:16 <BenjaminR> fce or ce disabled?
  • 11:43:24 <BenjaminR> in be
  • 11:43:32 <nimius|thephpjo> no
  • 11:43:32 <BenjaminR> your source looks good
  • 11:43:39 <BenjaminR> clear cache
  • 11:43:43 <nimius|thephpjo> i have
  • 11:43:44 <BenjaminR> and enable debug
  • 11:43:48 <nimius|thephpjo> i have
  • 11:43:48 <BenjaminR> in extension manager
  • 11:43:51 <BenjaminR> :)
  • 11:44:03 <nimius|thephpjo> i also tried master and dev branch. Both not rendering
  • 11:44:10 <BenjaminR> hmmmm
  • 11:44:19 <nimius|thephpjo> Debug giving nothing to be concerned of
  • 11:48:42 <nimius|thephpjo> ok, nevermind. I just checked out master on flu and fluidcontent. Working fine now
  • 11:49:01 <BenjaminR> so dev branch doesnt work for you?
  • 11:49:08 <nimius|thephpjo> looks like you got some regression with the render viewhelper in dev
  • 11:49:38 <nimius|thephpjo> Should i open up a ticket?
  • 11:50:33 <BenjaminR> would be appriciated
  • 11:50:36 <BenjaminR> thanks in advance
  • 14:46:12 <Guest|82074> Hi
  • 14:46:25 <nimius|thephpjo> Hi
  • 14:46:38 <Guest|82074> I need help with VHS extension
  • 14:46:49 <Guest|82074> Git release
  • 14:47:29 <Guest|82074> How can I set viewhelpers to render tags in html5 format?
  • 14:47:29 <nimius|thephpjo> k… i personally never used it. You will have to wait till one of the devs replies
  • 14:48:32 <Guest|82074> Okay
  • 14:48:34 <Guest|82074> thank you
  • 14:52:36 <xaver> Guest|82074: what do you mean?
  • 14:54:09 <xaver> hi andreaswolf :)
  • 14:57:27 <irnnr> hey there
  • 14:57:51 <irnnr> in custom content elements, can I access fields from tt_content?
  • 14:59:00 <BenjaminR> irnnr: fx like this: {v:content.info() -> v:var.set(name: 'record') -> f:else() -> f:if(condition: record)}
  • 14:59:01 <FT3BOT1> ¯\_(ツ)_/¯
  • 15:00:05 <BenjaminR> and then {record.header} fx
  • 15:00:33 <feelx> hey! When I have a flux.form with three sheets. Can I access values selected in sheet1-field.select box directly in sheet2? I need them to render in BE either two or three tabs (=flux-sheets)
  • 15:01:11 <irnnr> ok, why do I need the if/else in there?
  • 15:01:38 <BenjaminR> sry - you dont need - its a special use case i have
  • 15:05:09 <irnnr> ok, just tried it, but fluid complains that there's no content.info view helper, which after checking, is correct...
  • 15:05:16 <irnnr> there's one for page.info though
  • 15:05:54 <andreaswolf> hi xaver
  • 15:07:19 <irnnr> turns out, it's a lot simpler. Everything's there in {record} already
  • 15:17:01 <BenjaminR> irnnr: v:content.info is a EXT:vhs viewhelper.
  • 15:19:37 <BenjaminR> irnnr: you use fluidcontent_core?
  • 15:20:07 <irnnr> I use fluidcontent, fluidpages, and vhs
  • 15:20:46 <irnnr> vhs v1.9.1
  • 15:20:48 <BenjaminR> i guess it became global for fluidcontent some time ago
  • 15:21:03 <BenjaminR> talking about the record var
  • 15:21:17 <BenjaminR> there are cases where its not available by default - then use v:content.info
  • 15:21:54 <BenjaminR> it will be available with 2.0 - http://fluidtypo3.org/viewhelpers/vhs/development/Content/InfoViewHelper.html
  • 15:22:01 <irnnr> ah!
  • 16:14:46 <feelx> hmm.. I m still trying to render 3 flux-sheets in use of v:switch / case... But only the LAST sheet is rendered... why?
  • 16:14:55 <feelx> here is a snippet: https://gist.github.com/anonymous/768f09b9ff3f67950ec1
  • 16:15:34 <feelx> if case is true - only TAB3 is generated (not the first and the 2nd one)
  • 17:34:18 <Guest|82074> Hi xaver
  • 17:35:26 <Guest|82074> I mean, I need to let vhs render <link rel="stylesheet" href="..."> instead of <link rel="stylesheet" href="..." /> when using asset helper
  • 17:46:16 <Guest|48648> I was dropped
  • 17:46:29 <Guest|48648> I've asked about VHS and html5 rendering
  • 17:55:20 <xaver> Guest|48648: second wayis in HTML5 and cleaner
  • 17:55:42 <xaver> every Tag should be closed in XML
  • 18:02:25 <Guest|48648> when I include css using typoscript - it renders it without closing tag
  • 18:16:05 <xaver> maybe2
  • 19:44:16 <soee> ping