IRC logs

20140902

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

IRC log range: 20140902*

20140902

  • 00:32:29 <NamelessCoder> some extra usability for your editors :)
  • 09:17:52 <batjony> guys, i have created a custom page type (doktype), is there a way automatically to set specific page template for pages with this doktype ?
  • 10:25:31 <batjony> bjo3rn: do you have idea ? :)
  • 10:27:43 <batjony> mrboe: what about you ? :)
  • 10:38:29 <mrboe> whats up
  • 10:39:51 <batjony> :) trying to find a solution to my question above :)
  • 10:42:57 <batjony> mrboe: do you know something about it, is it possible ?
  • 10:49:19 <mrboe> sorry never tried
  • 10:49:57 <batjony> mrboe: k do you know if I can set page template per sys folder ?
  • 10:51:00 <mrboe> in FBT there is a possibility to set page settings via TS
  • 10:51:05 <batjony> because this is also something which will do the job for me, if I can set a template for particular sys folder, then all pages inside it will inherit it, which is also fine
  • 10:52:28 <mrboe> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Configuration/TypoScript/Settings/constants.txt
  • 10:53:33 <batjony> 10x, i saw them, but dont see such option
  • 11:40:56 <anhadikal> hi all
  • 12:32:30 <jloew> Hello everyone, I'm using vhs 1.9.1 on Typo3 6.2 and am trying to figure out, how to get Content Sliding to work. I've read discussions about removing the slideCollect attribute, but can't seem to figure out how to set it up correctly. Can u help me?
  • 12:32:58 <jloew> vhs 1.9.1 is a ter release
  • 13:13:17 <Guest|6505> Hi! How can I set and use a variable in a Fluid partial?...
  • 13:13:42 <Guest|6505> By instance I tried: <v:var.set name="x" value="{images->'aaa'}" /><f:debug>{x.images}</f:debug>
  • 13:13:43 <FT3BOT1> ¯\_(ツ)_/¯
  • 13:14:02 <Guest|6505> but x.images is NULL not 'aaa'
  • 13:16:35 <Guest|6505> I tried also: <v:var.set name="x" value="aaa" /><f:debug>{x}</f:debug>
  • 13:16:36 <FT3BOT1> ¯\_(ツ)_/¯
  • 13:17:07 <Guest|6505> x is still NULL, so I guess that I don't get how to use the set viewhelper
  • 13:20:43 <BenjaminR> Guest: value="{images: 'aaa'}"
  • 13:21:17 <BenjaminR> Advanced: value="{images: {test: 'aaa'}}"
  • 13:38:40 <batjony> hi BenjaminR
  • 13:39:34 <batjony> do you know how can I set a page template for particular doktype
  • 13:39:50 <BenjaminR> no
  • 13:39:56 <BenjaminR> and hi :)
  • 13:40:04 <batjony> ok np :)
  • 13:41:14 <batjony> NamelessCoder: do you have idea, i saw http://fluidtypo3.org/documentation/templating-manual/templating/using-templates/selecting-page-templates.html#special-page-types, but its not actually what I need
  • 13:42:49 <batjony> the idea is, for example all pages with doktype 177 to have page templates Templates/Page/blabla.html
  • 14:35:12 <xaver> mrboe: i saw the ticket - i will take a look in next days
  • 14:35:26 <mrboe> the FBT
  • 14:35:34 <xaver> yes
  • 15:13:52 <Kaimane> Hi guys. How to check if <flux:content.render area="content" /> is not empty? Would like to wrap that but only if content is not empty. Could you give my a hint?
  • 16:23:00 <xaver> Kaimane: <f:if condition="{v:content.render( column: '1')} != ''">
  • 16:23:00 <FT3BOT1> ¯\_(ツ)_/¯
  • 16:23:15 <xaver> you mean somthing like this?
  • 16:43:23 <Kaimane> xaver: my solution is <f:if condition="{flux:content.render(area: 'content')}"> and works great. Simple as it is. But thanks a lot for your support.
  • 16:43:24 <FT3BOT1> ¯\_(ツ)_/¯
  • 16:45:22 <Kaimane> but i have another question. I defined a <flux:field.file name="settings.thumbnailImageFile" ... />. In BE it will be rendered with <v:media.image src="{settings.thumbnailImageFile}" alt="{settings.thumbnailImageAlt}" width="100" />. But in FE I got the message "Could not get image resource for "".
  • 16:53:37 <Kaimane> okay, now image is rendered. but it only works when I remove the "settings." prefix. why?
  • 17:12:53 <xaver> Kaimane: use a clear name and no . separation
  • 17:16:56 <Kaimane> xaver: okay I did. Removed "settings." for all fields and now everything is working correctly.
  • 17:20:56 <xaver> :9
  • 17:42:03 <mikem_ch> hey.. i use fluidbootstraptheme... the extension installs but after installation nothing happens... no pagetree is imported... am i doing something wrong?
  • 17:42:41 <mikem_ch> is there some sort of install script i have to run?
  • 17:46:16 <mikem_ch> sorry... it works now... forgot to add the ts template :-)
  • 18:18:35 <Guest|27909> Hi!!! Please, is with Fluid possible to wrap a <f:link> around a tag only if a condition is met?
  • 18:18:36 <FT3BOT1> ¯\_(ツ)_/¯
  • 18:20:54 <xaver> crate a if else?
  • 18:20:57 <xaver> create
  • 18:23:24 <Guest|27909> no sorry, I wasn't clear... this is what I need to achieve http://pastebin.com/km0NwdAH
  • 18:23:52 <Guest|27909> wrap a link around a cObj only if a condition is met
  • 18:24:51 <Guest|27909> indeed in the pastebin example the tags are not properly nested... but I don't know how to do it
  • 18:25:42 <Outdoorsman> <f:if condition=""><f:then><f:link.external uri="">Linked text</f:link.external></f:then><f:else>Plain text</f:else></f:if>
  • 18:25:43 <FT3BOT1> ¯\_(ツ)_/¯
  • 18:26:42 <Outdoorsman> Ahhh you posted more before I finished.
  • 18:27:05 <Guest|27909> sure Outdoorsman... but I would like to not repeat the code of the cObject
  • 18:31:55 <Outdoorsman> Not sure what you're asking... I have to run but maybe someone else can pick up where I left off.
  • 18:32:52 <Guest|27909> What I need to do in Fluid is to wrap a link around a cObj only if a condition is met
  • 20:36:45 <featdd> Good Evening :-)
  • 20:45:09 <randomresult> hi there
  • 20:45:35 <randomresult> anyone can help me with a browse-menu?
  • 22:59:45 <xaver> browse menu?