Yes and Yes. I changed the default dmImage.cfc (located in my projects \packages\types) from this <cfcomponent extends="types" displayname="Image" hint="Image Media" bUseInTree="1"> to this: <cfcomponent extends="farcry.core.packages.types.types" displayname="Image" hint="Image Media" bUseInTree="1">. I update the app with every change. And the Medial Library is still looking in \farcry\core\packages\types. Any other ideas, please?
On May 5, 6:49 pm, Blair McKenzie <[email protected]> wrote: > Did you remember to do an updateapp after the changes? > > Blair > > On Wed, May 6, 2009 at 6:17 AM, Michelle > <[email protected]>wrote: > > > > > Hi - I am trying to extend the Media Library images to include more > > fields such as image license, purchase date, etc to make the Image > > Gallery more robust. > > I have done this by copying dmImage.cfc and the _dmImage folder to > > packages/types . I have made my additions and changes to dmImage.cfc, > > but the Media Library is still calling the core dmImage file. What > > can I do to call my modified file? And do I need to do anything or > > copy any other files? Note I do not want to do this in the FarCry > > folder because it will affect the other projects. Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~---
