The system I customized in drupal vs 4.7 includes the ability for the administrator to add scheduled actions to each user node. Actions such as send an email to the author would be triggered and sent 15 days prior to the also scheduled unpublish node action and then again 7 days, etc. until the schedule unpublished the node on the accurate date. Granted the administrator had to add these actions to each node by hand, but at least the system worked and the goal was accomplished.

It is time to upgrade to vs. 6.4, but I am not finding a module with this functionality like the drupal 4.7 module 'scheduled actions'.

Does anyone have a suggestion for this functionality in version 6.x? Perhaps I just haven't found the right module.

Thank you for your help in advanced.

Comments

bitsize’s picture

Title: Scheduled Actions for vs 6.x » Scheduled Actions for vers 6.x
Project: Drupal core » Scheduled Actions
Version: 6.4 » master
Component: trigger.module » Code
Priority: Normal » Critical

Just hoping someone may be able to suggest a module (or upgrade this one) that will do what Scheduled Actions does in drupal vers. 4.7 for drupal vers. 6.x.
~Thanks~

paulnem’s picture

I'm guessing we need 2 things done here,

1. Upgrade to 6.x
2. Made compatible with Actions 2.x

Anyone interested in putting some money together for this?

paulnem’s picture

I've requested, among other things, a quote to upgrade this module to 6.x

http://drupal.org/node/326127

hansrossel’s picture

Also have a look at #276376: Make scheduler more generic?. It might be a good idea to merge with scheduler module as both might provide the same functionality in the future.

Pasqualle’s picture

Category: support » feature
Priority: Critical » Normal

http://windmill.sk/project/module/sched_act

almost fully rewritten for D6. There is no automatic upgrade from D5 (yet).
It works with node actions only, could be improved for user actions later.
Configurable actions may work, but not really tested.

dezj’s picture

Assigned: Unassigned » dezj