The way I would think of doing it would be extending the dmHTML type in your project folder to include a "PublishStart" and "PublishEnd" date, along with a boolean to check whether to use this or not (you could probably just copy/paste these from dmNews, changing only wizard sections). So your pages wouldn't be a new type, they would just be improved versions of the base, and so you wouldn't need to reclassify, only add the relavant dates to each page (or a default date if you want).
That's just a start though, as you would probably also need to extend/rewrite the showPageStandard.cfm webskin (to check whether the page should have been published, and if not put you back where you were after a message) and the genericNav tag to only show those pages which have been published (maybe at the same time it checks for draft pages. So there's several things you'd have to change, but I don't see why its not possible. Tomek On Fri, Nov 7, 2008 at 6:24 AM, Marco van den Oever < [EMAIL PROTECTED]> wrote: > > I have not yet checked the functionality of the news or events content > types, but it must be possible to take that functionality and then > with your own developer creativity create additional functionality > which allows you to set and change all publishing dates for that type. > > I think it is also possible to just use the news content type and > based on a certain category trigger additional functionality, that > would be even better as it requires less work by also using the > existing possibilities. > > As i see now with developing my first plugins etc with Farcry, > everything is possible, always check on how you can most use the > existing framework and functionality, else create it yourself. > > Can't pinpoint 1,2,3 how to do so, but i believe it's possible. > > On Nov 7, 10:47 am, "Alan Deans" <[EMAIL PROTECTED]> wrote: > > How easy would it be to apply scheduled publishing to all pages, if this > > means classing them as a new content type? > > > > Thanks > > > > On Thu, Nov 6, 2008 at 11:36 AM, ad1 <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > I have some questions about farcry if anyone can help. > > > > > Is it possible to schedule the publish of a page? > > > > > Is it possible to send a page to be approved to a specific user rather > > > than a group? > > > > > Thanks > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
