Page 1 of 1

CGKalender extra field

Posted: Thu Feb 25, 2010 6:13 pm
by bullitshot
I have CGKalender installed, the newest version.

I have created an extra field called: plaats

On the website I show the list of a complete year. standard it says the date and some text. I want the extra field called plaats also there in the list.

I've tried it like:

{event.plaats} or {plaats} but that does not work.

How should the tag be?

Re: CGKalender extra field

Posted: Thu Feb 25, 2010 6:42 pm
by M@rtijn
The tag should read:

Code: Select all

{$event.fields.plaats}
WARNING: When you've created a customfield named Plaats, you should write the code with a capitol first letter too

Re: CGKalender extra field

Posted: Thu Feb 25, 2010 7:29 pm
by bullitshot
Thanx!

--Solved--