Leakyradiator
Technical User
Hi:
I have an online magazine. As each article is inserted into the database, an issue date is assigned. When the month changes, the new months articles are automatically presented.
Here's my problem. I have three possible status conditions for each article: the current issue, articles that I am adding for the future issue, and articles from past issues which are archived.
Now, as each month lapses, I manually change the status of the previous month's issue to "archive."
How can I automate this process so that only the current month's articles are visible in the current issue (and not the future articles), and the previous month's articles are then moved to archive status?
Another issue is that I want to add a Verity search engine to the archives page. (again, all articles are in a database). How do I get the search engine to only index the archived articles? (It can include the current issue articles, but not the future issue articles that may be present in the database).
Thanks in advance for all help.
I have an online magazine. As each article is inserted into the database, an issue date is assigned. When the month changes, the new months articles are automatically presented.
Here's my problem. I have three possible status conditions for each article: the current issue, articles that I am adding for the future issue, and articles from past issues which are archived.
Now, as each month lapses, I manually change the status of the previous month's issue to "archive."
How can I automate this process so that only the current month's articles are visible in the current issue (and not the future articles), and the previous month's articles are then moved to archive status?
Another issue is that I want to add a Verity search engine to the archives page. (again, all articles are in a database). How do I get the search engine to only index the archived articles? (It can include the current issue articles, but not the future issue articles that may be present in the database).
Thanks in advance for all help.