By ingram87 on
How to I make nodes, such as stories, be approved by an administrator? Seems simple, but I can't seem to find it anywhere...
How to I make nodes, such as stories, be approved by an administrator? Seems simple, but I can't seem to find it anywhere...
Comments
Possible options
Take a look at http://drupal.org/project/modr8, http://drupal.org/project/revision_moderation and (more advanced option, more flexible but needs tuning for your needs) http://drupal.org/project/workflow
http://www.valthebald.net
You could also do this with
You could also do this with http://drupal.org/project/rules
PJW
Basic Core functionality
The core has this built in as a basic functionality. It's called published. You can set the default to "unpublished", not allow general users to "publish" content and then an admin would have to approve (publish) the content.
Thanks
Thanks