Hi Jason, Nothing out of the box - but if you think creatively you could do it. You will need to combine workflows and RQL and external processing, for example, usa a workflow to write page details to a directory that is monitored by a process that records the page info in a database. Then use a timed process to check for pages that are passed their "trigger date" and use RQL to remove the keyword.
Alternatively you could have a workflow use the "resubmit" to call a job that executes RQL that does something similar, without having to "leave" the CMS environment, but this comes with the downside that you need to manage the resubmit process in the RQL as well or risk having the page remove from the site. Additionally you will end up mointoring every page because you can't easily filter the input to the workflow except by link, so the external process with its additional control is actually a neater solution in my opinion. Seems complicated but we have some tools that do very similar tasks so it definately works. If you really need it we could customise our existing tools to do the job relatively easily - otherwise I suggest looking for a model that fits the control mechanisms that exist in the CMS already. If you explain _why_ you want to do this you may get some suggestions on a more direct approach from the very creative peeps on that monitor this group. HTH. Regards, Richard Hauer ==================== 5 Limes Pty Limited www.5Limes.com.au On Sep 26, 1:36 am, jljohnstone <[email protected]> wrote: > Is there a way to automatically remove a keyword assigned to a page > after a certain amount of time? I'm on version 9. > -- > Jason --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en -~----------~----~----~----~------~----~------~--~---
