Wedge
Public area => The Pub => Plugins => Topic started by: live627 on January 15th, 2013, 10:50 AM
-
Schedule posts to be published in a future date.
(Requires Post Fields)
-
I like how simple the layout of your plugins are and yet somehow they look so darn great. Super stuff!
-
This is sweet :D. What does it require post fields for?
-
Providing the container for the dateinput, probably.
-
I recalled Nibogo making one for SMFand asked me to test it in a private forum somewhere but ended up abandoning it.
-
Oh, I've been known to make a future dated post setup, it's not actually that hard.
The biggest headache is the UI, and then management thereof; in my case only admins ever needed to make such, and in all cases, there was a central page that listed all the topics and so on.
It could, in certain cases, even do back-dated posts.
-
Back-dated posts? Back in Time? Only the TARDIS can go back in Time, silly. :P
:niark:
-
Nevertheless, if you run a blog and you have an extended hiatus for multiple reasons, you can use it to insert posts going back a bit...
-
Love love love the idea of Future Dated Posts. In reference to a blog it's really almost a mandatory feature I think. Being able to setup a series of posts ahead of time and them firing off automatically is awesome.
Back dated posts sounds a little sketchy, but if there was some UI element identifying it as such then I see some limited uses for it.
-
It's not part of this plugin as I understand it; I had a very specific use and need to implement it in my own site, knowing the issues that can arise out of doing it.
-
In theory, you could back date. What I think would happen is the scheduled task, which would run at midnight server time, would find posts in the queue and set their date accordingly.
What does it require post fields for?
To provide the template container, as pointed out, and to store the date in the DB.
-
Back dating would set the date but physical order would be wrong. Everything is ordered by id, remember.
-
Also, don't forget that jQuery UI is now in the core and you can use their dateinput if you'd like.