By dshaw on
On my site we're planning to create a daily operations report, probably with its own node type. Ideally when it's created it should automatically get a pathname with the date in it (eg. mysite.com/reports/yyyy/mm/dd). I'd also like each report to have a link to the previous and next one (by date).
The pathname can be sorted using pathauto (I think). Links between reports can be done with CCK - but I've only seen this done manually, ie. the report author has to select the previous report and remember to go back to set the next one.
Does anyone have suggestions on how to automate this? That is, the path and links happen automatically, with no user intervention.