Closed (fixed)
Project:
Draft
Version:
6.x-1.8
Component:
Draft Views
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
4 Mar 2010 at 13:27 UTC
Updated:
10 Dec 2021 at 11:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
darren.ferguson commentedBased 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.
Comment #2
Anonymous (not verified) commentedHi, 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.
Comment #3
darren.ferguson commentedI 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.