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
[SOLVED] Calender Custom Fields
[SOLVED] Calender Custom Fields
Last edited by Signex on Thu Oct 11, 2007 7:47 am, edited 1 time in total.
Re: Calender Custom Fields
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.
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
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
Thank you very much