Hi,
Is there any easy way to configure permanent redirects (301) on openCMS? I would like to forward some of my old page urls to their new location.
Thanks
Hi,
I would like to add on the right column of my site a rotating references section. Each reference would have some text + name of person + company name. It does not need to be structured (open text is also ok).
I would then want opencms to rotate between 20 difference references each time a page is displayed. I can keep a session scope counter…
Hi,
I would like to store some properties in the quartz datastore (jdbc) and then be able to find all triggers/jobs that match. E.g. store the user id related to a trigger and then query like user_id=555.
Previously, I used to query the database directly but this is naturally not a good way.
Anyone has another suggestion on how to accomplish…
Hi,
I have a java application that uses a security filter to protect certain resources. If there is no user logged on, it will keep in session the request path and redirect to a logon page. After a successful logon, user is redirected to the original requested page.
I have now added some thickbox (ajax bases pop-up) popups to the application.…