IRC logs

20141229

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

IRC log range: 20141229*

20141229

  • 10:27:48 <jmverges> good morning mates
  • 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?
  • 10:59:22 <jmverges> config.baseURL = http://mysite.com/
  • 11:07:46 <Guest|62207> Hello
  • 11:08:00 <Guest|62207> I need your help
  • 11:08:20 <Guest|62207> i have blank space in my html dom
  • 11:08:31 <Guest|62207> before html tag
  • 11:08:41 <Guest|62207> when i use fluid template
  • 11:09:01 <Guest|62207> how to remove it ?
  • 11:11:06 <Jazz> yes, baseURL is set. realurl is working for the whole page except for my flux field.
  • 12:02:15 <totolehero> hello ?
  • 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:50:33 <braguzz> so I stop to think at it! ;)
  • 12:55:15 <soma> this might be related: when using fluidcontent_core other extensions like fluidcontent_bootstrap have no output in the frontend anymore
  • 12:56:57 <braguzz> so no way! arghhh
  • 12:57:47 <soma> not sure, i'm still experimenting with fluidcontent_core
  • 12:58:27 <braguzz> no please dont tell me not sure!! ;)
  • 13:02:26 <soma> hey, found the answer to your question: https://github.com/FluidTYPO3/fluidcontent_core/issues/121 ;)
  • 13:03:56 <braguzz> hihi thanks
  • 13:05:29 <braguzz> next question is: how many extensions use cc_styled and I cant use? :(
  • 13:06:25 <braguzz> so I cant render an image without css_styled_content
  • 13:19:41 <braguzz> it seems impossible
  • 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?