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.
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..