09:13:36 <jmverges> you are right, is not a fedext, however this room is always active :P
10:40:08 <rosieres> v:content.render does not let me access certain fields -> <v:content.render limit="8" pageUid="{settings.footerContentUid}" as="ce">
10:48:12 <jmverges> hey mates, I need to create a Custom form element, however https://fluidtypo3.org/documentation/templating-manual/advanced-provider-extensions/custom-form-objects/creating-components.html is empty
10:48:34 <jmverges> soee, gbod , NamelessCoder , anyone? some example code
10:49:47 <gbod> jmverges: Stop these direct mentions!
14:40:13 <rosieres> hans_ if you look into MainPage.target with debug you should see it is empty . . . so you make an if confition on url field
14:40:57 <rosieres> hans_ ql: just crosschecked. Bute here target is empty :-)
15:00:43 <rosieres> I am in a partial. Is it possible to pass an argument to access content elements fiels? If I pass {_all} there is an record array but this is the original page array. And my <v:content.render limit="8" pageUid="{settings.footerContentUid}" as="ce">
15:12:36 <braguzz1> fluidtypo3 is fully compatibile with speciality ext?
15:13:23 <braguzz1> in my experience with speciality and 6.1
15:13:55 <braguzz1> everything is working but I have had many problems to upgrade to 6.2
15:14:23 <rosieres> braguzz1: https://github.com/Ecodev/typo3-cms-speciality-distribution is you friend -> watch iddsue tracker and commits .... then you are up to date. I've never used it as I do homebrew
15:15:41 <braguzz1> mmm there are many issues. someone use it?
15:19:50 <rosieres> braguzz: https://github.com/bootstraptheme-for-typo3/fbtpackage seems to be common and maintained
15:23:41 <braguzz1> mmm thanks I'll take a look, thanks again
15:23:58 <jmverges> does anybody know how could I get in FLUX a link selector?
16:21:00 <jmverges> what is wrong with this: <v:tag name="{settings.iconElement.tag}" class="{settings.iconElement.class} {settings.iconElement.size}"></v:tag>?
16:37:18 <rosieres> this is what it is used in other cases. Perhaps you start with entering string values - if your ouput is ok move to variable inserts <f:debug>{settings}</f:debug> is a goo friend
18:50:05 <jmverges> xaver, I'm restarting in Windows the other computer
20:27:20 <rosieres> It try to get a certrain field of a content element. I am doing it within a partial section, which is called with all arguments for testing. Namespaces Are declared in Partial, Layout and Page. I only get an array with strings, not a subarray or something like that. -> {v:content.get( limit:"8",pageUid:"{settings.footerContentUid}" -> v:variable.set(name="content")} a hint from cedric was to try something like {v:content.get( limit:"8",p
20:27:22 <rosieres> ageUid:"{settings.footerContentUid}" -> v:variable.set(name="content")} -> but unfortunately this is only throws as plain output. Any suggestions?