Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schedule Drafts to Publish Over Current Page #864

Closed
angrybrad opened this issue Jan 31, 2017 · 13 comments
Closed

Schedule Drafts to Publish Over Current Page #864

angrybrad opened this issue Jan 31, 2017 · 13 comments
Labels
enhancement improvements to existing features system administration 💼 features related to system administration

Comments

@angrybrad
Copy link
Member

Created by: Ian Shea ([email protected]) on 2015/05/22 15:31:08 +0000
Votes at time of UserVoice import: 26


With Craft there are a few ways you could setup some tricky templates/fields or matrix blocks that I can think of to accomplish scheduling content. However, I believe the easiest way would be to allow an entry to be republished with a different draft at a user specified post date. Here is a usage case scenario.

Site is for a theoretical contest.

  1. Homepage Promotes Contest coming up with a countdown.
  2. Admin creates a Hompeage draft set to publish at 8:00AM to begin promoting entries to contest.
  3. Admin creates additional Homepage draft set to publish at 5:00PM noting the contest had ended.

This is a very simple example. But being able to schedule drafts to overtake current entries would be a powerfully awesome feature.

@angrybrad
Copy link
Member Author

Posted by Al ([email protected]) on 2016/11/21 18:00:27 +0000


#1 request from my team

@angrybrad
Copy link
Member Author

Posted by Taylor ([email protected]) on 2015/06/15 22:33:51 +0000


In addition to this, I have a real-world scenario where authors want to be able to schedule updates to single entries like the homepage.

To mock this i've created channels to break the homepage up into publish-able entries but in our use case we need to also set publish dates per locale. Slugs and status can be unique per locale but when modifying the publish-date it is currently global across locales of that entry.

@angrybrad
Copy link
Member Author

Posted by David Ritter ([email protected]) on 2015/05/18 19:35:25 +0000


Extremely useful IMO.

@raygers
Copy link

raygers commented Jan 16, 2018

Will this feature be available in Craft 3?

@brandonkelly
Copy link
Member

@raygers Craft doesn’t have built-in support for scheduled jobs (e.g. #1260), so it’s not a possibility yet, at least without a plugin.

@brandonkelly brandonkelly added the system administration 💼 features related to system administration label Feb 25, 2018
@brandonkelly brandonkelly added enhancement improvements to existing features and removed feature labels Mar 5, 2019
@nmann4789
Copy link

Is there a timetable of when this feature will be added to Craft 3?

@brandonkelly brandonkelly added this to the 3.3 milestone Jun 5, 2019
@brandonkelly
Copy link
Member

@nmann4789 I was hoping to get something like this into 3.2 but ran out of time. Just added it to the 3.3 milestone.

@nmann4789
Copy link

That's great news! Any idea on a timetable for 3.3?

@brandonkelly
Copy link
Member

Not yet, 3.2 is just in beta right now.

@sjcallender
Copy link

Similar FR here: #2116

@codyjames
Copy link
Contributor

Our client is asking for this now so I am excited to see it coming in 3.3.

@timkelty
Copy link
Contributor

timkelty commented Sep 3, 2019

Queue jobs currently accept a "delay", which is a little awkward for a scheduled DateTime like a publish date.

Implementing something like: yiisoft/yii2-queue#111 seems like it would make sense.

With that in place, we could fire a "publish" event that would allow other integrations to perform necessary tasks (e.g. clear static caches).

@brandonkelly
Copy link
Member

Going to close this in favor of #2116.

@brandonkelly brandonkelly removed this from the 3.3 milestone Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improvements to existing features system administration 💼 features related to system administration
Projects
None yet
Development

No branches or pull requests

7 participants