For photoblogs users.. it is good to upload a bunch of images at once but let the system to publish them one by one each day so you don't have to come back and upload another photo each day. Let cron do that for you. Combining Imagefield import module with Scheduler could be a great solution. http://drupal.org/project/scheduler
We only need to add scheduler publish date information from Imagefield import module. By default could be one picture each day but it would be awesome to have a configurable period between images.
What do you think?

Comments

vordude’s picture

Status: Active » Postponed (maintainer needs more info)

It's outside of the scope of what I build the module for.

Forgive my ignorance of the Scheduler module. It needs more data in the Node object? How does it queue up nodes for "scheduled stuff"?