I'm fairly new to using Drupal so please forgive me if this is something simple I'm just not getting.
I've installed the Scheduler and Calendar modules. I'm now trying to create a calendar month view that shows content waiting to be published.
The problem is the scheduler 'publish_on' and 'publish_off' date fields are nowhere to be seen in the "Date Field(s)" section. I'm using these fields to show the node title on the date when the content either goes live or expires.
I would have thought Drupal can do this basic type of stuff -- please don't disappoint me! I've looked at creating relationships between tables etc, but to no avail.
Do I need to write hook code to get around this issue? If so, does anyone have any suggestions (examples to base it off?)
Thanks,
Steve
Comments
I answered my own question...
Finally figured it out.
Here's the solution - hopefully someone else may find it useful...
In scheduler.module, add the following function:
=-=
This might be a nice addition to the scheduler module itself. Please consider creating a patch file and uploading it to an issue over in the issue queue for scheduler.