I believe (I say that because I don't really know for sure) that you can overwrite the type. Basically, you could copy the core type (like dmNews) and any associated files to your project directory (project_name/packages/types). Once it's there, edit the main CFC for that type. Then, change what it extends. By default a type that does versioning should extend ...packages.types.versions. Change that to ...packages.types.types and it should remove the versioning.
The ... refers to your farcry path. In FC3 it was farcry.farcry_core.packages.types.versions. In FC4 I believe it is farcry.core.packages.types.versions. Good luck. -Jake -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of schlub Sent: Monday, December 17, 2007 7:50 PM To: farcry-dev Subject: [farcry-dev] Re: Versioning of containers? How do you turn versioning on/off (for any items)? Cheers, schlub No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.503 / Virus Database: 269.17.4/1187 - Release Date: 12/16/2007 11:36 AM No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.503 / Virus Database: 269.17.4/1187 - Release Date: 12/16/2007 11:36 AM --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
