Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3
-
None
Description
After install, we found that the plug-in wysiwyg editors would not appear properly. One of our developers, Chris Denneen fixed bugs with the editors. His email to me on Aug. 19 describes the fixes:
From: Christopher Denneen
Sent: Friday, August 19, 2005 4:39 PM
To: Anthony Zeoli
Subject: RE: JRoller Install and Theme Configuration
Ok I had to modify 3 editors to get them to work.
First line of each diff is what i had to modify to. Second line is the Original.
All editors seem to work properly now.
editor-dhtml.jsp
26c26
< document.write("website.do?method=edit&rmik=Settings\">");
—
> document.write("editor/website.do?method=edit&rmik=Settings\">");
editor-ekit.jsp
21c21
< <APPLET CODEBASE="../editor/" CODE="com.hexidec.ekit.EkitApplet.class"
—
> <APPLET CODEBASE="../" CODE="com.hexidec.ekit.EkitApplet.class"
23c23
< <PARAM NAME="codebase" VALUE="../editor/">
—
> <PARAM NAME="codebase" VALUE="../">
editor-wiki-js.jsp
185c185
< (<a href="../weblog/help-wiki-js.html" alt="Wiki-js help" target="_blank">wiki-js help</a>)
—
> (<a href="weblog/help-wiki-js.html" alt="Wiki-js help" target="_blank">wiki-js help</a>)