Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TinyMCE Filemanager and Imagemanager

We have both the Tinymce Filemanager and Imagemanager.

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

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

However I can not find anywhere how this works. I don't want the Imagemanager and Filemanager to be seperated. It would be ideal to have both of them seemlesly working together.

Does anyone know where to find a demo and how to intergrate this?

Thanks in advance,

-V

like image 541
Vincent Cohen Avatar asked Nov 14 '22 03:11

Vincent Cohen


1 Answers

I found it, after a while.

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

In the filemanager config.php file you have to edit the lines 152/153/154/155 The $mcFileManagerConfig["imagemanager.urlprefix"] is most important, you have to set the url to where the imagemanager plugin is located.

The same goes for the imagemanager config.php on line 128 edit the $mcImageManagerConfig['filemanager.urlprefix'] to the imagemanager path.

like image 189
Vincent Cohen Avatar answered Nov 16 '22 03:11

Vincent Cohen