hello
Thanks for great module. I have small question because I don't know if this is possible to do with rules.
So what I would like to do.
So I have some kind of content type where registered users can add new node. But I would like to do 3 things with this
1. Show a message for the user that his/her node is added and wait for moderation.
2. Unpublish this created content
3. Send an email to moderator with information who and what added and with links to moderate actions like
Publish node - Edit node - Delete node
If you click on any one of them the link redirect you to good page where you can edit or delete, if you click on publish
the node will be published.
I have created rule for these three actions but:
1. doesn't work at all - how can I get this message because option 'show configured message to user' doesn't work.
2. Works probably well,
3. I can get email with link to created node but I don't know how to create such links in email.
Any ideas?
Comments
I found this article to be
I found this article to be helpful in trying to get things working with rules http://drupal.org/node/550716. I also found that the moderation module does most of what I needed and gives a nice interface to moderate submitted nodes. I just then set up email rules for when a post came in to the admins and then an email to the user when the post was approved. I guess you could add another rule to the user when they submit their document that lets them know its in moderation.
There are probably better ways to do this. I'm new to the rules module and this seems to work for me now. Though it would be nice to show a message about moderation.
Spoke to soon the moderation
Spoke to soon the moderation module doesn't work with the rules when changing the status to published. Back to the drawing board for me.