By _michel_ on
Which is the easiest way to notify the admin user that a new content has been created, so that admin can flag the publish option after checking the content of the page?
I already know one solution: module subscriptions(http://drupal.org/project/subscriptions) OK that works.
But I would like something easier, and lighter.
Any sugestions?
Thanks.
Comments
Actions
admin/settings/actions - Choose "Choose an advanced option" then you can configure an email to be sent or a message to be displayed to a user.
Then go to the Triggers page (admin/settings/actions) and choose the trigger when you want it.
There are other ways that are less single-user-centric, but this seems to work best for you.
Try workflow-ng
While actions are core in D6, (enable Triggers), you need extra module support for D5.
Workflow-ng is a very nice solution, and when you need really out there requirements, it is fairly easy to write new actions. Can control creation/editing of content items, comments and user fields.
Alan Davison
www.caignwebs.com.au
Alan Davison