Currently I have three states. Draft, Needs Review, Published. All the normal states my default. I want to set it up so that say 10 different people accept the Needs Review stage before it becomes published.

How can I do this?

Comments

dougvann’s picture

Status: Active » Closed (fixed)

Here's a wild idea that should satisfy your requirements. It will require a bit of coding on your part or you can hit up the community and offer a bounty for writing it.

1. add a FLAG field to the node
2. hook alter the form and don't show the PUBLISH option until at least ten unique users have flagged the node
3. [bonus] when the nodes is published, append the revision log to include the user-names and flag-dates of the 10 flag occurrences

I'll go ahead and close this issue, but any one else is welcome to suggest an alternative solution.

phillipclarke29’s picture

Issue summary: View changes

Did anybody get any further with this?