On 8/31/05, Kubiak, Thomas <[EMAIL PROTECTED]> wrote: > We have Lenya 1.2.x with visual editor Kupu. > Now the Problem is, that Kupu translates the Doctypes samples that we use as > templates. > I made a template that has links that refer to the same content, like in a > FAQ site. I mean a <a href="#abc">ABC</a> that links to <a name="abc"> for > example. > After editing and saving it with Kupu, these <a href="#abc">ABC</a> get > changed so that they won't work anymore. > > Where can I modify the behavior of Kupu inside Lenya ? Does anybody have the > same problem ? Any solutions ?
Was this the same as our issue? When editing links in Kupu with MSIE, the URLs were completed with the protocol, servername and current document path. Since the servername is for our secure editing server, and the document path included "authoring", this was very bad for publishing documents. Our workaround is to use Mozilla or Mozilla Firefox for editing. Still wondering if this is due to MSIE-specific code in Kupu, or just a problem with MSIE that requires MSIE-specific code in Kupu to fix. We did not research it after realizing it was MSIE-specific. We also had to fix Kupu so that <A NAME="ourTag"> was not removed. That is documented at: http://solprovider.com/lenya/kupucenter in the ALIGN section. solprovider --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
