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

valthebald’s picture

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

pwaterz’s picture

You could also do this with http://drupal.org/project/rules

PJW

gforce301’s picture

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.

ingram87’s picture

Thanks