Closed (fixed)
Project:
Lost & found issues
Version:
5.x-0.6
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
7 Apr 2008 at 13:54 UTC
Updated:
24 Apr 2008 at 15:49 UTC
Jump to comment: Most recent
Hi
I recently integrated this module into a website and ran into two problems:
1. I cannot use custom stylesheets for the editor. I tried to define all sort of paths, from absolute to relative, does not work. I'm using the admin theme for editing content but would like the user to see the site theme stylesheet in the editor area.
2. Another problem i was able to fix myself is at line 926 of the module file:
$editor->clearStylesMenu();
$editor->stylesMenu = $styles;
print_r($styles);
}
Custom styles are printed out, i guess this was for debugging purposes and was forgotten :)
Regards,
Peter.
Comments
Comment #1
webchuck commentedThis issue has been fixed in the 1.0 release.