10:34:10 <Jazz> Good morning everyone! I'm using flux:field.text as rte for one of my content elements and Realurl for my site. But links I add via the mentioned ce do not get rendered by realurl. Any hints on what I might be doing wrong?
10:58:58 <jmverges> do you have configured properly realurl typoscript?
12:38:36 <braguzz> still looking for a way to get cal ext running with fluifcontent_core and without css_styled
12:42:10 <Nurbs> NamelessCoder_: Instead of configuring the body tag in TS I just used config.disableBodyTag = 1 and rendered <body id="{page.uid}" class="{settings.pageClass}"> in my Fluid template. Not as interesting, but way easier.
12:49:12 <braguzz> there is a way to render an image via TS with fluidcontent_core ?
12:50:06 <braguzz> or, pleasse, someone tell me that 'you cant use the ext cal' right now.
12:55:15 <soma> this might be related: when using fluidcontent_core other extensions like fluidcontent_bootstrap have no output in the frontend anymore
13:54:30 <Nurbs> I am trying to use v:page.menu in a layout, but only the v:page.menu-tag is being rendered. Do I need to use {namespace v=...}? Is it possible to use xmlns:v="..." given that there is no wrapping element?