By alliax on
Hello,
I want to allow anonymous users to create a specific node-type, but I want to moderate so I set this node-type to be unpublished by default.
I would like to receive an email each time a new node of this specific node-type is created, so that I can review the node and publish it if necessary.
With trigger and action modules, the problem is that I can send an email when a new node is created, but there's no way to do it ONLY for a specific node-type.
I haven't found any module enabling more precise triggers, I only found the module triggerunlock but it doesn't do what I'd like to.
Cheers,
James
Comments
You probably need workflow
You probably need workflow or workflow-ng, but i don't believe they have official d6 releases yet. The modr8 module may also handle this and it does have an official d6 release-- might be worth taking a look.
===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime." -- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz
Thank you, workflow-ng will
Thank you, workflow-ng will be renamed to rules for Drupal6 : http://drupal.org/project/rules
But they're not released yet, only a small DEV version.
Thank you I will have a look at modr8 immediatly!