Hi all again. How are you?
I found new problem i can’t reslove without you help AGAIN.
I need to post few articles in future date submited automaticly to the website.
Some body have any ideas maybe how to do this?
Hi red wolf,
Could you explain what you are looking to do in a little more detail.
Are you trying to have articles submitted now, but hold off on publishing them to the website until a later (pre-determined) date?
If so, are you using a CMS and if so, which one?
There are several ways that you can do this, but a lot depends on how you are populating the articles. If they are stored in a database, you could potentially add a column to hold the publication date. When you pull the articles, you could simply add a WHERE publication_date > NOW().
If your articles are uploaded as files, you could do the same thing as above with the filename as an additional parameter. You would get a list of all files with the same WHERE.
One note, even if you don’t need it right now, it might not be a bad idea to also create an article expiration date. The two solutions would be very similar and it would be much easier to tackle them both together, than to have to go back and add this later.
If you could verify that this is what you are looking to do, or explain a little more what you need, I would be happy to try to help you further.
jay
Ohh thanks you!
I think i get it.
The system is my private website.
Just wanted understand the idea.
Thank a lot!
Like always best support!
No problem,
Please feel free to let me know if you have any questions or would like some help putting together some code to do whatever you need.
Best,
jay