How do i let users post, but not publish post before approval?

Comments

vikramy’s picture

You may need this module.

http://drupal.org/project/workflow

gjoellee’s picture

I am not sure if that helped too much. I want authenticated users to be able to add posts on me website, but I don't want the posts to be published before I approve them. I don't seem to be able to do that with "worlflow". If it is possible to do that with workflow then how? I did not understand to much of that module.

Poieo’s picture

There are many ways to do this, some more complicated than others. The simplest, would be to set your content type to 'unpublished' by default. Then, do not give authenticated users permission to edit publishing settings. Then, every post they submit will be 'unpublished'. You'll then have the option to 'publish' posts you deem appropriate.