Page 1 of 1
[SOLVED] Calender Custom Fields
Posted: Tue Oct 09, 2007 12:51 pm
by Signex
Anyone know what parameters are needed to call a custom field in the calender templates?
I`ve tried this patch (
http://dev.cmsmadesimple.org/tracker/in ... 0&atid=159) and the db tables are created right but I cant find a way to call the custom fields for displaying.
Thanks
Re: Calender Custom Fields
Posted: Wed Oct 10, 2007 2:26 pm
by codepoet
That a look at he module help screen, which contains the text:
Custom Fields
It is possible to define a number of custom fields to associate with each event using the Fields tab in the admin. Once one or more fields has been defined the values of that field for each event can be set using the events tab in the admin. These field values can be rendered using a template using the syntax event.fields.fieldname. Hint - insert {debug} into your template see all the data passed to the template.
Re: Calender Custom Fields
Posted: Wed Oct 10, 2007 4:38 pm
by Signex
ahhh, it isnt in my help screen, but now i checked translations.cmsmadesimple.org, and that part isnt in the DUTCH translations, so thats why i couldnt find it !
Thank you very much
Re: Calender Custom Fields
Posted: Thu Oct 11, 2007 7:46 am
by Signex
sorry completely forgot, will add a [solved] now
