On my site some news have "event date" field. This field is created by cck "date" field. And I want to make "calendar" page, but my news must be grouped by "event date" field (not by node->created).

I "hacked" archive.module (function _archive_query, _archive_years, _archive_months, _archive_days), but I think that it's good idea to add such feature to module... e.g. add page to admin/settings where admin can select nodes type + date field.

Comments

Susurrus’s picture

Could you contribute a patch against 1.3 that adds this functionality?

Susurrus’s picture

Status: Active » Closed (won't fix)

I don't really think that this is an important enough feature to add for all users. I'm sure most nodes should be browsed by their 'post' date. Since it seemed easy enough to hack it to do this, I'm going to leave this as-is unless more people express interest.