开发者

Creating a draft version of the page before publishing in Drupal 6?

I've been looking for a good way to handle revisions in Drupal, but I am yet to succeed. For some reason there is no built in way to save a draft (that I've found so far), and the modules I've tried so far do not seem to fully work. First I tried save_as_draft, which seemed to do almost what I wanted, and if I'm not mistaken, also handles CCK fields. Sadly it seems to be broken somehow, so 开发者_开发技巧I can't edit a page once I've saved it as a draft.. maybe I could fix it by going through the code, but that would not be my preferred solution. The other module I tried is aptly named draft, but from what I can tell, this module only handles the title and body fields, and does this in a way that appear odd to me.

Is there some common practice to solve this? I couldn't imagine that nobody had to solve this before, but I haven't found any good solution to it yet.

Clarification

I need this functionality for already existing content, that is, I want to be able to create and edit a draft version of an already published page, while the "old" version would still be available to anonymous users.

Example

On my Drupal site I have a page with current information about something, for example an event occuring this week. There is also an event occuring next week, and the information will be located on the same page (node). What I want to do is to be able to create a new revision of this event page, update it, upload new images etc, and when the time is right I want to make this new revision the current one. To achieve this the presently current revision will have to remain published the whole time, and available to anonymous users. At the same time there would be a second, unpublished revision that editors can access and edit, and publish when desired.


FYI, if you use Publish/Unpublish, admins need Administer Nodes in order to see unpublished nodes and that is usually too much access for non-root (user 1) admins, which would be a problem if your site or any site had more than one person accessing the backend. It is not meant to be a 'wiki' like function.

There is a Revisions module and a Content Moderation module that may suit your needs.

http://drupal.org/project/revisioning

http://drupal.org/project/content_moderation


Unless I miss something, I guess Drupal's built-in "publish" mechanism should fit to your needs.

You want a draft ? Just don't "publish" when creating the content.
You want it even "smarter" ? Use workflow/rules.

Regards,
Shushu


I'm not sure if this meets your requirements exactly or not but I know that at work some of my colleagues have used the node clone module for something similar to your use case. Using this module you could clone a node and then edit the clone.

I've never used this module myself, so I can't be sure but it probably doesn't copy over the revision information. Maybe that's something that you could add in, though!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜