Page 1 of 1

[SOLVED] no customfields with CGCalendar 1.11.4.1

Posted: Sat Nov 09, 2013 7:22 am
by staartmees
using {$event.fields.fieldname} customfields don't show in the website. In the page source I find a strange triple call

Code: Select all


<!-- afbeelding 320 x 240 -->
<img src="a" width=320" height="240">
<img src="3" width=320" height="240">
<img src="h" width=320" height="240">
<!-- afbeelding 320 x 240 -->

instead of

Code: Select all


<!-- afbeelding 320 x 240 -->
<img src="http://www.scheldeschorren.be/cms/uploads/images/nieuws/320x240/winter-in-lillo-320x240.jpg" width=320" height="240">
<!-- afbeelding 320 x 240 -->

Switching back to CGCalendar 1.10.4 solved the problem.

Re: no customfields with CGCalendar 1.11.4.1

Posted: Sat Nov 09, 2013 12:29 pm
by velden
Very quick tests confirms this behaviour on a test site. It is an upgraded version of CGCalendar.

Bug report