Page 1 of 1
Time delay posting?
Posted: Fri Jul 01, 2005 11:12 pm
by Bandon
Is there a plugin or way to make it so that posts are not immediately shown and the automatically published later on?
Any ideas if not?
-Bandon
Posted: Fri Jul 01, 2005 11:30 pm
by Oliver
When creating a new entry, you can change the date to whenever you want your entry to be published
There is a field, where date and time are posted, for example
2005-07-01 23:32. So you can change this to a date in the future...
- Oliver
Posted: Fri Jul 01, 2005 11:36 pm
by Bandon
Ah, I see that now, thanks for the help!
-Bandon
Posted: Wed Jul 13, 2005 5:40 am
by gwilsonmail
That is one solution if you know what time you want to relelase the article.
But what if you keep adding to your blog such that you have a reserve of articles.
Any suggestions as how you would go about releasing them at a rate of 1 or 2 per day?
Posted: Wed Jul 13, 2005 7:20 am
by Col. Kurtz
gwilsonmail wrote:That is one solution if you know what time you want to relelase the article.
But what if you keep adding to your blog such that you have a reserve of articles.
Any suggestions as how you would go about releasing them at a rate of 1 or 2 per day?
You can write the articles and not publish them, but save as "draft", so you can built a reserve. But I dont know any way of automatical publishing em later (without any given date). But you can do it manually and just chance from draft to publish, this only takes a few seconds.
This is more a workaround than an answer I know.
Posted: Wed Jul 13, 2005 9:32 am
by garvinhicking
gwilsonmail: That is a very wicked feature request you have there.
Of course you could set each entries publish date to NOW + X days.
The other way is to write a plugin which listens on an external plugin hook so that you can call it via crontab: http//yourhost/s9y/plugin/publish_entry
That plugin will be executed once a day, and it just fetches the latest unpublished article ("WHERE isdraft = 'true' ORDER BY timestamp LIMIT 1") article, then changes the draft state and calls serendipity_updertEntry() which will then publish the article.
So this is possible, it justs requires someone to be bribed writing the plugin.
Regards,
Garvin
Posted: Fri Jul 15, 2005 4:37 pm
by gwilsonmail
Pretty wicked! - I have to agree.
i have some website concepts that would require quite a bit of php coding. But by using a blog and the simple plugins i've found here at serendipity i've found that i can get most of what I want.
Now if only i could get an automated blog replicator
------------------------------------------------------------------------------
Serendipity is a pretty wicked blog server itself. I installed and tried others and the biggest problems i found was
[1] a blog platform that is not actively developed - real bummer if you want some current advice
[2] forums that are not helpful!
[3] addins that required me to learn php!
[4] templates that included both style and inclusion of content - boy do those guys have a lot to learn! Serendipity gets it right - put the inclusion of parts of the site in a database and then just use templates to change the look!
[5] Overly complex article edit pages - worst example was with geeklog. The name says it all - best appreciated by geeks.
[6] no easy way to upgrade - Sparticus is a brilliant concept!
I used the amazon plugin yesterday - boy does it save a lot of time and effort. All I had to do to install it was click and click using sparticus! Brilliant.
Posted: Sat Jul 16, 2005 11:37 am
by garvinhicking
What do you mean with "automated blog replicator"?
Regards,
Garvin
Posted: Sat Jul 16, 2005 4:19 pm
by gwilsonmail
I was referring to my post a few days back that after getting a blog setup and all the plugins configured i would want to replicate the installation, but not the article content.
http://www.s9y.org/forums/viewtopic.php?t=2060
I've yet to try out the sql changes myself.
all the best