07:27:58 <Momodedf> there is a small discussion here
07:30:25 <Momodedf> oops content.get i mean at 14:57
07:37:38 <rosieres> Momodedf: Not in my case. Record is in my case the page object although it's unwanted. Even if I do {v:content.get(pageUid:'{settings.footerContentUid}') -> v:variable.set(name: 'foo') -> f:else() -> f:if(condition: foo)}
08:06:13 <rosieres> Momodedf: last question on this -> Whats the correct syntax on this as inline? -> {v:content.get(pageUid:'{settings.footerContentUid}',render:0) -> v:variable.set(name: 'foo') ->f:for(each:foo, as:'bar')}
08:38:25 <rosieres> Momodedf: a tip for correct inline usage at my one ? -> {v:content.get(pageUid:'{settings.footerContentUid}',render:0) -> v:variable.set(name: 'foo') ->f:for(each:foo, as:'bar')}
08:45:34 <rosieres> -> get: ViewHelper for fetching a random content element in Fluid page templates -> should work for FE output - no matter inf FCE or not
08:54:46 <jmverges> looks like was thought for page columns
08:55:09 <jmverges> not the pastebin code, the vhs code
08:56:58 <rosieres> https://fluidtypo3.org/viewhelpers/flux/master/Grid/ColumnViewHelper.html -> you can push any grid column to a colPos . . . if wanted. 0-4 is quite taken from CMS ... rest nearly free
09:02:19 <rosieres> The point is that the content elements that you place into the grid column can do have a colpos. So was my thought you can use the v:content.random.render
09:03:30 <jmverges> I understand, sounds logical, however I had a similar problem the other day
09:52:10 <vizArt> Im unable to get the "settings" parameter from module configuration ... only if i place a template with this settings at page with uid 1
09:54:12 <vizArt> ... ok there are differences between TYPO3 getCurrentPageId to the flux getCurrentPageId ... TYPO3 returns: $this->currentPageId and flux $this->currentPageUid
11:13:46 <jmverges> Do you know about News extension? It has a fancy Tag selection where you can create a new one on the fly. So, I would like to implement the same for tt_content section_frame
15:23:27 <Guest|95024> Hi, i'm using fluidcontent and fluidbackend to provide some quite simple modules. Now i have the problem that for some elements typo3 backend takes up to 500+MB of RAM on client, as soon as in backend a page with some of those elements are loaded. I did not find any obvious problem in template. Are there any known things regarding those extension w
15:23:27 <Guest|95024> hich could cause that? (extensions: develop versions from git, typo3: 6.2.5)
17:39:55 <Guest|1812> Hi, i have a problem using the actual version of fluidcontent. BE mask of new created fce ignores flux configuration, only shows one input field "the title"
17:46:10 <Guest|1812> here is my fce_test.html: https://gist.github.com/semuc/4686b9f6ac090e967dbc
17:50:49 <bjo3rn> Guest|1812 I'm not sure about the underscore in the form's id
17:51:50 <bjo3rn> and please set flux' debug mode to '2'. maybe this will reveal something.
17:54:11 <Guest|1812> removed the underscore in id, set debug mode to 2 (was already 1), uploaded file and cleared all cache ... no difference, only got one input field labled with "The Title:"
17:54:51 <bjo3rn> where does 'the title' come from?
18:17:06 <ilCerchiari> Hi, i've just updated a website to TYPO3 6.2.6 with all the latest TER version of fluidtypo3 stack (flux, vhs, fluidcontent, fluidpages). I now encounter an error only if I'm not logged into backend. Th error is:#1225709595: Template could not be loaded. I tried "[...]/typo3conf/ext/fluidpages/Resources/Private/Templates/Page/Default.html" . Any cl
18:27:27 <ilCerchiari> Anyone knows why fluidpages seems to try calling fluidpages/Resources/Private/Templates/Page/Default.html only when not logged into backend?
20:02:06 <jmverges> good night mates, how is going?