开发者

How does Drupal provide an edit/review/publish model?

How does Drupal support a means to update and review a 开发者_StackOverflowwebsite before it is published?

Does it only allow you to preview a page at a time before you publish it or is there a way to create a site with multiple pages, review it and then publish it?

Is it best or easiest to create two Drupal Sites and push the contents of one to the other regularly (as a publish method)?


There are some modules that allow this functionality on a single site.

  • The workflow module allows you to invoke hooks when content types are created, edited, published, ect. I use this on a production site to notify me when new content is created so I can publish it.
  • Another module is the revision moderation module. You can allow users to edit nodes, but new revisions go into a queue for approval instead of being published immediately.

    1. You can preview each page at a time before publishing it, but that is generally-user controlled. Sounds like you want more of a 'writer submits to editor who proofs and publishes' model?

    2. Workflow module is all you need for that functionality. It will also involve a couple user roles (writer, editor, etc.). This is a model done many times, you can do it fairly easily.

    2.5 Also Modr8 (Moderate) module may be simpler for you: http://drupal.org/project/modr8

    1. Running a test site is more appropriate for site (code) development, not so much for just publishing content.


    The workflow module will help you achieve this. It interacts with the actions module.

    I set up two roles: writer and editor, the writers submit their content and then the editors can review and publish the content, if they don't want to publish it they can set it as needs work which means the writer need to redo and then submit the content again before it is reviewed again.

    The action module means that the content is accessible by the appropriate roles as the content moves through the workflow.

    0

    上一篇:

    下一篇:

    精彩评论

    暂无评论...
    验证码 换一张
    取 消

    最新问答

    问答排行榜