First, you shouldn't be adding or changing anything in core. Doing that will make it a nightmare to update FarCry in the future when bug fixes and enhancments are released. Everything should be in your project (or a plugin).
Also, deploying a type does not automatically add anything to the webtop. You will need to add an item to the webtop xml in your project pointing to a custom admin you have writting. The webtop section<http://docs.farcrycms.org/display/FCDEV50/UNIT+09+-+The+Webtop>of the Developer's Guide should cover everything you need. In fact I'd recommend running through the entire Developer's Guide before beginning development on your own application. It covers the main features and functionality available to developers, and presents a starting point for "best practice" FarCry development. Blair On Fri, May 22, 2009 at 8:00 PM, Phil Kemp <[email protected]> wrote: > > > Greetings, > > I have made a new content type for my application using the file > /core/packages/types/dmProjects.cfc > > I've deployed the property and reloaded the application several times, but > it's just not appearing on the Content Tab where I'm expecting it to be! Is > there anything else I have to do before I can see it? There's nothing in > the > permissions list that mentions my project type, does that matter? > > I'm running 5-1-1 on Oracle. > > Cheers, > Phil > -- > View this message in context: > http://www.nabble.com/Where%27s-my-custom-content-type--tp23667623s621p23667623.html > Sent from the FarCry - Dev mailing list archive at Nabble.com. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
