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: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
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?
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
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: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: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: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?