TinyMCE Filemanager and Imagemanager

We have both Tinymce Filemanager and Imagemanager.

I need to combine the two of them together. The Imagemaneger webpage says it is compatible with Filemanager.

( http://www.tinymce.com/enterprise/mcimagemanager.php ).

However, I can not find anywhere how it works. I do not want Imagemanager and Filemanager to be separated. It would be ideal if they both worked together.

Does anyone know where to find the demo version and how to do it?

Thanks in advance,

-V

+5
source share
1 answer

I found it after a while.

I don’t remember where I found the solution, but it was one hell of a search.

filemanager config.php 152/153/154/155 $mcFileManagerConfig["imagemanager.urlprefix"] , URL-, imagemanager.

imagemanager config.php 128, $mcImageManagerConfig['filemanager.urlprefix'] imagemanager.

+1

All Articles