You could create a custom filegroup type, essentially being dmFile except for multiple files. This would be (relatively) simple as you could simply copy and adapt dmFile. When you navigate to an item in the browser (/index.cfm?objectid=xxx) the /packages/types/_dmFile/display.cfm is used to display it, so you change that file to provide the interface you require.
Blair On 3/6/07, Hoolahawk <[EMAIL PROTECTED]> wrote: > > > Hi, > > Our site's document library has multiple files types (pdf, word etc) > for most documents, i.e. one title, summary etc but the different file > type associated with each. > > If we display a list of files we dont want to display repeat titles > but rather the one title that goes through to another page that > displays the summary and also info about each file type associated > with that title summary etc > > ( see example > > http://farcry-dev.googlegroups.com/web/example.gif?gda=6-qBWTwAAACazmjTcM3z9abpZQynn8KZRIfD2O0NOfoDX9Dnq-KMGGG1qiJ7UbTIup-M2XPURDTzxvkph9vg89cAux8g1Nnu > ) > > I thought about using a reference table to assoiate each file and > changes dmFile.cfc. > > We are happy to do this another way if there is better solution, has > anyone dealt with this before? > > Kind Regards > > David > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
