Hi Blair, Sorry I should have explained myself a little better. I didn't change the DB directly. What I did was:
copied the dmHTML.cfc to /<my application>/packages/types/ folder and also all the contents of _dmhtml folder from the core to a _dmhtml subfolder in /<my application>/packages/types/. In the dmHTML.cfc file I modified line 21 to be: <cfcomponent extends="farcry.farcry_core.packages.types.types" displayname="HTML Page" hint="Forms the basis of the content framework of the site. HTML objects include containers and static information." bSchedule="1" bUseInTree="1" bFriendly="1"> and added the following: <cfproperty name="displayPageindex" type="boolean" hint="blah" required="no" default="0"> I also modified the _dmHTML/edit.cfm and display.cfm files along the lines mentioned in the Wiki for creating custom types. stepDir etc. I'm assuming it's the last part that I have stuffed up. I might wipe the install and have another crack at it tonight. Cheers Mark --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
