IRC logs

20160325

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

IRC log range: 20160325*

20160325

  • 11:22:29 <Guest|98924> hi there, i got a problem rendering iamges in 7.6
  • 11:22:31 <Guest|98924> <f:if condition="{object.mediaelement.image}">
  • 11:22:31 <Guest|98924> <div class="image-wrapper">
  • 11:22:31 <Guest|98924> <f:format.html>{object.mediaelement.image}</f:format.html>
  • 11:22:31 <Guest|98924> <f:if condition="{object.mediaelement.text}">
  • 11:22:31 <Guest|98924> <div class="overlay">
  • 11:22:32 <Guest|98924> <f:format.html>{object.mediaelement.text}</f:format.html>
  • 11:22:32 <Guest|98924> </div>
  • 11:22:33 <Guest|98924> </f:if>
  • 11:22:33 <Guest|98924> </div>
  • 11:22:34 <Guest|98924> </f:if>
  • 11:23:13 <Guest|98924> in frontend just the path of image is shown
  • 11:23:40 <Guest|98924> can someone help?
  • 11:43:44 <Guest|98924> ok, got it:
  • 11:44:06 <Guest|98924> seems that images have to be rendered like this
  • 11:44:08 <Guest|98924> {f:image(src: object.mediaelement.image)}
  • 11:44:52 <Guest|98924> and iframes should be parsed with format.raw like this:
  • 11:44:53 <Guest|98924> <f:format.raw>{object.mediaelement.iframe}</f:format.raw>