Closed (duplicate)
Project:
Drupal core
Version:
5.1
Component:
node system
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
20 Feb 2007 at 15:06 UTC
Updated:
30 Mar 2009 at 05:09 UTC
Jump to comment: Most recent file
I could find no suitable draft functionality for my site, so I decided to create my own. I approached this in a simple manner.
1) Allow users to access posts that they submitted to be moderated. Thus, they can save them and access them later to keep editing. How you notify the moderator that the post is ready for publishing is up to you. We simply use DRAFT in the subject.
2) When a node goes from unpublished to published, update the create time to ensure it goes to the top of the list.
Very simple, yet effective.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | node_module_publish_time.patch | 1018 bytes | 2root4u |
| blog.module-user-draft_and_show_all_types.patch | 1.3 KB | 2root4u |
Comments
Comment #1
2root4u commentedOther patch.
Comment #2
2root4u commentedForgot to mention how user's access their draft entries. This mod allows them to go to "My Blog" to see their unpublished entries to keep editing.
Comment #3
webchickLooks like this is a duplicate of #10155: Ability to save a node as draft.