Posted by jcisio on September 5, 2008 at 12:03pm
Hello,
I'd like to build a blog network with Drupal. Is there any module that complishes a simple workflow like this:
- contributors blog articles in their blog;
- anyone can comment, author can edit, (editor may have some private discussion about the article);
- editor select an article and display it on homepage, author can no longer edit this post.
If nothing like that exists, is there any combination to do that easily ?
Thanks in advance.

Comments
That is Drupal
You probably do not need any module to accomplish this. Drupal does all of that out of the box. The only issue would be to make the blog post non editable once the article has been promoted to the front page. For that you can use the workflow ng module please see http://drupal.org/node/203379 for specifics.