[opencms-dev] OpenCMS 6.2.3 oddities
Alexander Kandzior
alex at opencms.org
Fri Jan 19 12:36:40 CET 2007
Bill
> 1. Titles in the Workplace are being rendered with %20 instead of
> spaces.
Try to clear the browser cache. This may be due to a change in the
JavaScript used with the OpenCms Explorer. Your browser may have cached the
old version.
> 2. Direct new/edit/delete buttons no longer seem to work on
> our site
> (the icons look like the bottoms have been cut off). Clicking these
> buttons no longer brings up an edit window for the page.
May also be related to browser caching issues. See if clearing the cache
helps.
If this is not the case, there have been changes in the internal direct edit
handling which may have side effects with your templates. Open the OpenCms
configuration file ../config/opencms-workplace.xml and locate the
<directeditprovider /> node. Change it to the value shown below:
<editoraction .../>
<directeditprovider
class="org.opencms.workplace.editors.directedit.CmsDirectEditJspIncludeProvi
der" />
<exportpoints ... />
In case you don't find a <directeditprovider /> node (after an update),
insert it between the <editoraction .../> and <exportpoints ... /> nodes as
shown.
The CmsDirectEditJspIncludeProvider is based on the old code from 6.2.2 and
before, so side effects with your templates may not occur using it.
Let me know if it helps.
Kind Regards,
Alex.
-------------------
Alexander Kandzior
Alkacon Software GmbH - The OpenCms Experts
http://www.alkacon.com - http://www.opencms.org
More information about the opencms-dev
mailing list