IRC logs

20140622

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

IRC log range: 20140622*

20140622

  • 13:25:30 <benjamin_654> I just updated fedext extensions to HEAD of development and got the error: "Could not analyse class …. Var/Set/ViewHelper .." (In the backend, i used this vh in the preview section). I did clear all caches multiple times. The only way to get it working was to rename var -> variable. Is this a bug?
  • 13:26:13 <pedda> ?
  • 13:26:22 <pedda> fedext extensions?
  • 13:26:34 <pedda> you're talking about the whole bunch of tools?
  • 13:26:38 <benjamin_654> jep
  • 13:26:48 <pedda> Var/Set/Viewhelper -> vhs related
  • 13:26:52 <benjamin_654> yes
  • 13:27:17 <pedda> if this is the viewhelper you're using: https://github.com/FluidTYPO3/vhs/blob/development/Classes/ViewHelpers/Variable/SetViewHelper.php
  • 13:27:19 <benjamin_654> i know the commits, but i thought it should be backwards compatible
  • 13:27:46 <pedda> your code should contain sth. like: {v:variable.set(name:
  • 13:28:15 <pedda> well
  • 13:28:27 <benjamin_654> never mind, got it running (:
  • 13:28:35 <pedda> k
  • 13:28:37 <pedda> :)
  • 15:34:44 <xaver> hi
  • 16:16:06 <erredeco> Hello I don't know if it is possible to follow a topic which I asked for yesterday...I'll do a recap :)
  • 16:16:50 <erredeco> My goal: given a pagetree like this:
  • 16:16:52 <erredeco> page 1
  • 16:16:52 <erredeco> page 2
  • 16:16:52 <erredeco> page 21
  • 16:16:52 <erredeco> page 22
  • 16:16:52 <erredeco> page 3
  • 16:17:24 <erredeco> I want to build a 1st-level menu (page1, page2, page3) and a 2nd-level menu (submenu, page 21, page 22)
  • 16:18:45 <erredeco> The pages with the 2nd-level menu should have a different HTML code (because menu is present, I mean they have 2 columns)
  • 16:18:54 <erredeco> so far:
  • 16:19:26 <erredeco> 1. I built a Menu.html partial where I put all the menus, as different <f:section>s
  • 16:19:27 <FT3BOT> ¯\_(ツ)_/¯
  • 16:20:03 <erredeco> <f:section name="SubMenu">
  • 16:20:03 <erredeco> <v:page.menu levels="2" entryLevel="1" />
  • 16:20:04 <erredeco> </f:section>
  • 16:20:04 <FT3BOT> ¯\_(ツ)_/¯
  • 16:20:05 <FT3BOT> ¯\_(ツ)_/¯
  • 16:21:16 <erredeco> (what does it mean? You know nothing Jon Snow?)
  • 16:22:59 <erredeco> 2. while in the template file PageTemplate.html I built something like this:
  • 16:23:28 <erredeco> <f:section name="MainWithNavigation">
  • 16:23:29 <erredeco> <div class="column large-4"><f:render section="SubMenu" partial="Menu"/></div>
  • 16:23:29 <FT3BOT> ¯\_(ツ)_/¯
  • 16:23:29 <erredeco> <div class="column large-8"><v:content.render column="0" /></div>
  • 16:23:29 <erredeco> </f:section>
  • 16:23:29 <erredeco> <f:section name="MainWithoutNavigation">
  • 16:23:29 <erredeco> <div class="column large-12"><v:content.render column="0" /></div>
  • 16:23:29 <erredeco> </f:section>
  • 16:23:30 <FT3BOT> ¯\_(ツ)_/¯
  • 16:23:31 <FT3BOT> ¯\_(ツ)_/¯
  • 16:23:32 <FT3BOT> ¯\_(ツ)_/¯
  • 16:23:33 <FT3BOT> ¯\_(ツ)_/¯
  • 16:24:33 <erredeco> the final goal should be:
  • 16:24:34 <erredeco> <f:section name="Main">
  • 16:24:35 <erredeco> <div class="row">
  • 16:24:35 <erredeco> <f:if condition="TESTTHEREISMENU">
  • 16:24:35 <erredeco> <f:then><f:render section="MainWithNavigation" /></f:then>
  • 16:24:35 <erredeco> <f:else><f:render section="MainWithoutNavigation" /></f:else>
  • 16:24:35 <erredeco> </f:if>
  • 16:24:35 <FT3BOT> ¯\_(ツ)_/¯
  • 16:24:35 <erredeco> </div>
  • 16:24:36 <erredeco> </f:section>
  • 16:24:36 <FT3BOT> ¯\_(ツ)_/¯
  • 16:24:37 <FT3BOT> ¯\_(ツ)_/¯
  • 16:24:38 <FT3BOT> ¯\_(ツ)_/¯
  • 16:24:39 <FT3BOT> ¯\_(ツ)_/¯
  • 16:24:40 <FT3BOT> ¯\_(ツ)_/¯
  • 16:33:39 <erredeco> (◞‸◟;)
  • 16:55:40 <xaver> FT3BOT die
  • 17:07:21 <erredeco> ┐( ˘_˘)┌ ?
  • 17:16:04 <xaver> <flux:test >
  • 17:26:41 <erredeco> ? flux:test?
  • 17:31:14 <erredeco> ┐( ˘_˘)┌ I found a very ugly and unsatisfying way to do what I wanted
  • 19:26:37 <ewokhias> Good evening everyone! I'm new to Fluid powered Typo3 and would like to ask how displaying a FAL-image is done. (flux: 7.0.0; vhs: 1.9.1; fluidcontent: 4.0.0)
  • 19:27:22 <ewokhias> In the configuration-section I have a fal-field like "<flux:field.inline.fal name="photo" />"
  • 19:28:12 <ewokhias> And my suggestion was "<f:image src="{photo}" width="85c" height="85c" alt="" treatIdAsReference="1" />"
  • 19:28:12 <FT3BOT> ¯\_(ツ)_/¯
  • 19:43:07 <xaver> i don't know - i used fal only in dev versions.