splittingred / TinyMCE

TinyMCE integration for MODx Revolution.
http://svn.modxcms.com/docs/display/ADDON/TinyMCE
35 stars 19 forks source link

tinyMCE having trouble with custom filemanager_path setting #56

Closed krisj closed 13 years ago

krisj commented 13 years ago

Havign trouble getting images to show up when using a custom filemanager_path. Images are showing fine in filemanager when accessing from the tree. They also show fine when opening the filemanager popup via advimage plugin from tinyMCE. when i select an image it doesnt show in the advimage plugin preview and not showing in tinymce editor window.

I tried to manually hack the tinymce.class.php by adding the path manually ... eg. line 175 add:

$baseUrl='/assets/files/';

and i can get the tinymce editor to show the image, but in the source it is still without the correct path.

not as straight forward as I thought..

krisj commented 13 years ago

this seems linked to bugs 18 & 19 here... basically baseUrl is screwed up somewhere along the way..