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?
CGKalender extra field
Re: CGKalender extra field
The tag should read:
WARNING: When you've created a customfield named Plaats, you should write the code with a capitol first letter too
Code: Select all
{$event.fields.plaats}
Make your community a better place!
-
- Forum Members
- Posts: 57
- Joined: Mon Mar 23, 2009 11:35 am
Re: CGKalender extra field
Thanx!
--Solved--
--Solved--