On Jun 10, 10:45 am, West <[email protected]> wrote: > I have a custom content type and I have a webskin in this folder: > > \projectname\webskin\MyCustomContent\displayPageStandard.cfm > > I created a basic HTML page in FarCry, but how can I get this new HTML > page to use this "displayPageStandard.cfm" file vs. the one in my > dmHTML directory? > > I see a drop down for Page Layout when I edit the HTML page in FarCry, > but I don't see where I can use a different webskin. > > I must be missing something simple.
dmHTML is itself a content type. It will only see views that are placed in the ./webskin/dmHTML/ folder (and also views it inherits from core, abstract classes and/or plugins). I think what you are trying to do is display your custom content type with its own view. In this instance you need to first create some content items, then render an item with the relevant view. You can do this from the preview button in the webtop overview for your content type (assuming you have created one). Or alternatively you can refer to the content item by convention on the URL: http://mysite.com/MyCustomContent/UUID The relevant course notes for this sort of thing are here: https://farcry.jira.com/wiki/display/FCDEV60/UNIT+05+-+Content+Types https://farcry.jira.com/wiki/display/FCDEV60/UNIT+07+-+Webskins+II Hope that helps, GB Daemonite -- 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
