Zoom not working with other editors
2 posts
• Page 1 of 1
Zoom not working with other editors
I installed FCKeditor and find out that the Gallery Manager no longer update the description of the gallery. Anyway to make zoom working with other editors?
-

dcsk - Fresh Boarder

- Posts: 15
- Joined: Tue Jul 08, 2008 1:56 am
Re:Zoom not working with other editors
Hi, this is not a ZMG error. This is a FCKEditor bug. To fix this you need to edit your /plugins/editors/fckeditor.php file, look for the function "onSetContent" and then replace the line:
return " oFCKeditor.InsertHtml = '" . htmlentities($html) . "';alert('".$html."');";
by this
return " FCKeditorAPI.GetInstance('$editor').SetHTML(" . $html . ");";
return " oFCKeditor.InsertHtml = '" . htmlentities($html) . "';alert('".$html."');";
by this
return " FCKeditorAPI.GetInstance('$editor').SetHTML(" . $html . ");";
-

guilleva - Administrator

- Posts: 1517
- Joined: Wed Sep 12, 2007 3:10 am
- Location: San José, Costa Rica
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: Exabot [Bot] and 2 guests