Drupal Revision Moderation and Workflow
Submitted by kristen on Sun, 03/01/2009 - 19:52
You can get the Drupal Revision Moderation module working along side the Drupal Worklow module. I've just done it for Drupal 6.
In order to do so, you can use a couple patches I just posted at drupal.org:
I added these patches because I wanted to get the revision moderation working with the workflow module. I'm using as follows:
- editor creates content and, when ready, changes state from "draft" to "review"
- reviewer reviews content and, when done, changes state from "review" to "approved"
- admin changes content state from "approved" to "live" (this triggers a "publish action" - see issue I just created for adding this new action)
- for the next revision, admin changes content state from "live" to "draft" (this triggers the action: "Enable revision moderation on node" which will create a new revision)
- the process repeats but this revision is in moderation until step #3
- kristen's blog
- 28755 reads
This is a featured content block that has been configured to show blog nodes with terms SEO or Drupal SEO by the author kristen. It shows random list of 20 results in the block and 30 results on the more page.
- Drupal Nofollow Link Sculpting
- Drupal SEO Reviews
- 503 HTTP Status Code when Site Down
- Fix Duplicate Content with Global Redirect Module
- Drupal Pathauto URL Aliases Settings
- Drupal Node Teaser SEO
- BADCamp Drupal SEO Presentation 2009
- Drupal Meta Tags (nodewords) Module for SEO
- Drupal Has Multiple h1 Tags
- Basic SEO Top 10
- Free SEO Tools
- Free Google Keyword Research Tool
- Drupal SEO Modules
- Kristen
- HTML Validation: Free HTML Validator Tools
- Make Drupal SEO Friendly
- Drupal Pathauto Module
Comments
Revisioning module
I looks like all the functionality I tried to patch into the revision moderation module has been incorporated into the new revisioning module... I so wish this was released 2 months ago!! Better late than never though ;)
I thought this would be a
I thought this would be a common workflow that people use, but I can't seem to find a way to do it. I did find the Revision Moderation module (https://drupal.org/project/revision_moderation), but it looks like it doesn't work for Drupal 6.
Common
Yes, you would think this would be easier to set up. I did end up using the revisioning module: https://www.drupal.org/project/revisioning and that worked fine though I did do some custom actions/etc just to streamline the process for my client.
Kristen