Small change.....5.x-2.2 version will not work fully with Drupal 5.x because it uses "triggers."

Comments

jvandyk’s picture

Status: Active » Closed (fixed)

That just means it needs version 5..x-2.x of the actions module, as noted on the project page.

webcomm’s picture

Status: Closed (fixed) » Active

I'm confused... is it possible to use the Workflow module with Drupal 6, if I use actions 5.x-2.x ?

Is there any way to use the Workflow module with Drupal 6 at this point?

This is the functionality I want...
1) Editor role creates content
2) Publisher role reviews and publishes (approves) content
3) Editor can further edit the content, but the public version of the content does not update until a Publisher approves the changes

Drupal supports #1 and #2 out of the box, with no need for a workflow module. I need only set the Workflow settings for the content type so it is not published by default, and I assign admin privs only to my Publisher role, which gives the Publisher the ability to publish things.

#3 is the one that I need a workflow module for, if I'm not mistaken. Correct? It also looks like the Revision Moderation module might work for this, but I'm not sure it's available for D6...
http://drupal.org/project/revision_moderation

Thanks!
Ryan

jvandyk’s picture

Status: Active » Closed (fixed)

The first number of the module version indicates its compatiblity. So any module that has a version like 5.x-blah.blah is compatible with Drupal 5. A version like 6.x-blah.blah is compatible with Drupal 6. Make sense?

I am currently putting all of my effort into finishing my current project. After that I will work on finishing the workflow port to Drupal 6.

webcomm’s picture

Thanks. That's the way I've always understood the version numbers, but I wondered if the mention of "drupal-6-style" actions meant that this module was an exception. Just wishful thinking on my part. : )
I'll keep my eyes peeled for the future release... thanks again.

thormongous’s picture

What would it take to entice you to finish workflow for D6? :-)

Teddy