Hi, fantastic module! But, alas, some troubles:
Views:
Page settings
Path: user/%/mydrafts
Menu: Tab: Drafts

Page: The menu path or URL of this view
user/%/mydrafts

Draft view-module:
Draft List Url:
user/%/mydrafts does not work. % is not interpreted correctly.

Also, add/story or add/page etc. instantly saves a draft. Can this behavior be altered? Also, editing triggers the same behaviour.

CommentFileSizeAuthor
#2 draft.page_.txt8.07 KBAnonymous (not verified)

Comments

darren.ferguson’s picture

Status: Active » Closed (fixed)

Based on the above your best bet is to create your own custom view or modify the view that the draft module provides to do what you are looking for. It will definitely not do it out of the box unfortunately since it was not designed for the users page as it currently stands it was designed to be used anywhere but there.

Also on the add/story , add/page that occurs due to the drupal form api and hence if you have the cron remove non disabled in the draft settings the ones that are not updated will be removed after 'X' configurable days as in the admin/settings/draft page.

Anonymous’s picture

StatusFileSize
new8.07 KB

Hi, thanks. After getting nowhere with Views here's some altered code to the Draft module instead. It should do the trick. At least it works. :). Perhaps you could include this as an option in the future versions? At least user pages seems to be one if not the most the logical place for drafts.

darren.ferguson’s picture

I have added too the draft module although the code is not really what is needed there however since it does not compromise existing functionality i did not see an issue adding it so it could help you out.