Baz, I got your email but couldn't respond. I kept getting a 500 error so here's my response:
Here's the component declaration line from dmLink.cfc: <cfcomponent extends="farcry.core.packages.types.types" displayname="Link" hint="A way of linking to external pages" bSchedule="true" bUseInTree="true" bFriendly="true" bObjectBroker="true"> Notice, bUseInTree="true" So, in your project folder in packages, types, add a dmLink.cfc and do this: <cfcomponent extends="farcry.plugins.farcrycms.packages.types.dmLink.cfc" bUseInTree="false"> </cfcomponent> You literally shouldn't need anything else. Let me know if that helps. _____ Jake Churchill Team Leader 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jake Churchill Sent: Thursday, March 06, 2008 8:36 AM To: [email protected] Subject: [farcry-dev] Re: Removing unwanted Admin options You should be able to do that by extending the content type you want to remove and adding bUseInTree="0" There might be another way to do this in version 4 but this should still do the trick. _____ Jake Churchill Team Leader 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of BazD Sent: Thursday, March 06, 2008 8:17 AM To: farcry-dev Subject: [farcry-dev] Removing unwanted Admin options Hi folks I would like to remove some of the navigation options within the "content" section. In particular, some of the items beneath "content type:", such as Links and Facts , whilst keeping the News and Events buttons. Can this be done ? Cheers B No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.21.5/1314 - Release Date: 3/5/2008 6:38 PM No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.21.5/1314 - Release Date: 3/5/2008 6:38 PM No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.21.5/1314 - Release Date: 3/5/2008 6:38 PM No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.21.5/1314 - Release Date: 3/5/2008 6:38 PM --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
