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

webchuck’s picture

Assigned: Unassigned » webchuck
Status: Active » Closed (fixed)

This issue has been fixed in the 1.0 release.

Project: » Lost & found issues

This issue’s project has disappeared. Most likely, it was a sandbox project, which can be deleted by its maintainer. See the Lost & found issues project page for more details. (The missing project ID was 220415)