[SOLVED] no customfields with CGCalendar 1.11.4.1
Posted: Sat Nov 09, 2013 7:22 am
using {$event.fields.fieldname} customfields don't show in the website. In the page source I find a strange triple call
instead of
Switching back to CGCalendar 1.10.4 solved the problem.
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 -->
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 -->