I've got a project that's a little FUBAR. I use a home grown .Net CMS that I recently updated to include FCKEditor v2.5. I also then added a third party .Net forum which uses FCKEditor 2.1 (Mongoose Forum?). After lots of conflicts, I was able to recompile the forum to use v2.5. Things appear to be working EXCEPT...when the forum editor loads (not the CMS editor...that works fine), the initial view is this:
http://flickr.com/photos/21668224@N00/2364381076/
When I click the Collapse Toolbar triangle, it looks like this:
http://flickr.com/photos/21668224@N00/2364381094/
It appears that there's major confusion about rendering the forum FCKEditor menu bar...the styles or formats apparently aren't being found/applied. I've been through fckconfig.js several times and have not been able to tweak anything to solve the problem...but I may not know what I'm looking for. What should I look for that might affect toolbar rendering/styles? The intial view with the repeating icons is from the editor/skins/default/toolbar/ directory..for whatever that's worth.
Thanks in advance!
jp
Mon, 03/31/2008 - 16:02
#1
Re: Toolbar format/styles
Re: Toolbar format/styles
Hmm...Looking at Firebug, I get this error:
------------------------------
uncaught exception: [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIXMLHttpRequest.open]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: http://localhost/forum/FCKeditor/editor ... gecko_2.js :: anonymous :: line 23" data: no]
Line 0
----------------------
Also, as the editor is trying to load, I get alert messages that say "Unknown Toolbar Item "Templates", "Unknown Toolbar Item "Blockquote", "Unknown Toolbar Item "
Flash", "Unknown Toolbar Item "pagebreak". Since the error is looking for fckeditorcode_gecko_2.js and there is no such file in the 2.5 download, I'm guessing that maybe I haven't successfully recompiled this thing after all.
Would that be a logical assumption? Anything else that is obvious from this error?
Thanks!
jp
Re: Toolbar format/styles
Re: Toolbar format/styles
jp