Topic: Question: Installing it as a TinyMCE plugin
Could anyone explain me in plain english how to add my MCImageManager to my CMS site ![]()
Its probably straight forward, but i have been trying some hours now without any luck!
I follow this guide :
1.Unpack the imagemanager and copy it to the tinymce plugins directory (tiny_mce/plugins/imagemanager).
2.Add imagemanager to the TinyMCE init plugins option.
3.Add insertimage to the list of buttons in the TinyMCE init options.
4.Reload the page and verify that the imagemanager is working by checking for browse buttons inside the link and image dialogs.
5.Configure the filesystem.rootpath config option by editing the config.php file (tiny_mce/plugins/imagemanager/config.php)
Make sure that the configured rootpath has write access.
Enable and integrate your CMS with the SessionAuthenticator or any other Authenticator implementation to make it secure. You can either use your own authentication script or set a username and password in the login_session_auth.php file. If you don't add username and password settings for ImageManager, any visitor to your website may be able to upload or delete any image they like.
Stopped at the 2. Add imagemanager to the TinyMCE init plugins option.
Where is the file? whats the name of the TinyMCE init plugins file?
Thanks
Best Regards
neliuz