I am working on a CMS using wordpress 3.3.1. With my previous question, in this respect I got a couple of plugins through which I can elevate the rules for my users. For example now my contributor can
- Make a new post
- Edit already published posts
What I cannot achieve is to attain the Publish Mode which is the sole authority of the administrator.
- When the contributor edits a publish post, the edits take place on the live site.
- If the contributor saves the post as drafts, the original post is deleted from the live site.
I am looking for some sort of version control to achieve my goal. The contributor edits an already published post which is saved in the DB as a new version. The administrator approves this new post and the old version on the live site is replaced by the edited one.
Any help or plugin info would be appreciated.
I have done a lot of RnD and can conclude that Revisionary along with Role Scoper can be used for the exact purpose.