On Oct 22, 10:20 am, "Michael Sammut" <[EMAIL PROTECTED]> wrote: > I am using FarCry 4-0-8 > > Here is my code: > /packages/types/dmEvent.cfc > > <cfcomponent extends="farcry.core.packages.types.versions" > displayname="Events"> > <!--- new profile property ---> > <cfproperty name="maxRSVP" type="numeric" hint="max value rsvp for this > event" required="no" default="0" ftlabel="Max RSVP" ftfieldset="Event > Overview" ftwizardStep="General Details" ftseq="7" > > <cfproperty name="linkRSVP" type="string" hint="add rsvp link to display" > required="no" default="0" ftlabel="Link RSVP" ftfieldset="Event Overview" > ftwizardStep="General Details" ftseq="8" > > <cfproperty name="endDateRSVP" type="date" hint="date to remove rsvp link" > required="no" default="" ftlabel="End Date RSVP" ftfieldset="Event Overview" > ftwizardStep="General Details" ftseq="9" > > > I have even tried it with bringing over the core and system properties into > the extended type as well.
You will need to extend: farcry.plugins.farcrycms.packages.types.dmevent You have to reach out to the thing you want to extend, otherwise you'll just end up with a new content type that *overrides* the existing one... which is also desirable sometimes, but perhaps not at this time ;) Does that help? -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
